Displaying 1 result from an estimated 1 matches for "collab2".
Did you mean:
collab
1999 Jun 03
0
bug in R BATCH with Linux?
...x <- rnorm(10)
> y <- 2*x + 1 + rnorm(x,0,0.1)
> thefit <- lsfit(x,y)
> proc.time()
[1] 0.98 0.03 0.00 0.00 0.01
>
The cases I remember having problems with include
a read.table. This might be the source of the problem.
I dunno.
Thanks for any help.
Christian
% R BATCH collab2.R collab2.R.out
collab2.R.out:
R : Copyright 1999, The R Development Core Team
Version 0.64.1 (May 8, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or "?licence" for distributio...