[R] the error in DoSimulateRF function
Dieter Menne
dieter.menne at menne-biomed.de
Sun Mar 14 19:25:17 CET 2010
maddy wrote:
>
> Error in DoSimulateRF(n = n, reg = register, paired = paired) :
> .Random.seed is not an integer vector but of type 'double'
>
> I tried to trace back the source of the error but installations seem
> correct to me.
> rm(.Random.seed) does not work in my case.
>
>
You told us very little. This looks like you are using some old packages
with a new R system:
Since R 2.8.0
>>Use of a non-integer .Random.seed is now an error. (R itself has never
generated such values, but user code has, and R >= 2.6.0 has given a
warning.) >>
So best update your system. If this does not work, create a dummy example
with very few data that reproduces the problem. If you can do that, send the
example to the package maintainer; could be that there is some old code
involved.
Dieter
--
View this message in context: http://n4.nabble.com/the-error-in-DoSimulateRF-function-tp1592572p1592613.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list