predict_cat.glm: predict_cat.glm

View source: R/dCVnet_utilities.R

predict_cat.glmR Documentation

predict_cat.glm

Description

Category predictions from a binomial glm object.

Usage

predict_cat.glm(glm, threshold = 0.5)

Arguments

glm

a binomial family glm object

threshold

the prediction threshold

Details

Note: this is not implemented as an S3 generic despite the name. It has no dispatch.


AndrewLawrence/dCVnet documentation built on Sept. 24, 2024, 5:24 a.m.