The R package md.tools
is a miscellaneous set of tools for working with
masked data and common features of masked data. If doing simulation studies,
it also supports latent data, i.e., data that is not observed but is generated,
and various other features that may be useful for simulation studies.
The tool set takes inspiration from functional programming, with inputs and
outputs defined over masked data frames of type tbl_md
(or just data frames),
making it consistent with the tidyverse way of doing things.