Learn R Programming

s20x (version 3.3.0)

s20x-package: s20x: Functions for University of Auckland Course STATS 201/208 Data Analysis

Description

The s20x package provides teaching-oriented helper functions and datasets for University of Auckland STATS 201 and STATS 208 data analysis courses. The package keeps student-facing defaults stable so existing lecture notes, labs, and examples continue to behave as expected.

Arguments

Author

Maintainer: James Curran j.curran@auckland.ac.nz (Wrote the original R package. Current maintainer.)

Authors:

  • Brant Deppa (Wrote the original R scripts this package is derived from)

Other contributors:

Details

Selected diagnostic plotting helpers now support optional plotting engines. The default base graphics engine preserves the original teaching output. Use engine = "ggplot2" only when a reusable plot object is useful for saving, arranging, or further customisation. The optional engine requires the plotting packages documented on the relevant help pages: ggplot2 for normcheck(), eovcheck(), and modelcheck(), and both ggplot2 and GGally for pairs20x().

See Also