Description Usage Arguments Value Examples
Calculates adjusted R-Squared statistic based on user-defined inputs.  This function can be used after estimating a model that does not report adjusted R-Squared statistic.  For svyglm model fit statistics, see fit.svyglm function documentation.
| 1 | AdjR2(tdf, null.dev, resid.dev, k)
 | 
| tdf | The total degrees of freedom | 
| null.dev | The null deviance or total sum of squares | 
| resid.dev | The residual deviance or error sum of squares | 
| k | The number of parameters used (to reduce deviance) | 
Returns an adjusted R-Squared statistic, a numeric value between 0 and 1
| 1 2 3 | 
[1] 0.2478632
[1] 0.2478632
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.