mm_summary_graphs: Create Summary Graphs of mean & sd for variables

Description Usage Arguments Examples

View source: R/mmassessment.R

Description

Create Summary Graphs of mean & sd for variables

Usage

1
2
3
4
5
6
mm_summary_graphs(
  variables,
  mean_or_sd = "mean",
  scale_ = "mm_likert_scale",
  wrap_ = 30
)

Arguments

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

Examples

1
2
mm_summary_graphs(c("sp_plan", "sp_process"), "sd", "mm_likert_scale", wrap_ = 30)
mm_summary_graphs(c("sp_plan", "sp_process"))

kent-orr/mm_assessment documentation built on Nov. 9, 2020, 8:10 a.m.