View source: R/dCVnet_utilities.R
predict_cat.glm | R Documentation |
Category predictions from a binomial glm object.
predict_cat.glm(glm, threshold = 0.5)
glm |
a binomial family glm object |
threshold |
the prediction threshold |
Note: this is not implemented as an S3 generic despite the name. It has no dispatch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.