- Ignore cases for the "age" and "sex" column names in
lookup_limitsand.lookup_limits_df(now case insensitive). Affected user visible functions:zlog_df,impute_df.
- Add URL and BugReport URL to DESCRIPTION file.
- First CRAN release.
- Add
impute_dfto impute missing values with there correct reference values.
- No user-visible changes.
- Move reference lookup code from
z_df/zlog_dfto the internal.lookup_limits_dffunction.
- Fix for
lookup_limitsthat reordered its results depending on the "age" column in the "table" argument. - Fix for
z_dfandz_logdfnow correctly handle the ordering of thematrixreturned bylookup_limits.
- Add
set_missing_limits. - Fix first author name of reference in manual pages for
zcol,zlogandzlog_df.
z_dfandzlog_dfnow accept a reference tablelimitswith more parameters (params) than present in thexdata.frame.
- Add
z_dfandzlog_dfas convenient wrapper aroundz/zlogandlookup_limitsfor largerdata.frames and reference tables. - Fix ordering in
lookup_limitsif a"param"column is given.
zgains alogargument (default:FALSE) andzlogis now an alias forz(..., log = TRUE).
- Add support for multiple reference parameters in
lookup_limits.
- Add z and z(log) equation to vignette.
- Extend
pbcvignette example with a sex-specific reference table and uselookup_limits.
zcol: slightly increase color contrast around 1 and 2 (move darker colours one unit into the middle).
- Add
lookup_limitsto find reference limits in reference tables.
- Fix
zcolforNA. - Add
surival::pbcexample to the vignette.
- Add
iz/izlogas inverse function toz/zlog; closes #2.
- Vectorise
limits,probsargument ofzandzlog; closes #1.
- Initial version.