calculate_section_rollup_score: Score an entire submission

View source: R/score.R

calculate_section_rollup_scoreR Documentation

Score an entire submission

Description

Given a data frame containing a submission and a table of reviews, calculate the score for a submission. First, the score for each section is calculated by multiplying the reviewer's score by the appropriate multipliers (see [calculate_section_score()]). If multiple reviewers scored the section, the section score is calculated for each and averaged.

Usage

calculate_section_rollup_score(submission, reviews)

Arguments

submission

Data frame containining the submission. Should have columns 'section', 'step', 'variable', and 'response' at a minimum.

reviews

Data frame containing weighted scores (output of [calculate_scores_rowwise()], or [pull_reviews_table()]).

Details

Then, the scores across all sections are added and divided by the denominator (see [calculate_denominator()]).

Value

The score for the submission

See Also

[calculate_scores_rowwise()]

[pull_reviews_table()]

[calculate_denominator()]


Sage-Bionetworks/stopadforms documentation built on Aug. 31, 2024, 11:53 p.m.