calculate_scores_rowwise: Calculate scores rowwise

View source: R/score.R

calculate_scores_rowwiseR Documentation

Calculate scores rowwise

Description

Given a data frame of scores, adds a column with the weighted score calculated.

Usage

calculate_scores_rowwise(
  reviews,
  submissions,
  partial_betas = stopadforms::partial_betas
)

Arguments

reviews

Dataframe review table.

submissions

Data frame of submissions *including* clinical multiplier (i.e. the output from [append_clinical_to_submission()]).

partial_betas

The partial betas for the scoring routine


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