Learn R Programming

mixAR (version 0.22.8)

mix_ncomp-methods: Number of rows or columns of a MixComp object

Description

Function and methods to get the number of component in a mixture object. For "MixComp" objects this is equivalent to ncol.

Usage

mix_ncomp(x)

Value

a number

Arguments

x

an object, such as "MixComp" or "MixAR".

Author

Georgi N. Boshnakov

Methods

signature(x = "MixAR")

signature(x = "MixComp")

See Also

MixComp-class, MixAR-class