The dropout
package offers tools for dropout analysis in
survey data. It helps you identify and handle incomplete responses.
The latest version of the dropout package introduces significant updates to the codebase, aimed at reducing unexpected behavior and minimizing dependencies by directly utilizing R’s built-in C API.
If you need to access the previous version of the package, you can download it through Figshare.
You can install the development version of dropout
from
GitHub using the following command:
# Install the released version from CRAN
install.packages("dropout")
# development version from GitHub:
::install_github("hendr1km/dropout") devtools
drop_detect: Detects participants who drop out of the survey by recognizing NA sequences up to the last question of the survey. Additionally, the function provides the column name and index where the dropout occurs.
dropout_summary: Offers a high-level summary of dropout occurrences, providing key statistics to understand the patterns of participant dropouts across different survey questions.
For practical examples please refer to the package vignette.