methods-terms: Regression Model Plot Methods

terms-methodsR Documentation

Regression Model Plot Methods

Description

Plots results obtained from a fitted regression model.

Usage

## S4 method for signature 'fREG'
terms(x, ...)

Arguments

x

an object of class 'fREG'.

...

additional arguments to be passed to the underlying functions.

Methods

x = "ANY"

Generic function.

x = "fREG"

Terms extractor function.

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")

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