1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:51:59 +02:00

is.rsi.eligible update

This commit is contained in:
2019-02-04 18:04:29 +01:00
parent 587e00b7be
commit 3d3366faf7
6 changed files with 71 additions and 222 deletions

View File

@ -57,7 +57,7 @@ septic_patients \%>\%
# default threshold of `is.rsi.eligible` is 5\%.
is.rsi.eligible(WHONET$`First name`) # fails, >80\% is invalid
is.rsi.eligible(WHONET$`First name`, threhold = 0.9) # succeeds
is.rsi.eligible(WHONET$`First name`, threshold = 0.9) # succeeds
}
\seealso{
\code{\link{as.mic}}