- Ignore cases for the "age" and "sex" column names in
lookup_limits
and.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_df
to impute missing values with there correct reference values.
- No user-visible changes.
- Move reference lookup code from
z_df
/zlog_df
to the internal.lookup_limits_df
function.
- Fix for
lookup_limits
that reordered its results depending on the "age" column in the "table" argument. - Fix for
z_df
andz_logdf
now correctly handle the ordering of thematrix
returned bylookup_limits
.
- Add
set_missing_limits
. - Fix first author name of reference in manual pages for
zcol
,zlog
andzlog_df
.
z_df
andzlog_df
now accept a reference tablelimits
with more parameters (params
) than present in thex
data.frame
.
- Add
z_df
andzlog_df
as convenient wrapper aroundz
/zlog
andlookup_limits
for largerdata.frame
s and reference tables. - Fix ordering in
lookup_limits
if a"param"
column is given.
z
gains alog
argument (default:FALSE
) andzlog
is now an alias forz(..., log = TRUE)
.
- Add support for multiple reference parameters in
lookup_limits
.
- Add z and z(log) equation to vignette.
- Extend
pbc
vignette 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_limits
to find reference limits in reference tables.
- Fix
zcol
forNA
. - Add
surival::pbc
example to the vignette.
- Add
iz
/izlog
as inverse function toz
/zlog
; closes #2.
- Vectorise
limits
,probs
argument ofz
andzlog
; closes #1.
- Initial version.