likert.density.plot {likert} | R 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 |
See Also
plot.likert
[Package likert version 1.3.5 Index]