1.

which of the following statement gives cumulative sum?

A. cumsum(x,na=rm=TRUE)
B. cumprod(x)
C. cummax(x)
D. cummin(x)
Answer» B. cumprod(x)


Discussion

No Comment Found