Displaying 1 result from an estimated 1 matches for "flextest".
Did you mean:
alextest
2009 Dec 04
0
flexmix and mclust help
...tand what's going on here? My EM 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'...