Description Usage Arguments Value Examples
View source: R/discretize_score.R
discretize_score
disretizes a numeric questionnaire score according to
predefined cutoff values from literature.
1 | discretize_score(x, name)
|
x |
A numeric vector. |
name |
The name of the score. One of |
A factor.
1 2 | x <- uhreg$MINITQ_score
discretize_score(x, "MINITQ_score")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.