score_one_mcq27: Score one subject's 27-item MCQ

View source: R/mcq.R

score_one_mcq27R Documentation

Score one subject's 27-item MCQ

Description

Score one subject's 27-item MCQ

Usage

score_one_mcq27(dat, impute_method = "none", round = 6)

Arguments

dat

One subject's 27 items from the MCQ

impute_method

One of: "none", "ggm", "GGM", "inn", "INN"

round

Numeric specifying number of decimal places (passed to base::round())

Value

Vector with scored 27-item MCQ metrics

Examples

beezdiscounting:::score_one_mcq27(mcq27[mcq27$subjectid %in% 1, ])

beezdiscounting documentation built on April 4, 2025, 4:44 a.m.