missing_data_report: Missing-data report

View source: R/statistics_reports.R

missing_data_reportR Documentation

Missing-data report

Description

Reports item-wise missingness, respondent-wise missingness, missing-data patterns, listwise and pairwise deletion counts, and scale scoring missing rules. No imputation is performed.

Usage

missing_data_report(data, instrument = NULL, variables = NULL)

Arguments

data

A data.frame of responses.

instrument

Optional sframe object.

variables

Optional response columns. Defaults to instrument item IDs when an instrument is supplied, otherwise all columns.

Value

An object of class sframe_missing_data_report.


surveyframe documentation built on July 25, 2026, 1:07 a.m.