Skip to contents

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

Usage

performance_score_v(o = NULL, p = NULL)

Arguments

o

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

p

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

Value

numeric: Cramer's V

See also