Description Usage Arguments Details Value Author(s) Examples
View source: R/processLimeSurveyDropouts.R
This function makes it easy to parse the dropouts from a LimeSurvey questionnaire.
1 2 3 | processLimeSurveyDropouts(lastpage,
pagenames = NULL,
relevantPagenames = NULL)
|
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. |
This will be described more in detail in a forthcoming publications.
A list with information about the dropout, including ggplot
s.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
1 | processLimeSurveyDropouts(c(1,2,1,1,2,3,2,2,3,2,1));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.