summary.rateReg-class function

An S4 Class Representing Summary of a Fitted Model

An S4 Class Representing Summary of a Fitted Model

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

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