Description
Data Analysis and Graphics Data and Functions.
Description
Functions and data sets used in examples and exercises in the text Maindonald, J.H. and Braun, W.J. (2003, 2007, 2010) "Data Analysis and Graphics Using R", and in an upcoming Maindonald, Braun, and Andrews text that builds on this earlier text.
README.md
DAAG
Development version of DAAG R package
The package can be installed, from a local computer, by typing
install.packages("remotes")
remotes::install_gitlab('daagur/DAAG', force=T, build_vignettes=TRUE)
Alternatively, with devtools
>= 2.0.0, specify
devtoolsin place of
remotes`.