is.continuous | R Documentation |
This function checks whether a given vector represents a continuous variable. A continuous variable is numeric and has more than two unique values.
is.continuous(lst)
lst |
A vector to be checked. |
A logical value indicating whether the input vector is considered continuous. Returns TRUE
if the vector is numeric and has more than two unique values; otherwise, returns FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.