Read this in other languages: English
Rを使い質的変数(主に名義尺度)をコーディングして統計モデリングを行うための,Schad et al (2020)に対する日本語注解
Schad, D. J., Vasishth, S., Hohenstein, S., & Kliegl, R. (2020). How to capitalize on a priori contrasts in linear (mixed) models: A tutorial. Journal of Memory and Language. https://doi.org/10.1016/j.jml.2019.104038
本注釈資料は,下記の統計教科書の各章もカバーしている
- Vasishth, S., Schad, D., Bürki, A., & Kliegl, R. (In preparation). Contrast coding. In Vasishth, S., Schad, D., Bürki, A., & Kliegl, R. (Eds.), Linear Mixed Models in Linguistics and Psychology: A Comprehensive Introduction. https://vasishth.github.io/Freq_CogSci/basic-concepts-illustrated-using-a-two-level-factor.html
- Nicenboim, B., Schad, D., and Vasishth, S. (In preparation). Contrast coding. In Nicenboim, B., Schad, D., and Vasishth, S. (Eds.), An Introduction to Bayesian Data Analysis for Cognitive Science. https://vasishth.github.io/bayescogsci/book/ch-contr.html
flipbookr
を使い,順を追ってコードを提示した点- 資料を読むだけでも,各コマンドでどのような処理が行われているのか追うことができる
- とりわけ,パイプ処理の各段階でどのような処理がなされているのか把握できる
- Tidyverseスタイルガイドに沿うことで、より効果的で、よりシームレスで、より理解しやすいコードに改めた点
- 原著論文のコードを
tidyverse
の関数と ネイティブパイプ|>
を使い書き直した
- 原著論文のコードを
- 日本語で書かれている点
- 英語以外の言語による,原著論文への最初の注釈
本資料は,「How to capitalize on a priori contrasts in linear (mixed) models: A tutorial」(© Daniel J Schad, Shravan Vasishth, Sven Hohenstein, Reinhold Kliegl 2020 https://doi.org/10.1016/j.jml.2019.104038 (CC BY 4.0)) を翻訳・改変して作成した日本語版注釈書である。
このプロジェクトの内容自体は、CC BY-NC 4.0の下でライセンスされている。内容の体裁や表示に使用したソースコード、および資料中のコードは、MITライセンスの下でライセンスされている。