Description Usage Arguments Details Value Examples
Checks if an object is categorical (or continuous). Currently accepts either a vector, presumably from a data frame, or a model object. In the case of the latter, it will check whether the model was built using categorical data.
1 2 3 |
x |
the object to test |
Note that it cannot be assume that if a model fails isCat
it will pass isCont
; both functions test for the
conditions which it expects to hold, and there may be cases in which neither set of conditions is fully met.
TRUE if the object is categorical/continuous, or is a model built on categorical/continuous data, FALSE otherwise
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.