HideRowsWithSmallSampleSizes: Removes rows with small sample sizes

View source: R/tidytools.R

HideRowsWithSmallSampleSizesR Documentation

Removes rows 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

HideRowsWithSmallSampleSizes(x, min.size = 30)

Arguments

x

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

min.size

Minimum sample size required.


NumbersInternational/flipTables documentation built on Feb. 26, 2024, 6:42 a.m.