Learn R Programming

hidradenitis (version 1.0.1)

ihs4_char: Converts IHS4 numerical scores to character values.

Description

Converts IHS4 numerical scores to character values.

Usage

ihs4_char(ihs4_scores)

Value

A character vector representing the corresponding IHS4 categories

Arguments

ihs4_scores

Integer vector representing the IHS4 scores (0-3: Mild, 4-10: Moderate, >=11: Severe).

References

Zouboulis, C C et al. “Development and validation of the International Hidradenitis Suppurativa Severity Score System (IHS4), a novel dynamic scoring system to assess HS severity.” The British journal of dermatology vol. 177,5 (2017): 1401-1409. doi:10.1111/bjd.15748

See Also

Other IHS4: ihs4_num()

Examples

Run this code
ihs4_char(c(2, 5, 12))

Run the code above in your browser using DataLab