model_family | R Documentation |
This can be used to automatically determine a model type or to determine if the specified model type is consistent with the specification/data
model_family(
.data,
.tilde,
family = c("auto", "lm", "linear", "binomial", "poisson", "svm", "gaussian", "rlm")
)
.data |
A data frame or equivalent |
.tilde |
A model specification as a tilde expression |
family |
Requested model type, if any. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.