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 ()

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.



Discussion

No Comment Found

Related InterviewSolutions