View source: R/metrics-ratios.R
NewRecurringRevenueGrowth | R Documentation |
NewRecurringRevenueGrowth
The growth (as a percentage) in sales.
NewRecurringRevenueGrowth(data)
data |
A |
Calculated as any sale in a period made to a customer who was not a customer at the beginning of the period. This includes resurrections. Where the period has been set to something other than "year" the results are annualized (e.g., monthly data is multiplier by 12).
Note that when the period is changed, this can affect the average (e.g., the trend line), as for example, yearly data will be weighted towards data with bigger baseline sales. XXX
A named vector if cohort.type
is set to "None"
or "Preceding"
, or,
a matrix
. This will contain a number of attributes includeing:
denominator
cohort.typed when ratio
is TRUE
.
numerator
cohort.typed when ratio
is TRUE
.
The detail
cohort.typed when ratio
is TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.