confint.lmeresamp | R Documentation |
Calculates normal, basic, and percentile bootstrap confidence intervals
from a lmeresamp
object.
## S3 method for class 'lmeresamp' confint( object, parm, level = 0.95, type = c("all", "norm", "basic", "perc"), ... )
object |
The lmeresamp object for which confidence intervals should be computed. |
parm |
not used |
level |
The level at which the confidence interval should be calculated. |
type |
A character string giving the type of confidence intervals that should be calculated.
This should be a subset of |
... |
not used |
A tibble with columns term, estimate, lower, upper, type, and level.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.