Hi
Just wondering if anyone could help:
How do I code a t-test? Also how do I isolate two variables in it to compare?
Thanks!
What does isolating variables mean ?
Have you tried "R t-test" in google ?
Are you looking for stats::t.test()?
There's several ways but here's a vignette using the infer package which might help: Tidy t-Tests with infer • infer
isn't infer::t_test a wrapper for stats::t.test?
Yes - some folks find the syntax easier.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.