Learn R Programming

reda (version 0.2.1)

rateReg-class: An S4 Class to Represent a Fitted Model

Description

rateReg-class is an S4 class that represents a fitted model. rateReg produces objects of this class. See ``Slots'' for details.

Arguments

Slots

call
Function call.
formula
Formula.
nObs
A positive integer
knots
A numeric vector.
boundaryKnots
A numeric vector.
degree
A nonnegative integer.
df
A list of nonnegative numeric vectors.
estimates
A list.
control
A list.
start
A list.
na.action
A length-one character vector.
xlevels
A list.
contrasts
A list.
convergCode
A nonnegative integer.
logL
A numeric value.
fisher
A numeric matrix.

See Also

rateReg for details of slots.