-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
40 lines (40 loc) · 1.24 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: tigerstats
Type: Package
Title: R Functions for Elementary Statistics
Version: 0.3.2.9000
Date: 2020-06-19
Author: Rebekah Robinson <rebekahmusselwhite23@gmail.com> and Homer
White <hwhite0@georgetowncollege.edu>
Maintainer: Homer White <hwhite0@georgetowncollege.edu>
Description: A collection of data sets and functions that are useful in the
teaching of statistics at an elementary level to students who may have
little or no previous experience with the command line. The functions for
elementary inferential procedures follow a uniform interface for user
input. Some of the functions are instructional applets that can only be
run on the R Studio integrated development environment with package
'manipulate' installed. Other instructional applets are Shiny apps
that may be run locally. In teaching the package is used alongside of
package 'mosaic', 'mosaicData' and 'abd', which are therefore listed as
dependencies.
License: GPL (>=3)
Depends:
R(>= 3.5.0),
abd,
mosaic,
mosaicData
Imports:
ggplot2,
lattice,
manipulate,
MASS,
methods,
rlang
Suggests:
knitr,
shiny,
shinyjs
LazyLoad: yes
LazyData: true
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.1.0