Description Usage Arguments Value Examples
Returns a numerical vector that was a factor vector. Is used to create means from likert data.
1 |
x |
Vector that contains a factor. |
Vector that contais numerics.
1 2 | x <- factor(c("a", "b", "a"))
as_numeric_factor(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.