Description Usage Arguments Value Examples
Checks whether the predictor side of a formula is a dot
1 | is_dot_predictor_formula(form)
|
form |
A formula |
TRUE if predictor side is a dot. FALSE otherwise.
1 2 3 4 5 | ## Not run:
is_dot_predictor_formula(Y ~ .) # returns: TRUE
is_dot_predictor_formula(Y ~ X + Z) # returns: FALSE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.