adjR2 {glmtoolbox} | R Documentation |
Adjusted R-squared
Description
Computes the adjusted R-squared
Usage
adjR2(..., digits, verbose)
Arguments
... |
one of several model fit objects. |
digits |
an (optional) integer value indicating the number of decimal places to be used. |
verbose |
an (optional) logical indicating if should the report of results be printed. |
Value
A matrix with the values of the adjusted R-squared for all model fit objects.
[Package glmtoolbox version 0.1.12 Index]