Learn R Programming

effectFusion (version 1.1.3)

summary.fusion: Summary of object of class fusion

Description

Returns basic information about the model and the priors, MCMC details and posterior means from the refit of the selected model or model averaged results as well as 95%-HPD intervals for the regression effects.

Usage

# S3 method for fusion
summary(object, ...)

Arguments

object

an object of class fusion

...

further arguments passed to or from other methods (not used)

Details

The model selected with function effectFusion is refitted with a flat uninformative prior to get estimates for the regression coefficients beta. The posterior means and 95%-HPD intervals resulting from this refit are shown with this function. Fused categories have the same regression coefficient estimates and the same HPD intervals.

If a full model is fitted (method in effectFusion is NULL) or no final model selection is performed (argument modelSelection in effectFusion is NULL), the coefficient estimates are model averaged results.

See Also

effectFusion

Examples

Run this code
# NOT RUN {
## see example for effectFusion
# }

Run the code above in your browser using DataLab