This funciton will create a visualization that treats the likert items as a continuous variable.
likert.density.plot(likert, facet = TRUE, bw = 0.5, legend, ...)
object of type likert.
for non-grouped items, should each density distribution be plotted in a separate facet.
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.
title for the legend.
parameters passed to density
.
plot.likert