Description Usage Arguments Examples
View source: R/biasdetection_functions.R
This function creates plots from the resulting data in extreme response style (question wise bar plot and respondent wise bar plot (for positive, negative and total), kernel density plot for respondent wise).
1 | create_plots_ers(ers_data, likert_columns)
|
ers_data |
Resulting data from the ers_function |
likert_columns |
A list containing the column names to use for Extreme Responding Style create_plots_ers() |
1 2 3 4 5 6 7 | ## Not run:
create_plots_ers(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.