Learn R Programming

reda (version 0.3.1)

show-method: Show an object.

Description

An S4 class generic function that displays certain object.

Usage

# S4 method for rateReg
show(object)

# S4 method for summaryRateReg show(object)

# S4 method for sampleMcf show(object)

# S4 method for rateRegMcf 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.