ttest: Interpretation of 2-Sample t Test

[This article was first published on R/exams, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Name:
ttest
Type:
Description:
Results of a 2-sample t.test() in R need to be interpreted regarding significance, type of alternative, and comparison of the underlying empirical means.
Solution feedback:
Yes
Randomization:
Random numbers, text blocks, and R output
Mathematical notation:
Yes
Verbatim R input/output:
Yes
Images:
No
Other supplements:
No
Template:
Raw: (1 random version)
PDF:
ttest-Rnw-pdf
ttest-Rmd-pdf
HTML:
ttest-Rnw-html
ttest-Rmd-html

(Note that the HTML output contains mathematical equations in MathML. It is displayed by browsers with MathML support like Firefox or Safari – but not Chrome.)

Demo code:

library("exams")

set.seed(1090)
exams2html("ttest.Rnw")
set.seed(1090)
exams2pdf("ttest.Rnw")

set.seed(1090)
exams2html("ttest.Rmd")
set.seed(1090)
exams2pdf("ttest.Rmd")

To leave a comment for the author, please follow the link and comment on their blog: R/exams.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)