Changelog
Source:NEWS.md
wisclabmisc 0.1.1.9000 (dev version)
- Suppressed warnings from
sessioninfo::session_info()inmem_gamlss(). - Updated regex for
tocs_item(). - Added
compute_overlap_rate(). - Added
compute_sens_spec_from_ecdf()to compute sensitivity, specificity and AUC on weighted data. - Updated
compute_empirical_roc()to handle multilevel data (like a rating scale) if the two levels to be compared are provided inlevels. - Updated
compute_empirical_roc()to support aliases fordirection:"case-low"/"control-high"and"case-high"/"control-low". These forms help if you think about the direction or comparison as “which group gets a low/high score?”
wisclabmisc 0.1.1
- Added
file_rename_with()andfile_replace_name(). - Added
info_surprisal()and friends for computing entropy. - Deprecated
check_sample_centiles()deprecated. Use newly addedcheck_model_centiles()instead. - Added
check_computed_centiles()for calibrating precomputed centiles (allows examining centiles outside of GAMLSS).