powered by
summary method for class "mix". It is called via the generic function summary.
summary
"mix"
# S3 method for mix summary(object, digits = 4, …)
an object of class "mix", usually, the results returned by the model fitting function mix.
mix
how many significant digits are to be used.
additional arguments affecting the summary produced.
A list containing the following items:
a data frame containing the values for parameters of component distributions, which are, in order, the proportions, means, and standard deviations.
a data frame giving the standard errors of estimated parameters.
analysis of variance table for the mixobj, that is, the results from the function anova.mix.
mixobj
anova.mix
mix for model fitting, summary for summarizing other kinds of object. anova.mix for information about anova table.
anova table
# NOT RUN { data(pike65) data(pikepar) fit <- mix(pike65, pikepar, "lnorm", mixconstr(consigma = "CCV"), emsteps = 3) fit summary(fit) # }
Run the code above in your browser using DataLab