surveydata (version 0.2.2)

survey_plot_satisfaction: Plot satisfaction

Description

Plot satisfaction

Usage

survey_plot_satisfaction(data, q, fun = c("net", "top3", "top2"))

Arguments

data

surveydata object

q

Question

fun

Aggregation function, one of net (compute net satisfaction score), top3 (compute top 3 box score) and top2 (compute top 2 box score)

See Also

Other survey plotting functions: survey_plot_question, survey_plot_yes_no

Examples

Run this code
# NOT RUN {
question_text(membersurvey)

survey_plot_question(membersurvey, "Q2")
survey_plot_yes_no(membersurvey, "Q2")
survey_plot_satisfaction(membersurvey, "Q14")

# }

Run the code above in your browser using DataLab