Description Usage Arguments Examples
View source: R/biasdetection_functions.R
This function creates plots from the resulting data in mid point response style (question and respondent wise bar plots).
1 | create_plots_mrs(mrs_data, likert_columns)
|
mrs_data |
Resulting data from the mrs_function |
likert_columns |
A list containing the column names to use for MRS create_plot_mrs() |
1 2 3 4 5 6 7 | ## Not run:
create_plots_mrs(dataframe, list("ParkingCosts.SQ001.",
"CongestionCosts.SQ001.",
"LowIncLikert.SQ001.",
"AffordableTrLikert.SQ001."))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.