Open
Description
it would be great if parameters()
could have the vcov
argument for pooled mice
objects.
glm_mi <- with(
dt_imp,
glm(y ~ x, family = "binomial")
)
pooled <- pool(glm_mi)
parameters(pooled, exponentiate = TRUE, vcov = "HC4m")
gives:
Following arguments are not supported in
model_parameters()
for models of classmipo
and will be ignored: "vcov". In case you obtain expected results, please runmodel_parameters()
again without specifying the above mentioned arguments. ...
alternatively, is there a way to convert the pooled mice object to a type that parameters()
will accept the vcov
argument with?
Metadata
Metadata
Assignees
Labels
No labels