Description Usage Arguments Value
Given a numerical vector, above what value is there more total value, ie. where is the "80/20" split. Returns the value, and the 80/20 split values.
| 1 | eightytwenty(x)
 | 
| x | a numeric vector to be analysed. | 
a data frame with the following columns:
cutoff - the cutoff value
perc_of_total_x - the percentage of total value (ie. the "80")
perc_of_rows - the percentage of observations above the cutoff (ie. the "20")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.