Likert Plot: Adding "N" across Likert Variables

library(sjPlot)
require(HH)
plot(likert(Ngbrhd_Char1[,3:17]), ordered = T, wrap= 60,values = "sum.outside")

I have tried using sum.outside to generate the "Ns" associated with each variable but failed to execute. Kindly assist with this.

I hope this helps:
https://stackoverflow.com/questions/46850866/displaying-percentage-per-category-in-likert-stacked-proportion-barplots

https://stackoverflow.com/questions/37761096/likert-plot-showing-percentage-values

Instead of percentages you can use N.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.