RevenueGrowthAccounting: 'RevenueGrowthAccounting'

View source: R/growthaccounting.R

RevenueGrowthAccountingR Documentation

RevenueGrowthAccounting

Description

Computes statistics for use in growth accounting of a startup.

Usage

RevenueGrowthAccounting(data, remove.last = TRUE, tol = 1)

Arguments

data

A data.frame that has variables: id, period, and value (e.g., a RevenueData object).

remove.last

Remove the final period (as usually is incomplete).

tol

The tolerance used in calculations of differences. This defaults to 1 (e.g., $1). Values or differences less than this amount are treated as being equivalent. E.g., if revenue for an entity this period is less than tol higher than in the previous period, it is treated as being constant.

Details

Small differences in the percentages shown here versus those computed by other means may occur, due to: (1) how churn is defined (e.g., the point at time when a customer churns, vs, takes a hieateous); (2) the precision used to determine whether a subscriber is considered to have contracted/expanded or not.


NumbersInternational/flipStartup documentation built on Feb. 26, 2024, 5:39 a.m.