This function will generate a plot of individual inclusion indexes for a specific covariate, which can be used to identify influential individuals for inclusion of that covariate. The index for an individual is calculated as the observed number of inclusions of that individual when the specific covariate was included minus the expected number of inclusions (based on the total bootstrap inclusions), divided by expected.
xp.incl.index.cov.ind(
bootgam.obj = NULL,
boot.type = NULL,
cov.name = NULL,
main = NULL,
ylb = "ID",
xlb = "Individual inclusion index",
return_plot = TRUE,
results.tab = NULL,
...
)
A lattice plot object is returned.
A bootgam or bootscm object.
Either "bootgam" or "bootscm". Default is NULL, which means the user will be asked to make a choice.
The name of the covariate for which to create the plot.
The title of the plot.
The label for the x-axis.
The label for the y-axis.
Should a plot object be returned?
Supply your own results table.
Additional plotting parameters.
Ron Keizer
Other bootgam:
xp.daic.npar.plot()
,
xp.dofv.npar.plot()
,
xp.inc.cond.stab.cov()
,
xp.inc.ind.cond.stab.cov()
,
xp.inc.stab.cov()
,
xp.incl.index.cov()
Other bootscm:
bootscm.import()
,
xp.daic.npar.plot()
,
xp.dofv.npar.plot()
,
xp.inc.cond.stab.cov()
,
xp.inc.ind.cond.stab.cov()
,
xp.inc.stab.cov()
,
xp.incl.index.cov()