plot_likert: Plot five point Likert Scale data from HSR survey

Description Usage Arguments Examples

Description

'plot_likert' generates a floating bar graph (horizontally) aligned for survey data that is on lickert scale. Currently this function supports a a five point Likert scale the with levels "Strongly Disagree", "Disagree", "Neutral", "Agree", and "Strongly Agree"

Usage

1
plot_likert(.data, topic = "Instructional Leadership", ...)

Arguments

.data

'data.frame' of Healthy Schools and Regions data in long format

topic

character vector of parent topics to filter form '.data'

...

arguments passed to pre_process_likert

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(ex_hsr)

plot_likert(ex_hsr,
            topic="Instructional Leadership",
            school_order=c("KHS1",
                           "KMS1",
                           "KMS2",
                           "KHS2",
                           "KR",
                           "KN"))

chrishaid/hsrr documentation built on May 13, 2019, 6:53 p.m.