xp.incl.index.cov.comp | R Documentation |
A plot showing the range of inclusion indices for individuals for all covariates. This plot can be used to evaluate whether there were covariates which were more influenced by the constituency of the bootstrapped dataset than others.
xp.incl.index.cov.comp(
bootgam.obj = NULL,
boot.type = NULL,
main = NULL,
xlb = "Individual inclusion index",
ylb = "ID",
...
)
bootgam.obj |
A 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 |
The title of the plot. |
xlb |
The label for the x-axis. |
ylb |
The label for the y-axis. |
... |
Additional plotting parameters. |
A lattice plot object is returned.
Ron Keizer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.