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

Description Usage Arguments Value See Also Examples

Description

Returns the exp slot in the order defined by the slot bycolumn.

Usage

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

Arguments

object

An fdata object.

Value

The exp slot of the object in the order defined bycolumn.

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)
getExp(f_data)

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