1
For example..
I have a number of values (prices) related to a product on several different dates.
I need to get the percentage change of that amount.
Currently, prices are giving a standard deviation of 120.00, only I wanted this result in percentage. Type, prices varied by 20% on these specific days.
How to do it in R?
"prices varied in 20%" in relation to the average? That’s the coefficient of variation multiplied by a hundred.
– Rui Barradas