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 |
Which function is used to create a boxplot graph in R?
What is meant by hierarchical Clustering in R?
What is functional programming and memory issues in on the performance basis?
What packages are used for data mining in r?
What is r’s c interface?
What are vector functions?
What is t-tests() in R?
In r how missing values are represented?
Explain how to manipulate list elements in r?
What do you understand by data visualization in R using ggplot2?
What are the data types in r on which binary operators can be applied?
What is data mining and what data miners do in R?