search for: priors_from_kmeans_call

Displaying 1 result from an estimated 1 matches for "priors_from_kmeans_call".

2009 Dec 04
0
flexmix and mclust help
...script in MATLAB has no problem with this data, but is slow, which is why I want to use R. I then tried to understand and use flexmix assuming the data are actually better described as a gamma mixture. From what I could understand of the function call I wrote flextest <- flexmix( Data ~ unmap(priors_from_kmeans_call$cluster), data=Data, k = number_clusters, model = FLXMRglm(family = "Gamma" ) ) and found Error in model.frame.default(model at fullformula, data = data, na.action = NULL) : invalid type (list) for variable 'chr18_test_binned' I think it wants a "list" (like NPreg i...