CAGR {CAGR} | R Documentation |
Compute CAGR(Compound Annual Growth Rate)
Description
Compute CAGR(Compound Annual Growth Rate)
Usage
CAGR(data.1, data.n, n)
Arguments
data.1 |
data of the first year |
data.n |
data of the last year |
n |
number of years |
Value
CAGR and between years values
References
Bardhan, D., Singh, S.R.K., Raut, A.A.and Athare, T.R. (2022). Livestock in Madhya Pradesh and Chhattisgarh: An Analysis for Some Policy Implications. Agricultural Science Digest. DOI:10.18805/ag.D-5418.
Examples
c.cagr<-CAGR(100, 189, 5)
[Package CAGR version 1.1.0 Index]