num_to_likert: Converts numerical data on a scale of 1 to 5 to Likert text

Description Usage Arguments Examples

View source: R/aqm.R

Description

The function returns an ordinal factor.

Usage

1

Arguments

x

Examples

1
2
3
x<-sample(1:5, 100,replace=TRUE)
x
num_to_likert(x)

dgolicher/aqm documentation built on March 11, 2021, 7:45 a.m.