Bug Fixes
- Fixed a bug that resulted in additional arguments passed by the user through the three-dot (
...
) syntax not being correctly evaluated. For example, supplyingestimand="ATT"
toadjustedsurv()
withmethod="iptw_km"
and a formula in thetreatment_model
argument would result in theestimand
argument not being passed toweightit()
. - Fixed issues that ocurred with
plot.adjustedsurv()
when theadjustedsurv
object was created in a function or loop - In previous versions the formula to pool standard errors when using multiple imputation was not implemented correctly. Fixed now, might lead to slightly different results when using multiply imputed data in the new and earlier versions. Many thanks to Dr. Jack M Wolf for finding and fixing this issue.