Skip to contents

Thin extender over performance::r2 returning the appropriate R-squared (Nakagawa, McFadden, Tjur, ...) for a supported fitted model.

Usage

morie_performance_r2(model, ...)

Arguments

model

A fitted model object supported by performance.

...

Further arguments forwarded to performance::r2 (e.g. tolerance, ci, verbose).

Value

A list with $method = "performance::r2" and $raw (the upstream R-squared object).