powered by
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 mcee_fit summary( object, lincomb_alpha = NULL, lincomb_beta = NULL, lincomb_joint = NULL, conf_level = 0.95, show_nuisance = FALSE, ... )
A list of class "summary.mcee_fit" with printed side effects.
"summary.mcee_fit"
An object of class "mcee_fit".
"mcee_fit"
Optional numeric vector or matrix specifying linear combinations of alpha or beta coefficients.
alpha
beta
Optional numeric vector or matrix specifying linear combinations of the stacked parameter c(alpha, beta).
c(alpha, beta)
Confidence level for Wald intervals (default 0.95).
Logical; if TRUE, prints a compact summary of Stage-1 nuisance fits.
TRUE
Unused.
# s <- summary(fit, lincomb_alpha = c(1, 9), lincomb_beta = c(1, 9))
Run the code above in your browser using DataLab