See ?data
On 28.05.2023 10:53, james carrigan wrote:> 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 at 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.