easystats / performance

:muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)
https://easystats.github.io/performance/
GNU General Public License v3.0
1.03k stars 94 forks source link

Performance for ordinal models #48

Closed JosueMA closed 5 years ago

JosueMA commented 5 years ago

Because in both, brms and rstanarm, the R^2 metric is not available for ordinal models (in contrast with elpd, loo or waic), model_performance(ordinal_model ) does not work.

strengejacke commented 5 years ago

Thanks! Should work now, and appropriate warnings are given.