Inclusion stability plot A plot of the inclusion frequency of covariates vs bootgam/bootscm iteration number. This plot can be used to evaluate whether sufficient iterations have been performed.
Source:R/bootgam.plots.R
xp.inc.stab.cov.Rd
Inclusion stability plot
A plot of the inclusion frequency of covariates vs bootgam/bootscm iteration number. This plot can be used to evaluate whether sufficient iterations have been performed.
Usage
xp.inc.stab.cov(
bootgam.obj = NULL,
boot.type = NULL,
main = NULL,
normalize = TRUE,
split.plots = FALSE,
xlb = "Bootstrap replicate number",
ylb = "Difference of estimate with final",
...
)
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
- normalize
Should the plot be normalized?
- split.plots
Should the plots be split?
- xlb
The label for the x-axis.
- ylb
The label for the y-axis.
- ...
Additional plotting parameters
See also
Other bootgam:
xp.daic.npar.plot()
,
xp.dofv.npar.plot()
,
xp.inc.cond.stab.cov()
,
xp.inc.ind.cond.stab.cov()
,
xp.incl.index.cov()
,
xp.incl.index.cov.ind()
Other bootscm:
bootscm.import()
,
xp.daic.npar.plot()
,
xp.dofv.npar.plot()
,
xp.inc.cond.stab.cov()
,
xp.inc.ind.cond.stab.cov()
,
xp.incl.index.cov()
,
xp.incl.index.cov.ind()