Learn R Programming

norMmix (version 0.2-0)

npar: Degrees of freedom of (Fitted) Multivariate Normal Mixtures

Description

This function is generic; method functions can be written to handle specific classes of objects. The following classes have methods written for them:

norMmix

norMmixMLE

fittednorMmix

Usage

npar(object, ...)

Value

Depending on object :

norMmix

integer number.

norMmixMLE

integer number.

fittednorMmix

integermatrix with dimnames set to k and models.

Arguments

object

any R object from the list in the ‘Description’.

...

potentially further arguments for methods; Currently, none of the methods for the listed classes do have such.

Author

Nicolas Trutmann

See Also

norMmix, norMmixMLE.

Examples

Run this code
methods(npar) # list available methods

npar(MW213)

Run the code above in your browser using DataLab