Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] memory problem with package mix

Delphine Gille

2005-02-15

Replies:


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@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.