Hello,

I think we have a memory problem with  em.mix.

We have done:

>library(mix)
>Manq <- read.table("C:/.../file.txt")
>attach(Manq)
>Manq
>    V1 V2 V3 V4 .............V27
> 1  1  1  1  1...........
> 2  1 NA  3  6
> 3  1  2  6  2
> ...
> ...
> 300  2  NA  6  2...........

> Essaimanq <-prelim.mix(as.matrix(Manq),5)
> test <- em.mix(Essaimanq)
         error cannot allocated vector of size 535808 KB
           in addition : warning message reached total allocation of 509MB

Thank you

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to