Description Usage Arguments Value Examples
Decide whether a vector can be treated as a numeric variable
1 | is.mynumeric(x, maxy.lev = 5)
|
x |
A vector |
maxy.lev |
An integer indicating the maximum number of unique values of a numeric variable be treated as a categorical variable |
logical
1 2 3 4 | x=1:5
is.mynumeric(x)
x=1:13
is.mynumeric(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.