-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
49 lines (49 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: fastR2
Type: Package
Title: Foundations and Applications of Statistics Using R (2nd Edition)
Version: 1.2.4
Authors@R: person(given = "Randall", family = "Pruim", role = c("aut", "cre"),
email = "[email protected]")
Description: Data sets and utilities to accompany the second edition of
"Foundations and Applications of Statistics: an Introduction
using R" (R Pruim, published by AMS, 2017), a text covering
topics from probability and mathematical statistics at an advanced
undergraduate level. R is integrated throughout, and access to all
the R code in the book is provided via the snippet() function.
License: GPL (>=2)
Depends:
R (>= 3.0.0),
mosaic (>= 1.3.0)
Imports:
maxLik,
numDeriv,
dplyr,
ggplot2 (>= 3.0.0),
lattice,
miscTools
Suggests:
ggformula,
mosaicCalc,
tidyr,
readr,
MASS,
faraway,
Hmisc,
DAAG,
multcomp,
vcd,
car,
alr4,
corrgram,
BradleyTerry2,
cubature,
knitr,
mosaicData,
rmarkdown
VignetteBuilder: knitr
LazyLoad: yes
LazyData: yes
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://github.com/rpruim/fastR2, http://rpruim.github.io/fastR2/
BugReports: https://github.com/rpruim/fastR2/issues