generate_cutoff_table: Generate Cutoff Table

Description Usage Arguments Value

Description

This function makes a cutoff table from a numerical vector and returns a table of cutoff points, with the percentage of observations from the vector that fall above / below the cutoff.

Usage

1
generate_cutoff_table(input, decimals = 1)

Arguments

input

A numerical vector

decimals

A specified amount of decimals at which to make the cutoffs. E.g., setting decimals to 1 makes cutoffs at .1, .2, .3, etc.

Value

A table of cutoffs and the percentage of observations from the vector that are above / below the cutoff.


walternewzoo/guillotine documentation built on May 6, 2019, 12:26 p.m.