check_cvd_level | R Documentation |
This function checks the covered surgery level from the surgery level vector
check_cvd_level(cvd_level, level)
cvd_level |
covered surgery level |
level |
surgery level vector |
the return type is a binary matrix
head(check_cvd_level(c(1, 2, 3, 4, 5), c(1, 1, 3, 2, 4, 5, 2, 3, 2, 5)), 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.