Add support for missing-ness
daynefiler opened this issue · comments
Dayne Filer, MD, PhD commented
Add functionality to track missing-ness in TxpResult object.
- Add
txpMissing
slot toTxpResult
class; observation by slice matrix (same astxpSliceScores
) with the proportion of missing observations - Update txpCalculateScores to calculate missing-ness
- Add accessors for
txpMissing
- Update man page and create examples showing accessors
- Add tests to cover new missing-ness functionality
David Reif commented
Completed with latest update from /ggplot branch