survey_plot_satisfaction {surveydata} | R 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 |
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")
[Package surveydata version 0.2.7 Index]