likert.density.plot: Creates a density plot for likert items.

View source: R/plot.likert.density.R

likert.density.plotR Documentation

Creates a density plot for likert items.

Description

This funciton will create a visualization that treats the likert items as a continuous variable.

Usage

likert.density.plot(likert, facet = TRUE, bw = 0.5, legend, ...)

Arguments

likert

object of type likert.

facet

for non-grouped items, should each density distribution be plotted in a separate facet.

bw

the smoothing bandwidth. This is often set to the standard deviation but this is often inadequate for Likert type items. The value of 0.5 is used since the difference between any two adjacent levels is one.

legend

title for the legend.

...

parameters passed to density.

See Also

plot.likert


jbryer/likert documentation built on July 29, 2022, 3:42 p.m.