assign_categories_manual: Assign Testing Data Categories Manually

Description Usage Arguments Details Value

Description

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').

Usage

1
assign_categories_manual(x, model_type = NULL, dv = NULL)

Arguments

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 compute function.

Details

It is assumed that the specific order of the columns corresponds to a specific order with respect to the specific model_type.

payor

Commerical, Medicare, Medicaid, and Self-Pay

Value

A character vector representing the four payor categories


cdeterman/HGTools documentation built on May 13, 2019, 2:34 p.m.