termPlot {fRegression} | R Documentation |
Plots results obtained from a fitted regression model.
## S3 method for class 'fREG': termPlot(model, ...)
model |
an object of class 'fREG'. |
... |
additional arguments to be passed to the underlying functions. |
Diethelm Wuertz for the Rmetrics R-port.
## regSim - x = regSim(model = "LM3", n = 50) ## regFit - fit = regFit(Y ~ X1 + X2 + X3, data = x, use = "lm")