Dear Sir or Madam Iām trying to compile a collection of datasets that require use of the following hypothesis tests. Are there datasets within the R library that I can get access to? Kind regards James Carrigan
Hypothesis Testing t.test(X,Y) ā performs a two sample t-test between X and Y t.test(X,Y,paired=TRUE) ā performs a paired t-test between X and Y prop.test(x = c(a, b), n = c(n1, n2)) ā performs a 2-sample test for equality of proportions with continuity correction Sent from my iPad Sent from my iPhone ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.