Skip to content

vcov argument for pooled mice objects with parameters() #1111

Open
@ereinbergs

Description

@ereinbergs

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 class mipo and will be ignored: "vcov". In case you obtain expected results, please run model_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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions