xp.distr.mod.size | R Documentation |
This function creates a kernel smoothed plot of the number of covariates included in the final model in each gam/scm in the bootgam/bootscm procedure.
xp.distr.mod.size(
bootgam.obj = NULL,
boot.type = NULL,
main = NULL,
bw = 0.5,
xlb = NULL,
...
)
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. |
bw |
The smoothing bandwidth to be used for the kernel. |
xlb |
The x-axis label. |
... |
Additional plotting parameter may be passed to this function. |
A lattice plot object will be returned.
Ron Keizer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.