logNormalCentiles: A binning strategy generator. Creates a function that can be...

View source: R/tidyDiscretise.R

logNormalCentilesR Documentation

A binning strategy generator. Creates a function that can be used to create discretisation cuts based on the statistical paramaters of the data to be discretised in particular the mean and sd of the observed data (in a group by group fashion)

Description

A binning strategy generator. Creates a function that can be used to create discretisation cuts based on the statistical paramaters of the data to be discretised in particular the mean and sd of the observed data (in a group by group fashion)

Usage

logNormalCentiles(bins)

Arguments

bins

- the number of bins to create out of the centiles of a log normal distribution


terminological/tidy-info-stats documentation built on Nov. 19, 2022, 11:23 p.m.