getbetterint: Get better Int

getbetterintR Documentation

Get better Int

Description

Takes bucket names of binned values such as [1e3,2e3) or [0.1234567, 0.2) and formats the values nicely into values such as 1,000-2,000 or 0.12-0.20 Author: Scott Sobel. Tech Review: Bryce Chamberlain.

Usage

getbetterint(int)

Arguments

int

Vector of character bucket names to transform.

Value

Vector of transformed values.

Examples

iris$bin <- binbyvol( iris, 'Sepal.Width', 'Sepal.Length', 5 )
getbetterint( iris$bin )

oliver-wyman-actuarial/easyR documentation built on Jan. 27, 2024, 4:35 a.m.