boot_ame)ame_als_bootstrap() returns an object of class "boot_ame"
(not "ame_als"); this tidy method exposes the bootstrap
estimates as a broom-style data frame so the standalone object
composes with modelsummary the same way an embedded
ame_als(..., bootstrap = N) fit does.
# S3 method for boot_ame
tidy(x, conf.level = 0.95, ...)Data frame with columns term, estimate, std.error,
statistic, p.value, conf.low, conf.high, se_source.
A boot_ame object.
Confidence level. Default 0.95.
Ignored.