Description Usage Arguments Value Examples
Convert HoNOS severity scores to labelled factor
1 | as_severity_desc(x, na_level = NULL)
|
x |
Vector of severity rating from 0 to 4 |
na_level |
String, specifying label for missing values. |
Labelled "factor"
1 2 | x <- 0:4
as_severity_desc(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.