create_pred_obs: Creates a contingency table with predicted probabilities and...

View source: R/predict.R

create_pred_obsR Documentation

Creates a contingency table with predicted probabilities and actual classification

Description

Creates a contingency table with predicted probabilities and actual classification

Usage

create_pred_obs(
  mod,
  tab = NULL,
  vardep = NULL,
  as_prob = TRUE,
  shrunk = numeric(0)
)

Arguments

mod

a glm or mira object

Value

data.frame


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.