restrict_by_quantiles: Remove columns from a dataframe if they do not have...

View source: R/restrict_by_quantiles.R

restrict_by_quantilesR Documentation

Remove columns from a dataframe if they do not have sufficient variation.

Description

Remove columns from a dataframe if they do not have sufficient variation.

Usage

restrict_by_quantiles(data, quantile_probs = c(0.1, 0.9), verbose = FALSE)

Arguments

data

Dataframe or matrix

quantile_probs

The probabilities corresponding to the quantiles that will be compared.

verbose

If TRUE output additional details during execution.

Value

New dataframe with the restriction applied.

See Also

quantiles_equivalent


ck37/varImpact documentation built on June 26, 2022, 4:02 a.m.