View source: R/generalTest-utility.R
enumerateGeneralModels | R Documentation |
Generate lists of nested models, given a model formula
enumerateGeneralModels(
fmla,
whichModels,
neverExclude = NULL,
includeBottom = TRUE,
data = NULL
)
fmla |
formula for the "full" model |
whichModels |
which subsets of models to generate |
neverExclude |
a character vector of terms to never remove |
includeBottom |
Include the base model containing only |
data |
a data frame containing the columns mentioned in |
This is a backend function not intended for users. It is exposed for third-party applications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.