mrs_function: Mid point Response Styles

Description Usage Arguments Value Examples

View source: R/biasdetection_functions.R

Description

This function detects the midpoint response styles in responses for the Likert scale questions.

Usage

1
mrs_function(csv_file, likert_columns, mid_value)

Arguments

csv_file

The file we want to process

likert_columns

A list containing the column names to use for Midpoint Response Styles

mid_value

Mid rate in the likert scale

Value

A list containing the updated data mrs_function()

Examples

1
2
3
4
5
6
7
## Not run: 
mrs_function(file.csv, list("ParkingCosts.SQ001.",
                            "CongestionCosts.SQ001.",
                            "LowIncLikert.SQ001.",
                            "AffordableTrLikert.SQ001."), 3)

## End(Not run)

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