Given a data frame of scores, adds a column with the weighted score calculated.
calculate_scores_rowwise(reviews, submissions)
Dataframe review table.
Data frame of submissions *including* clinical multiplier (i.e. the output from [append_clinical_to_submission()]).