getColExp-fdata-method: Getter method of 'fdata' class.

Description Usage Arguments Value See Also Examples

Description

Returns the exp slot as a column-ordered matrix.

Usage

1
2
## S4 method for signature 'fdata'
getColExp(object)

Arguments

object

An fdata object.

Value

The exp slot of the object as a column-ordered matrix.

See Also

fdata for all slots of the fdata class

Examples

1
2
3
# Create an fdata object with Poisson data
f_data <- fdata(y = rpois(100, 312), sim = TRUE)
getColExp(f_data)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.