View source: R/likert_means_4p.R
likert_means_4p | R Documentation |
A function to calculate sum scores for 4-point Likert scale items if multiple items are used to assess one trait with a weighting factor to compensate for the lower representation of border-values. Weight = 3 compensates for different representation on interval scale.
likert_means_4p(
data,
weight = 3,
round = 2)
data |
data frame |
weight |
weighting of the scale items |
round |
Rounding factor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.