segbycategory: Segmentation with categorical variables.

Description Usage Arguments Examples

View source: R/segbycategory.R

Description

Segmentation with categorical variables.

Usage

1

Arguments

data

A data frame of a dataset.

by

A character or a vector of categorical variable names.

Examples

1
2
testdata <- tsdwa[1:100,]
testdata <- segbycategory(testdata, by = c("SurfType", "PvtType"))

HS documentation built on Sept. 10, 2019, 9:03 a.m.

Related to segbycategory in HS...