methods-show: Regression Modelling Show Methods

show-methodsR Documentation

Regression Modelling Show Methods

Description

Show methods for regression modelling.

Details

The show or print method returns the same information for all supported regression models through the use argument in the function regFit.

These are the 'title', the 'formula', the 'family' and the 'model parameters'.

Methods

object = "ANY"

Generic function.

object = "fREG"

Print method for objects of class 'fREG'.

Author(s)

Diethelm Wuertz for the Rmetrics R-port.

Examples

## regSim -
   x <- regSim(model = "LM3", n = 50)
  
## regFit -
   fit <- regFit(Y ~ X1 + X2 + X3, data = x, use = "lm")
   
## print -
   print(fit)

fRegression documentation built on Jan. 14, 2024, 8:23 p.m.