View source: R/margstd-utils.R
| confint.margstd_boot | R Documentation |
Confidence intervals for models fit using marginal standardization based on parametric bootstrapping.
## S3 method for class 'margstd_boot'
confint(
object,
parm = NULL,
level = 0.95,
bootrepeats = 1000,
bootci = c("bca", "normal", "nonpar"),
jacksd = FALSE,
...
)
object |
Model fitted through marginal standardization |
parm |
Not used, for compatibility |
level |
Confidence level, defaults to 0.95. |
bootrepeats |
Bootstrap repeats. Defaults to 1000. Consider increasing. |
bootci |
Type of bootstrap confidence interval:
|
jacksd |
Return jackknife Monte-Carlo error for the confidence limits?
Only functional with BCa confidence intervals. Defaults to |
... |
Not used |
Matrix: First column, lower bound; second column, upper bound.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.