create_plots_mrs: Create Plots Mid point Response Style

Description Usage Arguments Examples

View source: R/biasdetection_functions.R

Description

This function creates plots from the resulting data in mid point response style (question and respondent wise bar plots).

Usage

1
create_plots_mrs(mrs_data, likert_columns)

Arguments

mrs_data

Resulting data from the mrs_function

likert_columns

A list containing the column names to use for MRS create_plot_mrs()

Examples

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)

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