Title: | Data sets included in Utts and Heckard's Mind on Statistics |
---|---|
Description: | 66 data sets that were imported using read.table() where appropriate but more commonly after converting to a csv file for importing via read.csv(). |
Authors: | A. Jonathan R. Godfrey [aut, cre] |
Maintainer: | A. Jonathan R. Godfrey <[email protected]> |
License: | GPL |
Version: | 0.11 |
Built: | 2025-01-29 05:08:22 UTC |
Source: | https://github.com/cran/MindOnStats |
Data were obtained from the CD-ROM accompanying the U.S. (2004) edition and from the publisher of the Asia-Pacific edition prior to publication of the second edition in 2013 for the purposes of creating support documentation for using R in conjunction with the text.
Package: | MindOnStats |
Type: | Package |
Version: | 0.11 |
Date: | 2014-12-01 |
License: | GPL |
LazyLoad: | yes |
Data are presented as data.frames with shorter but meaningful names. Spaces in the original filenames have been removed and the initial letters of each word have been capitalised where necessary. See the index for a complete listing of all data sets.
A. Jonathan R. Godfrey Maintainer: A. Jonathan R. Godfrey <[email protected]>
Utts, J.M. and Heckard, R.F. (2004) Mind on Statistics, Thomson, Belmont, California.
Data sets provided by the publisher for preparation of the support documentation for using R in conjunction with the second edition of the textbook.
data(Aspirin)
data(Aspirin)
varies
Data imported from csv files provided by publisher.
Utts, J.M. and Heckard, R.F. (2010) Mind on Statistics, Australia.
data(Aspirin) str(Aspirin)
data(Aspirin) str(Aspirin)
Data sets provided by the publisher for preparation of the support documentation for using R in conjunction with the first edition of the textbook. All data sets appear in the second edition also.
data(Mobiles)
data(Mobiles)
varies
Data imported from csv files provided by the publisher. Column headings were altered to ensure consistent use of capital letters, spaces, underscores, and full stops.
Utts, J.M. and Heckard, R.F. (2010) Mind on Statistics, Australia.
data(Mobiles) str(Mobiles)
data(Mobiles) str(Mobiles)
Data obtained from the CD-ROM accompanying the second edition, released 2004.
data(PennState1)
data(PennState1)
varies
Data imported from tab delimited files on the CD-ROM, and files created by converting these files to csv format to handle missing values.
Utts, J.M. and Heckard, R.F. (2004) Mind on Statistics, Thomson, Belmont, California.
data(PennState1) str(PennState1)
data(PennState1) str(PennState1)