Description Usage Arguments Value Examples
View source: R/biasdetection_functions.R
This function reads the .csv file which is originated from Lime Survey and calculates the number of time groups automatically for detecting random responses.It detects the number of time groups which contains the time spent by each respondent in filling up different parts of the survey. The different parts of the survey are usually grouped into different groups like travel behaviour related questions, stated preference questions, socio-demographic questions, among others. Limesurvey automatically generates the time spent by each respondent in filling up different parts of the survey which are grouped into different groups. Respondents completing different parts of the survey in time less than first quartile values of the time spent in each group are the ones employing random responding or inattentive responding.
1 | get_time_groups(csv_file)
|
csv_file |
The .csv file which contains the panel data of all responses and is generated from survey platforms like Limesurvey. |
Number of time groups based on the different groups of the survey. get_time_groups()
1 2 3 4 | ## Not run:
get_time_groups(file.csv)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.