Displaying 1 result from an estimated 1 matches for "remove_previ".
Did you mean:
remove_pref
2011 Oct 09
2
Substract "previous" element
Dear all,
I have a matrix with data and I want to substract from every value the previous element.
Let's assume that my vector(matrix) is c<-(1,2,3,4,5)
I want to get remove_previous c<-(0,1,2,3,4).
How I can do that efficiently in R?
I would like to thank you in advance for your help
B.R
Alex
[[alternative HTML version deleted]]