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

Description Usage Arguments See Also

Description

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

Usage

1
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


likert documentation built on May 2, 2019, 11:11 a.m.