Re: [R] Simple Likert count data visualization

2012-11-09 Thread Richard M. Heiberger
Werner, Yes, it exists. See the likert function in the HH package. Run the examples in the help file ?likert and the demo to see all the capabilities of the likert function, particularly multiple groupings within the sample population. Discussion and example of multiple groupings are included in

Re: [R] Simple Likert count data visualization

2012-11-09 Thread Jose Iparraguirre
Hi Werner I've recently used the net_stacked function here: http://statisfactions.com/2012/improved-net-stacked-distribution-graphs-via-ggplot2-trickery/ Have a look also at this: http://stats.stackexchange.com/questions/25109/visualizing-likert-responses-using-r-or-spss And this: http://stac