Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
Answer / Reetika Yadav
To compare the means of two groups, you can use a t-test. In R, the `t.test()` function performs a two-sample t-test. For example, if you have two vectors `x` and `y`, you can use `t.test(x, y)` to test whether their means are significantly different.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is R lists?
What does tcp/ip work?
How many types of vectors are present in r?
Explain in brief preliminaries of C/C++?
What is an Atomic vector and how many types of atomic vectors are present in R?
What are programming features of R?
Explain the concept of principal component analysis?
Explain how you can create a table in r without external file?
Explain more functions in brief in r?
What is a motivation behind data visualization in R?
How do I sort in descending order in r?
How many data structures does r language have?