print: Print a summary of an 'lmeresamp' object

print.lmeresampR Documentation

Print a summary of an lmeresamp object

Description

Print summary statistics and confidence intervals, if desired, for an lmeresamp object.

Usage

## S3 method for class 'lmeresamp'
print(x, ci = FALSE, ...)

Arguments

x

The lmeresamp object to print.

ci

A logical value specifying whether confidence intervals should be printed.

...

not used

Details

If the bootstrap statistics are stored in a vector (as opposed to a data frame or tibble), then summary statistics will be calculated and printed. The printed data frame will include the name of the term (if applicable), the observed value (observed), the mean of the bootstrap replicated (rep.mean), the standard error (se), and the bootstrap bias estimate (bias). In addition, the number of resamples will be printed. If any messages, warnings, or errors were generated during the bootstrap procedure, they will be summarized below, and you should check the message, warning, and error elements of the lmeresamp object to investigate further.


lmeresampler documentation built on Feb. 16, 2023, 6:53 p.m.