RegObj-class: An S4 class, a data object to conduct a regression.

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class, a data object to conduct a regression.

Usage

1
2
## S4 method for signature 'RegObj'
show(object)

Arguments

object

A RegObj object.

Methods (by generic)

Slots

Y

A numeric vector, the response

X

A numeric matrix. Containing all the variables.

See Also

regLASSO
regSVR
regRF
regANN
regDNN


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.