RsqGLM | R Documentation |
This function calculates some (pseudo) R-squared statistics for binomial Generalized Linear Models. It is now DEPRECATED, please use pseudoRsq
instead.
RsqGLM(model = NULL, obs = NULL, pred = NULL, use = "pairwise.complete.obs",
plot = TRUE, plot.type = "lollipop", na.rm = TRUE, rm.dup = FALSE,
verbosity = 2, ...)
model |
see |
obs |
see |
pred |
see |
use |
see |
plot |
see |
plot.type |
see |
na.rm |
see |
rm.dup |
see |
verbosity |
see |
... |
see |
See pseudoRsq
.
See pseudoRsq
.
A. Marcia Barbosa
# This function is DEPRECATED, please see \code{\link{pseudoRsq}} instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.