Displaying 2 results from an estimated 2 matches for "reallines".
Did you mean:
readlines
2012 Sep 11
1
Strange result from GAMLSS
Hi Folks! Just started using the gamlss package and I tried a simple code
example (see below). Why the negative sigma?
John
> y <- rt(100, df=1)> m1<-fitDist(y, type="realline")Warning messages:1: In MLE(ll3, start = list(eta.mu = eta.mu, eta.sigma = eta.sigma, :
possible convergence problem: optim gave code=1 false convergence
(8)2: In MLE(ll4, start = list(eta.mu =
2001 Dec 27
3
read input from STDIN
...ule for this,
local (*Read,*Writer);
$pid = open2(\*Read, \*Writer, "R --no-save --slave< my.R")
#input to R
for(){
print Writer data;
}
close Writer;
#R output
@result = <Read>;
How can "my.R" read the stdin and figure out the relationship in the data?
I tried realLines(), does not work. Thank you very much for your help!!
Yiping
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...