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

Description Usage Arguments Value See Also Examples

Description

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

Usage

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

Arguments

object

An fdata object.

Value

The T 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)
getT(f_data)

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