-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.52 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
Package: smovie
Type: Package
Title: Some Movies to Illustrate Concepts in Statistics
Version: 1.1.6
Date: 2023-12-02
Authors@R: person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
role = c("aut", "cre", "cph"))
Description: Provides movies to help students to understand statistical
concepts. The 'rpanel' package <https://cran.r-project.org/package=rpanel>
is used to create interactive plots that move to illustrate key statistical
ideas and methods. There are movies to: visualise probability distributions
(including user-supplied ones); illustrate sampling distributions of the
sample mean (central limit theorem), the median, the sample maximum
(extremal types theorem) and (the Fisher transformation of the)
product moment correlation coefficient; examine the influence of an
individual observation in simple linear regression; illustrate key concepts
in statistical hypothesis testing. Also provided are dpqr functions for the
distribution of the Fisher transformation of the correlation coefficient
under sampling from a bivariate normal distribution.
Depends:
R (>= 3.3.0),
rpanel (>= 1.1-3)
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: graphics,
stats
Suggests: knitr,
numDeriv,
revdbayes (>= 1.1.0),
tkrplot,
testthat,
rmarkdown,
SuppDists
VignetteBuilder: knitr
URL: https://paulnorthrop.github.io/smovie/,
https://github.com/paulnorthrop/smovie/
BugReports: https://github.com/paulnorthrop/smovie/issues
Config/testthat/edition: 3