Description Usage Arguments Value Examples
View source: R/biasdetection_functions.R
Detects extreme responding style for the Likert questions in the survey.
1 | ers_function(csv_file, likert_columns, max_value, min_value)
|
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 |
A list containing the updated data ers_function()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.