Learn R Programming

reda (version 0.3.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

spline

A list.

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.