News for version 0.6.1

directadjusting

DESCRIPTION and documentation fixes.

News for version 0.6.0

directadjusting

First CRAN release.

News for version 0.5.0

directadjusting::direct_adjusted_estimates

directadjusting::delta_method_confidence_intervals made a lot more flexible. It now accepts via conf_method a string, a call, and a list of calls that produce the desired confidence intervals.

directadjusting::direct_adjusted_estimates

directadjusting::direct_adjusted_estimates option conf_methods = "boot" removed. Only delta method confidence intervals now possible. Making use of the delta method is now more flexible and accepts e.g. list("log", list(g = quote(qnorm(theta)), g_inv = quote(pnorm(g)))).

directadjusting::direct_adjusted_estimates

directadjusting::direct_adjusted_estimates now allows for the sake of convenience to be called with no adjust_col_nms defined. This results in no adjusting.

News for version 0.4.0

directadjusting::direct_adjusted_estimates

directadjusting::direct_adjusted_estimates now correctly uses the same conf_lvls and conf_methods for all statistics when their length is one.

News for version 0.3.0

directadjusting

Remove deprecated directadjusting::direct_adjusted_estimates. Use directadjusting::directly_adjusted_estimates.