View source: R/calc_cumsum_table.R
calc_cumsum_table | R Documentation |
calculate the cumulative sum of frequencies
calc_cumsum_table(x, col.id, col.freq = "Freq")
x |
a data.frame containign col.id and col.freq |
col.id |
string. what item in |
col.freq |
string. what numeric column contains the frequency? |
item |
the identifier item |
Freq |
the frequency of the item |
n |
the reversed cumulative sum of frequencies of items. i.e. the revsersed cumulative sum of the tabulated frequencies. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.