Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Sep 12, 2023
1 parent 638e537 commit c18dd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test-pkg-Amelia.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fit_logistic <- function(dat) {
return(out)
}
mod_imputation <- suppressWarnings(lapply(dat_amelia, fit_logistic))
manu <- suppressWarnings(summary(pool(mod_imputation), conf.int = TRUE))
manu <- suppressWarnings(summary(mice::pool(mod_imputation), conf.int = TRUE))
fit <- with(imp, glm(endp ~ trt, family = binomial(link = "logit")))
auto <- suppressWarnings(avg_slopes(fit))
expect_equivalent(auto$estimate, manu$estimate)
Expand Down

0 comments on commit c18dd95

Please sign in to comment.