R R.package !!!easystats https://github.com/easystats https://qiita.com/ocean_f/items/f1074f8cc05241dc28eb {{outline}} ---- !!GLMMなどの妥当性評価 !R2: r2() !多重共線性: check_collinearity() *結果を plot() !正規性: check_normality() *結果を plot() !過分散: check_overdispersion() !ゼロ過剰: check_zeloinflation() !!インストール {{pre install.packages("performance") library(performance) }}