search for: thefit

Displaying 3 results from an estimated 3 matches for "thefit".

Did you mean: thebit
1999 Jun 03
0
bug in R BATCH with Linux?
...inherent to R 0.64.1 I am using now. I had the same problem with previous releases. Also I am not using an RPM version. R was compiled with gcc 2.7.2.3. It is not systematic. For example, the following trivial example works fine: file example: x <- rnorm(10) y <- 2*x + 1 + rnorm(x,0,0.1) thefit <- lsfit(x,y) % R BATCH example example.out % more example.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...
2003 Nov 29
3
performance gap between R 1.7.1 and 1.8.0
Dear R-help, A colleague of mine was running some code on two of our boxes, and noticed a rather large difference in running time. We've so far isolated the problem to the difference between R 1.7.1 and 1.8.0, but not more than that. The exact same code took 933.5 seconds in 1.7.1, and 3594.4 seconds in 1.8.1, on the same box. Basically, the code calls boot() to bootstrap fitting mixture
2011 Aug 15
2
what can one do with (to) '..." ?
I followed a couple threads from the archives and from stackoverflow.com, and would like to know: just what is "..." ? What I mean by this is,for example, from the point of view of a user running a function in debug mode, is "..." an object, or does it exist in the current environment as some thingy? Maybe a better question to ask is: if I were to write some function