calc_cagr: Compounded Annual Rate of Change (Ending Value / Initial...

View source: R/cagr.R

calc_cagrR Documentation

Compounded Annual Rate of Change (Ending Value / Initial Value) ^ ( 1 / # of periods) - 1)

Description

Compounded Annual Rate of Change (Ending Value / Initial Value) ^ ( 1 / # of periods) - 1)

Usage

calc_cagr(x, n)

Arguments

n

aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.