geboes_continuous {geboes.score} | R Documentation |
Convert maximum Geboes scores to a continuous measurement
Description
This function returns 0 for any grade ending in ".0" fitting with the intent of the score as anything other than "0.0" cannot be a maximum.
Usage
geboes_continuous(x)
Arguments
x |
A character vector of Geboes score grades |
Value
The numeric value of the continuous Geboes score (the integer value of the maximum grade)
References
See Supplementary Table 1 in the reference below
Magro F, Lopes J, Borralho P, et al. Comparing the Continuous Geboes Score With the Robarts Histopathology Index: Definitions of Histological Remission and Response and their Relation to Faecal Calprotectin Levels. Journal of Crohn’s and Colitis. 2020;14(2):169-175. doi:10.1093/ecco-jcc/jjz123
Examples
# Generate all continuous scores
geboes_continuous(geboes.score::geboes_grades$grade)
[Package geboes.score version 1.0.0 Index]