InterviewSolution
Saved Bookmarks
| 1. |
Which function in R language is used to find out whether the means of 2 groups are equal to each other or not?(a) f.tests ()(b) l.tests ()(c) t.tests ()(d) not existI have been asked this question in final exam.This interesting question is from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» The correct CHOICE is (c) t.tests () |
|