HideColumnsWithSmallSampleSizes: Removes columns with small sample sizes

View source: R/tidytools.R

HideColumnsWithSmallSampleSizesR Documentation

Removes columns with small sample sizes

Description

Using the 'Column n' (preferred) or 'Base n' statistic this funcion will remove any rows from x, where all are smaller than min.size. If any rows/columns are removed then warnings will be given.

Usage

HideColumnsWithSmallSampleSizes(x, min.size = 30)

Arguments

x

Input table, which must contain the 'Column n' or 'Base n' statistic.

min.size

Minimum sample size required.


Displayr/flipTables documentation built on Feb. 26, 2024, 12:45 a.m.