View source: R/model_skeleton.R
model_skeleton | R Documentation |
A "skeleton" is a data frame containing "nicely spaced" values for the explanatory variables in a model.
model_skeleton(mod, data = NULL, ncont = 3, nfirstcont = 50)
mod |
A fitted model or a tilde expression describing a model structure, e.g. |
data |
a data frame. Relevant only when |
ncont |
minimum number of levels at which to represent continuous variables. (More levels
may be added to "prettify" the choices. See |
nfirstcont |
Like |
a data frame
Model <- CRDS |> model_train(FEV ~ sex + age + height)
Model |> model_skeleton()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.