View source: R/summary.mixEM.R
summary.mixEM | R Documentation |
summary
method for class mixEM
.
## S3 method for class 'mixEM' summary(object, digits=6, ...)
object |
an object of class |
digits |
Significant digits for printing values |
... |
further arguments passed to |
summary.mixEM
prints parameter estimates for
each component of a fitted mixture model.
The estimates printed vary with the type of model.
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:
lambda |
The estimated mixing weights |
mu |
The estimated mean parameters |
sigma |
The estimated standard deviations |
theta |
The estimated multinomial parameters |
beta |
The estimated regression parameters |
normalmixEM
,
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.