Collections

Profile picture of Ann Bessenbacher

Ann Bessenbacher created this post

likert bar chart

Likert is an R package designed to help analyzing and visualizing Likert type items. It has been developped by Jason Bryer and Kim Speerschneider.

This barplot comes from the demo page and has been sent by Carlos Ortega.

It allows to analyse the reading attitudes from a panel of people. Each line represents a question. The barplot explains the feeling of people concerning this question.

 

# library
library(likert) 
 
# Use a provided dataset
data(pisaitems) 
items28 <- pisaitems[, substr(names(pisaitems), 1, 5) == "ST24Q"] 
 
# Build plot
p <- likert(items28) 
plot(p)

0 comments 1 reposts

Profile picture of Ann Bessenbacher

Ann Bessenbacher onto R Visualizations

R Visualizations

Visualizations that can be done in R

1 posts

Profile picture of Ann Bessenbacher

Ann Bessenbacher

Also found in these collections:

Combo Test Collection

Collection of other collections

4 posts

Profile picture of Ann Bessenbacher

Ann Bessenbacher