oppe_cpoe_kmeans: OPPE CPOE K-Means

Description Usage Arguments Details Value Author(s) Examples

Description

Takes the output of the oppe_cpoe_user_item_tbl() function and applies the k-means algorithm to it using stats::kmeans()

Usage

1
oppe_cpoe_kmeans(.data, .centers = 5)

Arguments

.data

The data that gets passed from oppe_cpoe_user_item_tbl()

.centers

How many initial centers to start with

Details

Uses the stats::kmeans() function and creates a wrapper around it.

Value

A stats k-means object

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4

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