Re: [R] Flexmix new data classification

2012-02-18 Thread loyolite270
Thank you very much for those suggestions, it really helped me a lot. I just got another problem, i want to run flexmix GLM binomial model with huge dataset (say 5 million rows), but the problem is i cant run flexmix with this dataset as a whole in R ( it will crash). So is it fair to run the fle

Re: [R] Flexmix new data classification

2012-02-07 Thread Bettina Gruen
Hi, I built a flexmix GLM binomial model with 200 observations and the model gave me 2 clusters, so if the model is named as newModel then i get the cluster index for each row using newModel@clusters. Now is there any way to predict which cluster the new observation or 201 observation belongs t

Re: [R] Flexmix new data classification

2012-02-07 Thread Ingmar Visser
?clusters tells you how to get class membership for new data (and the appropriate way of getting cluster membership is to use clusters(newModel) rather newModel@clusters) hth, Ingmar On Tue, Feb 7, 2012 at 8:48 AM, loyolite270 wrote: > Hi > > I built a flexmix GLM binomial model with 200 observa

[R] Flexmix new data classification

2012-02-07 Thread loyolite270
Hi I built a flexmix GLM binomial model with 200 observations and the model gave me 2 clusters, so if the model is named as newModel then i get the cluster index for each row using newModel@clusters. Now is there any way to predict which cluster the new observation or 201 observation belongs to u

[R] Flexmix new data classification

2012-02-03 Thread loyolite270
hi I built a flexmix GLM binomial model with 200 observations and the model gave me 2 clusters, so if the model is named as newModel then i get the cluster index for each row using newModel@clusters. Now is there any way to predict which cluster the new observation or 201 observation belongs to u