Description Usage Arguments Value Examples
summary
method for class plr
.
1 2 3 |
object |
an object of the class |
digits |
a non-null value for |
... |
further arguments passed to or from other methods. |
residuals calculated as the response variable minus the fitted values.
sigma the given by square root of the estimated variance of the random error
σ^2 = \frac{∑{i = 1}^{n} (y_i - \hat{y}_i)^2}{n - p - 1}
where p is two times the number of independent variables.
call the matched call.
aliased named logical vector showing if the original coefficients are aliased.
terms the terms
.
coefficients a p x 4 matrix with columns for the estimated coefficient, its standard error, z-statistic and corresponding (two-sided) p-value.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.