coef-methods {fRegression} | R Documentation |
Extracts coefficients from a fitted regression model.
coef
is a generic function which extracts the coefficients
from objects returned by modeling functions, here the regFit
and gregFit
parameter estimation 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") ## coef - coef(fit)