There are four types of R-scripts in this repository, each with a separate folder.
o_custom_functions/
:
Custom R-functions written for this project.0_pilot/
:
Scripts analyzing the Pilot data.1_sim_pipeline/
:
A full analysis pipeline, written before accessing/analyzing the data
and based on simulated data.Each script takes an input(s) and produces output(s). All outputs are stored in analysis_objects/. The tables below provides an overview of the inputs and outputs of each script.
script | input | output |
---|---|---|
01_create_scales.R | pilot_full_data.RData |
script | input | output |
---|---|---|
0_ivs.R | ivs_sim.RData | |
1_dvs.R | dvs_sim.RData | |
2_exclusions.R | dvs_sim.RData ivs_sim.RData |
full_data_sim.RData |
4_sem.R | full_data_sim.RData | NA |