search for: chr18_test_bin

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

2009 Dec 04
0
flexmix and mclust help
...all 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 in the examples, a "struct" in MATLAB), but I'm so new at R that I don't really know what I'm doing. Can anyone give me a simple example of how take a vector of data and ask it to perform a gamma mixture EM on it using...