dh.pool | R Documentation |
Perform Rubin's pooling on a list of imputed generalized linear models.
dh.pool(
imputed_glm = NULL,
type = NULL,
coh_names = NULL,
family = NULL,
exponentiate = FALSE
)
imputed_glm |
A list of imputed generalized linear models. |
type |
Character specifying type of object provided in |
coh_names |
Character vector of cohorts included in |
family |
Specifies the family used in the analysis where type is "glm_ipd" or "glm_slma". Options are "gaussian" or "binomial", with default "gaussian". |
exponentiate |
Optionally, specify whether estimates from binomial models should
be exponentiated, ie returned as odds ratios. This argument is ignored if
|
This function performs Rubin's pooling on a list of imputed generalized linear models. It extracts coefficients using specified parameters, tidies the coefficients, and then performs pooling.
A tibble containing Rubin's pooled estimates and confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.