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

View source: R/param.R

nparR 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)

TrN000/norMmix documentation built on Sept. 9, 2024, 4:20 a.m.