search for: essaimanq

Displaying 2 results from an estimated 2 matches for "essaimanq".

2005 Feb 11
2
pb with package mix
...data works). We have done : >library(mix) >Manq <- read.table("C:/.../file.txt") >attach(Manq) >save(Manq,file="C:/../R/rw2001/library/mix/data/Manq.rda") >data(Manq) >Manq V1 V2 V3 V4 1 1 1 1 1 2 1 1 3 6 3 1 2 6 2 ... ... 52 2 7 6 2 >Essaimanq <-prelim.mix(Manq,4) Error in as.integer.default(list(V1 = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1,: (list) object cannot be coerced to integer thank you
2005 Feb 16
1
problem with da.mix
Hello, We use the mix package and we have a problem with the DA function. We aren't sure, but it's maybbe a memory problem. We have done: > Ent<--read.table("C:/.../File.txt") > attach(Ent) > Ent V1 V2 V3 V4 ... V16 V17 1 1 1 2 6 18 18 2 1 1 1 NA 14 17 3 1 1 2 1 16 14 .... 199 2 1 NA 7 19 18 200