CAGR: Calculate CAGR

View source: R/CAGR.R

CAGRR Documentation

Calculate CAGR

Description

Calculates the Compound Annual Growth Rate (CAGR).

Usage

CAGR(value_begin, value_end, n_periods)

Arguments

value_begin

The value at the start of the series.

value_end

The value at the end of the series.

n_periods

The number of periods to base the CAGR calculations on.

See Also

http://www.investopedia.com/terms/c/cagr.asp


martinctc/surveytools documentation built on Nov. 21, 2024, 10:48 p.m.