npar {norMmix}R Documentation

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, ...)

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.

Value

Depending on object :

norMmix

integer number.

norMmixMLE

integer number.

fittednorMmix

integermatrix with dimnames set to k and models.

Author(s)

Nicolas Trutmann

See Also

norMmix, norMmixMLE.

Examples

methods(npar) # list available methods

npar(MW213)

[Package norMmix version 0.1-1 Index]