Learn R Programming

beezdiscounting (version 0.3.2)

score_one_mcq27: 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)

Value

Vector with scored 27-item MCQ metrics

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())

Examples

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

Run the code above in your browser using DataLab