Description Usage Arguments Examples
View source: R/biasdetection_functions.R
Calculates the first quartiles of each Time Group to identify the random responses. It displays them as well.
1 | rr_time_filter(rr_data, num_time_groups)
|
rr_data |
The dataframe used in detecting random responding and is generated from the original panel dataframe. It is a list containing unique responses (based on id) of the respondent. |
num_time_groups |
Number of time groups is used in detecting random responding. It is generated from the groups of the survey. The dataframe contains different time groups (columns) where each time group contains the time spent by each respondent in filling up different groups of the survey. rr_time_filter() |
1 2 3 4 | ## Not run:
rr_time_filter(dataframe, 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.