extract.mixturepars {fpc} | R Documentation |
Extracts parameter of certain mixture components from the output of
summary.mclustBIC
and updates proportions so that
they sum up to 1.
extract.mixturepars(mclustsum,compnumbers,noise=FALSE)
mclustsum |
output object of |
compnumbers |
vector of integers. Numbers of mixture components. |
noise |
logical. Should be |
Object as component parameters
of
summary.mclustBIC
-output, but for specified
components only. (Orientation information from all components is kept.)
Christian Hennig chrish@stats.ucl.ac.uk http://www.homepages.ucl.ac.uk/~ucakche/
set.seed(98765) iriss <- iris[sample(150,20),-5] irisBIC <- mclustBIC(iriss) siris <- summary(irisBIC,iriss) extract.mixturepars(siris,2)