-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
40 lines (40 loc) · 1.28 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
Package: adventr
Type: Package
Title: Interactive R Tutorials to Accompany Field (2016), "An Adventure in Statistics"
Version: 0.1.10
Authors@R: person("Andy", "Field", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Andy Field <[email protected]>
Description: Interactive 'R' tutorials written using 'learnr' for Field (2016), "An Adventure in Statistics", <ISBN:9781446210451>.
Topics include general workflow in 'R' and 'Rstudio', the 'R' environment and 'tidyverse', summarizing data, model fitting, central tendency,
visualising data using 'ggplot2', inferential statistics and robust estimation, hypothesis testing, the general linear model, comparing means,
repeated measures designs, factorial designs, multilevel models, growth models, and generalized linear models (logistic regression).
License: GPL-3
Depends:
R (>= 3.6.0),
learnr
LazyData: true
Imports:
BayesFactor,
boot,
dplyr,
car,
effsize,
effects,
forcats,
GGally,
ggplot2,
Hmisc,
lm.beta,
nlme,
readr,
robust,
sandwich,
sjstats,
tidyr,
WRS2
URL: http://milton-the-cat.rocks/home/adventr.html, https://github.com/profandyfield/adventr
BugReports: https://github.com/profandyfield/adventr/issues
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr