View source: R/metrics-ratios.R
NetRecurringRevenueRetention | R Documentation |
NetRecurringRevenueRetention
The change in the recurring revenue over time. A positive value indicates that the company is growing even without adding any new sales. that [Expansion()] + [Contraction()] > [RecurringRevenueChurn()].
NetRecurringRevenueRetention(data)
data |
A |
Calculated based on all the customer immediately prior to the end of the previous period. Note that this is not the commplement of [RecurringRevenueChurn()], as that metric only takes into account churn, whereas this metric also includes [Expansion()] and [Contraction()]
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.