group_levels: Group infrequent levels in 'data', either a factor or a...

Description Usage Arguments Value Methods (by class)

Description

Group infrequent levels in data, either a factor or a data.frame

Group infrequent factor levels in a data.frame

Group infrequent factor levels in a list of data.frames

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
group_levels(data, maximum_levels = 32)

## S3 method for class 'factor'
group_levels(data, maximum_levels = 32)

## S3 method for class 'data.frame'
group_levels(data, maximum_levels = 32)

## S3 method for class 'list'
group_levels(data, maximum_levels = 32)

Arguments

data

A data.frame or factor. In the first case, group_levels is applied to each factor in the data.frame.

maximum_levels

Numeric. The maximum number of levels allowed per factor

Value

A factor with at most maximum_levels, or a data.frame where each factor matches that requirement

Methods (by class)


sjoerdvds/crtests documentation built on May 30, 2019, 12:05 a.m.