dropout

R-CMD-check CRAN status

The dropout package offers tools for dropout analysis in survey data. It helps you identify and handle incomplete responses.

dropout v2.2.0

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.

Installation

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:
devtools::install_github("hendr1km/dropout")

Features

For practical examples please refer to the package vignette.