Learn R Programming

fRegression (version 4021.83)

termPlot: Regression Model Plot Methods

Description

Plots results obtained from a fitted regression model.

Usage

# S3 method for fREG
termPlot(model, ...)

Arguments

model

an object of class 'fREG'.

...

additional arguments to be passed to the underlying functions.

Methods

x = "ANY"

Generic function.

x = "fREG"

Term plot function.

Author

Diethelm Wuertz for the Rmetrics R-port.

Examples

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

Run the code above in your browser using DataLab