*disclaimer
744627
jtools
https://jtools.jacob-long.com/
https://rdrr.io/cran/jtools/
- 回帰分析の結果をわかりやすくまとめてくれる。
- なんでjなのかなと思ったら、作った人が Jacobさん
summ(モデル) で、固定効果と変動効果を分かりやすく表にしてくれる
FIXED EFFECTS: ------------------------------------------------------ Est. S.E. t val. ----------------------------- -------- ------ -------- (Intercept) 4.54 0.22 20.88 UtensilsSpoon 4.97 0.20 24.88 FoodsSoup 5.34 0.20 26.72 UtensilsSpoon:FoodsSoup -10.08 0.28 -35.71 ------------------------------------------------------ RANDOM EFFECTS: --------------------------------------- Group Parameter Std. Dev. ------------- ------------- ----------- Participant (Intercept) 0.42 Item (Intercept) 0.43 Residual 2.00 --------------------------------------- Grouping variables: ------------------------------- Group # groups ICC ------------- ---------- ------ Participant 20 0.04 Item 10 0.04 -------------------------------
- 小数点以下の桁数は digits=3 オプションで設定
plot_summs(モデル)
https://rdrr.io/cran/jtools/man/plot_summs.html
回帰係数βの大きさをグラフに
https://sugiura-ken.org/wiki/