Description Usage Arguments Details Value
Takes the columns containing payor category identification in a test dataset and returns a vector of the assigned category (e.g. 'C','M','D','S').
1 | assign_categories_manual(x, model_type = NULL, dv = NULL)
|
x |
A data.frame, matrix, or big.matrix that contains at required columns
that contain '0' or '1' to indicate presence of a category. Designed to accept the
'net.result' object from the |
It is assumed that the specific order of the columns corresponds to a specific
order with respect to the specific model_type
.
Commerical, Medicare, Medicaid, and Self-Pay
A character vector representing the four payor categories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.