powered by
summary method for class mixEM.
summary
mixEM
# S3 method for mixEM summary(object, digits=6, ...)
The function summary.mixEM prints the final loglikelihood value at the solution as well as a matrix of values for each component that could include:
summary.mixEM
The estimated mixing weights
The estimated mean parameters
The estimated standard deviations
The estimated multinomial parameters
The estimated regression parameters
an object of class mixEM such as a result of a call to normalmixEM
normalmixEM
Significant digits for printing values
further arguments passed to print method.
print
summary.mixEM prints parameter estimates for each component of a fitted mixture model. The estimates printed vary with the type of model.
normalmixEM, logisregmixEM, multmixEM, mvnormalmixEM, poisregmixEM, regmixEM, regmixEM.lambda, regmixEM.loc, regmixEM.mixed, regmixEM.chgpt, repnormmixEM, expRMM_EM, weibullRMM_SEM
logisregmixEM
multmixEM
mvnormalmixEM
poisregmixEM
regmixEM
regmixEM.lambda
regmixEM.loc
regmixEM.mixed
regmixEM.chgpt
repnormmixEM
expRMM_EM
weibullRMM_SEM
data(faithful) attach(faithful) set.seed(100) out <- normalmixEM(waiting, mu=c(50,80), sigma=c(5,5), lambda=c(.5,.5)) summary(out)
Run the code above in your browser using DataLab