userfriendlyscience (version 0.7.2)

processLimeSurveyDropouts: processLimeSurveyDropouts

Description

This function makes it easy to parse the dropouts from a LimeSurvey questionnaire.

Usage

processLimeSurveyDropouts(lastpage,
                          pagenames = NULL,
                          relevantPagenames = NULL)

Arguments

lastpage

A vector with the 'lastpage' variable as LimeSurvey stores it (an integer denoting the last page a participant visited, in other words, where they dropped out).

pagenames

Optional: names for each page.

relevantPagenames

Optional: the names of those pages that should be included.

Value

A list with information about the dropout, including ggplots.

Details

This will be described more in detail in a forthcoming publications.

Examples

Run this code
# NOT RUN {
processLimeSurveyDropouts(c(1,2,1,1,2,3,2,2,3,2,1));
# }

Run the code above in your browser using DataCamp Workspace