Description Usage Arguments Details Value
View source: R/CheckFormulaLevels.R
CheckFormulaLevels
is an internal function that tests that all
variables in formula have more than one value.
1 |
formula |
Formula to be used in model. |
dt |
data.table with model data. |
This function checks all variables in formula for singular values, which usually cause errors when modeling, and drops singular variables.
formula with singular values dropped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.