billdenney / hidradenitis

An R package to calculate clinical scores for hidradenitis suppurativa (HS), a dermatologic disease
https://billdenney.github.io/hidradenitis/
GNU General Public License v3.0
1 stars 0 forks source link

IHS4 (International Hidradenitis Suppurativa Severity Score System): #5

Closed DBartlettHP closed 4 months ago

DBartlettHP commented 5 months ago

Output will be a numerical value.

billdenney commented 5 months ago

It's not clear why this scale is bounded to a maximum of 39. For example, what if someone has 10 draining tunnels? Can you please describe why it is bounded at the top?

DBartlettHP commented 5 months ago

This may have been a misinformation on my side from looking at specific data with a highest value at 39. Perhaps it would be best to state any value higher than 11 would refer to the most severe.

billdenney commented 5 months ago

That makes sense. And, having a method to cast to descriptions like "mild", "moderate", and "severe" will be helpful.

For all the created, user-facing functions, please include an @references section in the documentation to clarify where the logic of the function came from.

billdenney commented 4 months ago

Completed in https://github.com/billdenney/hidradenitis/pull/8