Which Of The Following Statement Gives Cumulative Sum #634
which of the following statement gives cumulative sum?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.2.
which of the following statement gives cumulative sum?
cumsum(x,na=rm=TRUE)
cumprod(x)
cummax(x)
cummin(x)