compute.param.VM {varmixt} | R Documentation |
Computes the parameters given the number of components in the model
compute.param.VM(data, nmixt, sd.init = NULL, pi.init = NULL, criterion = c("likelihood", "parameter")[1], stop.crit = 1e-08)
data |
gene expression data object |
nmixt |
number of variance groups |
sd.init |
vector of starting value of groups standard deviation |
pi.init |
vector of starting value of relative abundance of group |
criterion |
"likelihood" or "parameter" : Stopping criterion for the EM parameter |
stop.crit |
Value of the stopping parameter |
Paul Delmar