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

Description Usage Arguments Value See Also Examples

Description

Returns the bycolumn slot of an fdata object.

Usage

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

Arguments

object

An fdata object.

Value

The bycolumn slot of the object.

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

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