create_plots_ers: Create Plots Extreme Response Style

Description Usage Arguments Examples

View source: R/biasdetection_functions.R

Description

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).

Usage

1
create_plots_ers(ers_data, likert_columns)

Arguments

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()

Examples

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)

Rupanjan22/biasdetection documentation built on April 14, 2021, 10:46 a.m.