-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
26 lines (26 loc) · 1.2 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
Package: discovr
Type: Package
Title: Interactive Tutorials and Data for "Discovering Statistics Using R and RStudio"
Version: 0.2.0.2
Authors@R: person("Andy", "Field", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Andy Field <[email protected]>
Description: Interactive 'R' tutorials and datasets for the textbook Field (2023), "Discovering Statistics Using R and RStudio", <https://www.discovr.rocks/>.
Interactive tutorials cover general workflow in 'R' and 'RStudio', summarizing data, visualizing data, fitting models and bias, correlation, the general linear model,
moderation, mediation, missing values, comparing means using the GLM (a.k.a. ANOVA), comparing adjusted means (a.k.a. ANCOVA), factorial designs, repeated measures designs, exploratory factor analysis (EFA). There are no functions, only datasets and interactive tutorials.
License: GPL-3
Depends:
R (>= 4.2.0),
learnr (>= 0.11.4)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
ggplot2,
scales,
glue
Suggests:
knitr,
rmarkdown
URL: https://www.discovr.rocks, https://github.com/profandyfield/discovr
BugReports: https://github.com/profandyfield/discovr/issues