summary.mcee_fit | R Documentation |
Prints coefficient tables for the Natural Direct Excursion Effect (alpha) and Natural Indirect Excursion Effect (beta), with small-sample t inference. Optionally reports linear combinations and Stage-1 nuisance summaries.
## S3 method for class 'mcee_fit'
summary(
object,
lincomb_alpha = NULL,
lincomb_beta = NULL,
lincomb_joint = NULL,
conf_level = 0.95,
show_nuisance = FALSE,
...
)
object |
An object of class |
lincomb_alpha , lincomb_beta |
Optional numeric vector or matrix specifying
linear combinations of |
lincomb_joint |
Optional numeric vector or matrix specifying linear
combinations of the stacked parameter |
conf_level |
Confidence level for Wald intervals (default 0.95). |
show_nuisance |
Logical; if |
... |
Unused. |
A list of class "summary.mcee_fit"
with printed side effects.
# s <- summary(fit, lincomb_alpha = c(1, 9), lincomb_beta = c(1, 9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.