Learn R Programming

reda (version 0.2.1)

show-method: Show an object.

Description

An S4 class generic function that displays certain object.

Usage

"show"(object)
"show"(object)
"show"(object)
"show"(object)

Arguments

object
An object used to dispatch a method.

Details

  • For rateReg-class object, it prints out brief summary of the fitted model.
  • For summaryRateReg-class object, it prints out summary of the fitted model.
  • For sampleMcf-class object, it prints out the function call, formula and the sample MCF data frame.
  • For rateRegMcf-class object, it prints formula, new data, confidence level, and the estimated MCF data frame.

See Also

rateReg for model fitting; summary,rateReg-method for summary of a fitted model; mcf for estimation of MCF.