This repository includes multiple analytic files, including the functions used within those files.
There are multiple versions of the validation markdown, called tables.Rmd, Validation.Rmd, model3_validation.Rmd, model4_validation.Rmd, and model_final_anaysis.
Functions:
- faceted_comp_plot.R: comparison plot, faceted, non-weighted linear regression
- faceted_comp_plot_wt.R: comparison plot, faceted, weighted linear regression
- pivot_data_longer.R: customized version of pivot_longer function from dplyr library
- rank.R: calculates rank after taking in soccer output and coder file
- read_coder_file.R: creates list columns for coder file to allow for ranking
- summarize_df.R: create summary dataframe with average agreement per interval to create soccer score vs. agreement plots
- summarize_df_weighted.R: same as above, but now weighted by # of jobs per score category
- xwalk_num.R: calculates how many possible crosswalked jobs exist from xwalk file (rowwise)