Explore adding multivariable analyse_pars()
and pool_pars()
functions
#330
Labels
To be evaluated
issues that must be discussed whether/how they have to be implemented
At the moment,
analyse()
andpool()
just look at univariate estimates (plus se, df) and pool them one-by-one.However, for several analyses (e.g. subgroup analyses, multi-arm trials with Dunnett's adjustment, Fieller's CI for ratios etc), it would be useful to be able to have two functions:
analyse_pars()
where the output from each imputed dataset is a vector of estimates (plus corresponding covariance matrix)pool_pars()
which pools estimates (plus covariance matrices) across imputed datasetsThe text was updated successfully, but these errors were encountered: