View source: R/margstd-utils.R
summary.margstd_boot | R Documentation |
Summary for models using marginal standardization
## S3 method for class 'margstd_boot'
summary(
object,
dispersion = NULL,
correlation = FALSE,
symbolic.cor = FALSE,
level = 0.95,
bootrepeats = 1000,
bootci = c("bca", "normal", "nonpar"),
...
)
object |
Model |
dispersion |
Not used |
correlation |
Not used |
symbolic.cor |
Not used |
level |
Confidence level, defaults to |
bootrepeats |
Bootstrap repeats for standard errors. Defaults to 1000. Consider increasing. |
bootci |
Type of bootstrap confidence interval:
|
... |
Not used |
Model summary (list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.