Description Usage Arguments Value See Also Examples
coef.mix is a function which extracts mixture model coefficients
from objects returned by the model fitting function mix. It is
called via the generic function coef.
1 2 |
object |
an object of class |
natpar |
a logical scalar specifying whether the natural parameters should be given. |
... |
other arguments. |
A data frame containing three variables, which are,
in order, the proportions, means, and standard
deviations, respectively. If natpar is TRUE,
then the natural parameters of component
distributions are also displayed.
mix for model fitting.
1 2 3 4 5 |
pi mu sigma
1 0.09967020 23.07345 2.372187
2 0.51889301 33.60686 3.455130
3 0.22676628 41.10281 4.225791
4 0.10710012 49.88249 5.128432
5 0.04757039 60.46694 6.216622
pi mu sigma shape scale
1 0.09967020 23.07345 2.372187 3.133425 0.1025401
2 0.51889301 33.60686 3.455130 3.509473 0.1025401
3 0.22676628 41.10281 4.225791 3.710819 0.1025401
4 0.10710012 49.88249 5.128432 3.904413 0.1025401
5 0.04757039 60.46694 6.216622 4.096840 0.1025401
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.