NewRecurringRevenueGrowth: 'NewRecurringRevenueGrowth'

View source: R/metrics-ratios.R

NewRecurringRevenueGrowthR Documentation

NewRecurringRevenueGrowth

Description

The growth (as a percentage) in sales.

Usage

NewRecurringRevenueGrowth(data)

Arguments

data

A MetricData object.

Details

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

Value

A named vector if cohort.type is set to "None" or "Preceding", or, a matrix. This will contain a number of attributes includeing:

  1. denominator cohort.typed when ratio is TRUE.

  2. numerator cohort.typed when ratio is TRUE.

  3. The detail cohort.typed when ratio is TRUE.


Displayr/flipRevenueMetrics documentation built on June 14, 2025, 6:54 p.m.