lmeresamp
objectPrint summary statistics and confidence intervals, if desired, for an lmeresamp
object.
# S3 method for lmeresamp
print(x, ci = FALSE, ...)
The lmeresamp object to print.
A logical value specifying whether confidence intervals should be printed.
not used
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.