likert_means_5p: Average Likert score for 5-point Likert scales

View source: R/likert_means_5p.R

likert_means_5pR Documentation

Average Likert score for 5-point Likert scales

Description

A function to calculate sum scores for 5-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 = 2 compensates for different representation on interval scale.

Usage

likert_means_5p(
  data,
  weight = 2,
  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.