rr_time_filter: Random response time filter

Description Usage Arguments Examples

View source: R/biasdetection_functions.R

Description

Calculates the first quartiles of each Time Group to identify the random responses. It displays them as well.

Usage

1
rr_time_filter(rr_data, num_time_groups)

Arguments

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()

Examples

1
2
3
4
## Not run: 
rr_time_filter(dataframe, 4)

## End(Not run)

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