check_cvd_kcd | R Documentation |
This function checks the covered kcd code from the kcd code vector
check_cvd_kcd(cvd_kcd, kcd)
cvd_kcd |
covered kcd code vector |
kcd |
kcd code vector |
the return type is a binary matrix
head(check_cvd_kcd(c("A00", "A01", "A02"), kcd_book$kcd), 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.