| confint.lmeresamp {lmeresampler} | R Documentation | 
Calculate confidence intervals for a lmeresamp object
Description
Calculates normal, basic, and percentile bootstrap confidence intervals 
from a lmeresamp object.
Usage
## S3 method for class 'lmeresamp'
confint(
  object,
  parm,
  level = 0.95,
  type = c("all", "norm", "basic", "perc"),
  ...
)
Arguments
| 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 | 
Value
A tibble with columns term, estimate, lower, upper, type, and level.
[Package lmeresampler version 0.2.4 Index]