[R] likert Package
    Jeff Reichman	 
    reichmanj at sbcglobal.net
       
    Wed Aug 23 02:51:56 CEST 2017
    
    
  
R- Help Forum
 
Working with the "likert" package and find that my "bar" graphs are
backwards (see attached)
 
> summary(results)
  Item low neutral high mean        sd
4   Q4   5      15   80 2.75 0.5501196
5   Q5  20      40   40 2.20 0.7677719
1   Q1  65      30    5 1.40 0.5982430
3   Q3   5      90    5 2.00 0.3244428
2   Q2  90      10    0 1.10 0.3077935
 
> results <- likert(data[,2:6], grouping = data$Group)
> plot(results, type = "bar", centered = FALSE, group.order = c("Band 3",
"Band 4"))
 
In the attached figure the percentages appear correct but the bars are
backwards (or appear to be backwards)
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Figure.png
Type: image/png
Size: 16282 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20170822/5295594f/attachment.png>
    
    
More information about the R-help
mailing list