The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.