ers_function: Extreme Responding Style

Description Usage Arguments Value Examples

View source: R/biasdetection_functions.R

Description

Detects extreme responding style for the Likert questions in the survey.

Usage

1
ers_function(csv_file, likert_columns, max_value, min_value)

Arguments

csv_file

The file we want to process

likert_columns

A list containing the column names (likert questions) to use for Extreme Responding Style

max_value

Maximum rate in the likert scale

min_value

Minimum rate in the likert scale

Value

A list containing the updated data ers_function()

Examples

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

## End(Not run)

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