Integration of estimation results by multiple imputation method following rubin's rule.
Source:R/pool_rubin.R
pool_rubin.Rd
Integration of estimation results by multiple imputation method following rubin's rule.
Arguments
- .tibble
A tibble that contains the results of the estimation.
- estimate
The name of the column that contains the point estimates.
- std.error
The name of the column that contains the standard errors.
- term
When you want to integrate multiple parameters, specify the name of the columns that identifies the parameters. Allowed multiple column names like
c(a, b)
.