Add a helper function to calculate autocorrelation of missing values, as @MilesMcBain mentions in #45
Contributor guide
Tech stack
None
Domain
data
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
R basicsmissing data concepts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
This issue requests adding a function to compute autocorrelation of missing values in the naniar package. The request references issue #45 by @MilesMcBain. To implement, examine existing helper functions in the package (e.g., in R/ folder) for pattern and style. The function should likely compute serial correlation of missingness indicators (0/1) along data frame rows or columns. No comments or PRs exist, so this is an open opportunity. Start by reviewing linked issue #45 for context.