check_cvd_kcd: Check covered kcd code

View source: R/loss.R

check_cvd_kcdR Documentation

Check covered kcd code

Description

This function checks the covered kcd code from the kcd code vector

Usage

check_cvd_kcd(cvd_kcd, kcd)

Arguments

cvd_kcd

covered kcd code vector

kcd

kcd code vector

Value

the return type is a binary matrix

Examples

head(check_cvd_kcd(c("A00", "A01", "A02"), kcd_book$kcd), 20)

seokhoonj/vuw documentation built on Jan. 30, 2024, 11:36 a.m.