Description Usage Arguments Value Examples
View source: R/biasdetection_functions.R
This function detects the midpoint response styles in responses for the Likert scale questions.
1 | mrs_function(csv_file, likert_columns, mid_value)
|
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 |
A list containing the updated data mrs_function()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.