Learn R Programming

reda (version 0.3.1)

summaryRateReg-class: An S4 Class to Represent Summary of a Fitted Model

Description

summaryRateReg-class is an S4 class with selective slots of rateReg-class object. See ``Slots'' for details. summary,rateReg-method produces objects of this class.

Arguments

Slots

call

Function call.

spline

A character.

knots

A numeric vector.

Boundary.knots

A numeric vector.

covarCoef

A numeric matrix.

frailtyPar

A numeric matrix.

degree

A nonnegative integer.

baseRateCoef

A numeric matrix.

logL

A numeric value.

See Also

summary,rateReg-method for details of slots.