model: Selected model of a 'fusion' object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/model.R

Description

The function displays for categorical covariates the selected model of an object of class fusion as list.

Usage

1
model(x)

Arguments

x

an object of class fusion

Details

The selected model for each categorical predictor is displayed as a list of length equal to the number of categories after fusion. Fused categories are shown with their original labelling in one list element. The function is only available if effect fusion (method in effectFusion is unequal to NULL) and final model selection (argument modelSelection in effectFusion is not NULL) is performed.

See summary.fusion for more details.

Author(s)

Daniela Pauger, Magdalena Leitner <effectfusion.jku@gmail.com>

See Also

effectFusion

Examples

1
## see example for effectFusion

effectFusion documentation built on Oct. 14, 2021, 1:07 a.m.