Description Usage Arguments Examples
Create Summary Graphs of mean & sd for variables
1 2 3 4 5 6 | mm_summary_graphs(
variables,
mean_or_sd = "mean",
scale_ = "mm_likert_scale",
wrap_ = 30
)
|
variables |
variable names from df_responses dataframe ex: c("sp_plan", "sp_process") |
mean_or_sd |
Is the summary displaying mean or standard deviation of scores? "mean" or "sd" |
scale_ |
What scale is to be used as defined in 'df_definitions' dataframe |
wrap_ |
length of characters before wrapping the axis labels |
1 2 | mm_summary_graphs(c("sp_plan", "sp_process"), "sd", "mm_likert_scale", wrap_ = 30)
mm_summary_graphs(c("sp_plan", "sp_process"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.