HideValuesWithSmallSampleSizes: Removes values with small sample sizes

View source: R/tidytools.R

HideValuesWithSmallSampleSizesR Documentation

Removes values with small sample sizes

Description

Using the 'Column n' (preferred) or 'Base n' statistic this funcion will remove any values from x, where all are smaller than min.size. They will be replaced with NA.

Usage

HideValuesWithSmallSampleSizes(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.