Learn R Programming

collinear (version 2.0.0)

performance_score_v: Cramer's V of Observations vs Predictions

Description

Internal function to compute the Cramer's V of categorical observations versus categorical model predictions.

Usage

performance_score_v(o = NULL, p = NULL)

Value

numeric: Cramer's V

Arguments

o

(required, numeric vector) Response values. Default: NULL

p

(required, numeric vector) Model predictions. Default: NULL

See Also

Other modelling_tools: case_weights(), model_formula(), performance_score_auc(), performance_score_r2()