Learn R Programming

latrend (version 1.1.0)

model.data.lcModel: Extract the model data that was used for fitting

Description

Evaluates the data call in the environment that the model was trained in.

Usage

# S3 method for lcModel
model.data(object, ...)

Arguments

object

The lcModel object.

...

Additional arguments.

Value

The data.frame that was used for fitting the lcModel.