Learn R Programming

lame (version 1.3.4)

tidy.boot_ame: Tidy method for a standalone bootstrap object (boot_ame)

Description

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.

Usage

# S3 method for boot_ame
tidy(x, conf.level = 0.95, ...)

Value

Data frame with columns term, estimate, std.error, statistic, p.value, conf.low, conf.high, se_source.

Arguments

x

A boot_ame object.

conf.level

Confidence level. Default 0.95.

...

Ignored.