├── .Rhistory ├── .gitattributes ├── README.md ├── _config.yml ├── data_AGING_example.csv ├── data_SCI_longitudinal_example.csv ├── index.Rmd ├── index.html ├── lohse_MER_chapter_the_last.Rmd ├── lohse_MER_chapter_the_last.html ├── lohse_MER_section_01_introduction.Rmd ├── lohse_MER_section_01_introduction.html ├── lohse_MER_section_02_longitudinal.Rmd ├── lohse_MER_section_02_longitudinal.html ├── lohse_MER_section_03_factorial.Rmd ├── lohse_MER_section_03_factorial.html ├── lohse_MER_section_04_multiple_sources.Rmd ├── lohse_MER_section_04_multiple_sources.html └── random_effects_paper ├── data_heart_rate.csv ├── data_longitudinal.csv ├── rt_dummy_data.csv ├── script_section_01_longitudinal_data.R ├── script_section_02_factorial_data.R └── script_section_03_multiple_sources.R /.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/.Rhistory -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/_config.yml -------------------------------------------------------------------------------- /data_AGING_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/data_AGING_example.csv -------------------------------------------------------------------------------- /data_SCI_longitudinal_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/data_SCI_longitudinal_example.csv -------------------------------------------------------------------------------- /index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/index.Rmd -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/index.html -------------------------------------------------------------------------------- /lohse_MER_chapter_the_last.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_chapter_the_last.Rmd -------------------------------------------------------------------------------- /lohse_MER_chapter_the_last.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_chapter_the_last.html -------------------------------------------------------------------------------- /lohse_MER_section_01_introduction.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_01_introduction.Rmd -------------------------------------------------------------------------------- /lohse_MER_section_01_introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_01_introduction.html -------------------------------------------------------------------------------- /lohse_MER_section_02_longitudinal.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_02_longitudinal.Rmd -------------------------------------------------------------------------------- /lohse_MER_section_02_longitudinal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_02_longitudinal.html -------------------------------------------------------------------------------- /lohse_MER_section_03_factorial.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_03_factorial.Rmd -------------------------------------------------------------------------------- /lohse_MER_section_03_factorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_03_factorial.html -------------------------------------------------------------------------------- /lohse_MER_section_04_multiple_sources.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_04_multiple_sources.Rmd -------------------------------------------------------------------------------- /lohse_MER_section_04_multiple_sources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/lohse_MER_section_04_multiple_sources.html -------------------------------------------------------------------------------- /random_effects_paper/data_heart_rate.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/data_heart_rate.csv -------------------------------------------------------------------------------- /random_effects_paper/data_longitudinal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/data_longitudinal.csv -------------------------------------------------------------------------------- /random_effects_paper/rt_dummy_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/rt_dummy_data.csv -------------------------------------------------------------------------------- /random_effects_paper/script_section_01_longitudinal_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/script_section_01_longitudinal_data.R -------------------------------------------------------------------------------- /random_effects_paper/script_section_02_factorial_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/script_section_02_factorial_data.R -------------------------------------------------------------------------------- /random_effects_paper/script_section_03_multiple_sources.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keithlohse/mixed_effects_models/HEAD/random_effects_paper/script_section_03_multiple_sources.R --------------------------------------------------------------------------------