Description Usage Arguments Value Examples
Used fit linear regression models
1 |
formula |
An object of class "formula" that models regression to be fit |
data |
Data frame to perform the linear regression on |
na.action |
Character input that determines how the regression model should handle missing data. Options include 'omit' (remove rows with NA values), 'fail'(halt regression), or 'impute' (replace NA values with column mean). Defaults to omit if excluded from call. |
a list that contains the following values: residuals, rank, fitted.values, df.residual, coefficients, call, model, data.frame, cf, y
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.