Learn R Programming

xpose4 (version 4.5.0)

xp.incl.index.cov: Plot of inclusion index of covariates.

Description

Covariate inclusion indices show the correlation in inclusion of a covariate in the final model in a bootgam or bootscm.

Usage

xp.incl.index.cov(bootgam.obj = NULL, boot.type = NULL, main = NULL, xlb
= "Index", ylb = "Covariate", add.ci = FALSE, incl.range = NULL, ...)

Arguments

bootgam.obj
The bootgam or bootscm object.
boot.type
Either "bootgam" or "bootscm". Default is NULL, which means the user will be asked to make a choice.
main
Plot title.
xlb
Label for the x-axis.
ylb
Label for th y-axis.
add.ci
Add a confidence interval to the plotted data.
incl.range
Included range
...
Additional plotting information.

Value

  • A lattice plot object is returned.