oppe_cpoe_user_item_tbl: OPPE CPOE K-Means

Description Usage Arguments Details Value Author(s) Examples

Description

Takes data from the oppe_cpoe_tbl() and transforms it into an aggregated/normalized user-item tibble of order proportions.

Usage

1

Arguments

.data

The data that is passed from oppe_cpoe_tbl()

Details

This function requires that the oppe_cpoe_query() and oppe_cpoe_tbl() functions be run and takes the output of that work flow as its input. This function should be used before using a k-mean model. This is commonly referred to as a user_item matrix because "users" (e.g. providers) tend to be on the rows and "tems" (e.g. orders) on the columns.

At present this function only selects the following types of orders:

Value

A aggregated/normalized user item tibble

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.