Description Details References
The itns package contains datasets from psychology studies used in book Introduction to the New Statistics by Geoff Cumming and Robert Calin-Jageman, published by Routledge in late 2016.
The original source of the datasets is a series of Excel files found on the Introduction to the New Statistics website. Those Excel files have been converted to R data frames and bundled together in the itns package. In addition:
All variable names have been converted to lower case.
For some data sets, variable names have been altered in order to conform with R data naming rules (e.g., some variable names in the Excel files started with a number, which is not allowed in R).
Some datasets have been tidied using the tidyr
package
in order to facilitate analyses in R.
The datasets can be used to replicate analyses that appear in Introduction to the New Statistics, and to work through the book's end-of-chapter exercises.
Also included is a function to compute Cohen's d effect size for paired samples.
Cumming, G., & Calin-Jageman, R. (2017). Introduction to the New Statistics. New York; Routledge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.