likert_means_4p: Average Likert score for 4-point Likert scales

View source: R/likert_means_4p.R

likert_means_4pR Documentation

Average Likert score for 4-point Likert scales

Description

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.

Usage

likert_means_4p(
  data,
  weight = 3,
  round = 2)

Arguments

data

data frame

weight

weighting of the scale items

round

Rounding factor


samueltobler/behavdata documentation built on July 9, 2024, 11:33 a.m.