Description Usage Arguments Value Author(s) See Also Examples
Function to calculate the multiple R-squared and the adjusted
R-squared from a fitted model via lm
or aov
, i.e., linear models.
For a model fitted via nls
, nonlinear models, the pseudo R-squared is
returned.
1 | Rsq(model)
|
model |
a model fitted via |
A list of
R.squared |
the multiple R-squared (for linear models) or the Pseudo R-squared (for nonlinear models). |
adj.R.squared |
the adjusted R-squared. |
Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
lm
, summary.lm
, aov
,
nls
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.