R/growth.R

Defines functions growth

# Compute the groth rate of n periods od an x variable

growth<-function(x,y,n){
	z<-(((x/y)^(1/n))-1)*100
	z
	}
amvallone/DataSpa documentation built on Sept. 4, 2019, 12:03 p.m.