RemoraModel-class {frbf}R Documentation

Class "RemoraModel"

Description

Remora model class

Objects from the Class

Objects should not be created by the user, since they are for internal use only.

Slots

config:
"RemoraConfiguration", the configuration used to build the model
model:
"data.frame", the matrix with the model data information
lambda:
"list", the function lambda
kernels:
"list", is the list of the kernels

Methods

No methods defined with class "remoraConfiguration" in the signature.

Note

No object of this class requires to be created since this is the result of the frbf function call.

Author(s)

Fernando Martins

See Also

RemoraConfiguration RemoraModel RemoraKernels frbf

Examples

showClass("RemoraModel")

[Package frbf version 1.0.1 Index]