Login
Remember
Register
Ask a Question
What is t-tests() in R language?
0
votes
asked
Feb 24, 2020
in
R Language
by
rahuljain1
What is t-tests() in R language?
#r-t-tests
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 24, 2020
by
SakshiSharma
It is used to determine that the means of two groups are equal or not by using t.test() function.
...