If this is not docuemnted that way, write to the package maintainer.

Best,
Uwe Ligges




On 23.08.2017 02:51, Jeff Reichman       wrote:
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)


Figure.png




______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to