Learn R Programming

effectFusion (version 1.1.3)

model: Selected model of a fusion object

Description

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

Usage

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.

See Also

effectFusion

Examples

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

# }

Run the code above in your browser using DataLab