View source: R/print.mixfitEM.R
print.mixfitEM | R Documentation |
mixfitEM
This function is the print method for the mixfitEM
class.
## S3 method for class 'mixfitEM'
print(x, digits = getOption("digits"), ...)
x |
an object of class |
digits |
the digits to print for the values in the print output. The default
value is from the global option |
... |
other arguments passed to |
print.mixfitEM
prints the value of the parameters of a fitted mixture model, together
with some other information like the number of iterations of the EM algorithm, the loglikelihood,
the value of AIC and BIC.
mixfit
x <- rmixnormal(200, c(0.5, 0.5), c(2, 5), c(1, 0.7))
fit <- mixfit(x, ncomp = 2)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.