mfi_domains | R Documentation |
MFI domain score calculator
mfi_domains(
ds,
reverse = TRUE,
reverse.vars = c(2, 5, 9, 10, 13, 14, 16, 17, 18, 19)
)
ds |
data set of MFI scores, 20 columns |
reverse |
reverse scoring |
reverse.vars |
variables/columns to reverse |
tibble of domain scores
mfi_mess <- data.frame(matrix(
sample(c(" 1. ", "2. -A", "3.", " 4 ", "5.", NA),200,replace=TRUE),ncol=20))
mfi_mess |> mfi_domains()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.