score_one_mcq27 {beezdiscounting} | R 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 |
Value
Vector with scored 27-item MCQ metrics
Examples
beezdiscounting:::score_one_mcq27(mcq27[mcq27$subjectid %in% 1, ])
[Package beezdiscounting version 0.3.1 Index]