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 exist |
|
Answer» The correct choice is (c) t.tests () To explain I would say: t.tests () function in R language is used to find out whether the means of 2 groups are equal to each other. It is not used most commonly in R. It is used in some specific conditions. |
|