survey_plot_satisfaction: Plot satisfaction questions.

survey_plot_satisfactionR Documentation

Plot satisfaction questions.

Description

Plot satisfaction questions.

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

question_text(membersurvey)

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


andrie/surveydata documentation built on March 13, 2023, 2 a.m.