summary_to_proportions: Convert Summary Scores to Proportions

View source: R/summary_to_proportions.R

summary_to_proportionsR Documentation

Convert Summary Scores to Proportions

Description

Summary score instruments provide the raw # of items correct depending on the section and item type. This function will convert those into a percentage correct, utilizing instrument-specific helpers to determine what the denominator should be for each score (eg sometimes out of 5, sometimes out of 74).

Usage

summary_to_proportions(inst_data, inst_prefix)

Arguments

inst_data

Instrument data, must be a summary instrument

inst_prefix

Instrument prefix

Value

The instrument but with raw # correct converted to the appropriate % correct


tsostarics/anrlab documentation built on Nov. 6, 2022, 3:54 a.m.