View source: R/model_stability.r
model_stability_glm | R Documentation |
Model stability for glm objects
model_stability_glm(
data.,
model,
n.searches = 10,
method = c("subgroups", "resample"),
...
)
data. |
A data frame |
model |
A glm object |
n.searches |
Number of searches |
method |
Method for generating data |
... |
Additional arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.