Description Usage Arguments Value Author(s) Examples
Fit a linear regression model.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
a numeric design matrix for the model. |
y |
a numeric vector of responses. |
formula |
a symbolic description of the model to be fit. |
data |
an optional data frame containing the variables in the model. |
object |
an object of class |
... |
not used. |
An object of class logreg
, basically a list including
elements
coefficients |
a named vector of coefficients |
vcov |
covariance matrix of coefficients |
fitted.values |
fitted values |
residuals |
residuals |
Friedrich Leisch
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.