InterviewSolution
Saved Bookmarks
| 1. |
The cumulative frequency distribution of a categorical variable can be checked using the ________ function in R language.(a) Sum(b) Cumsum(c) Lumpsum(d) ResumThe question was asked at a job interview.My question is from Functions topic in chapter Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» Correct answer is (B) Cumsum |
|