R/change.R
ps_prop_change.Rd
Proportional Change
ps_prop_change(x, y)
A vector of the before values
A vector of the after values
A vector of the proportional change
ps_prop_change(3, c(3, 1, 9)) #> [1] 0.0000000 -0.6666667 2.0000000