[R] memory problem with package mix
Delphine.Gille@eleves.polytech-lille.fr
Delphine.Gille at eleves.polytech-lille.fr
Tue Feb 15 15:23:08 CET 2005
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
More information about the R-help
mailing list