-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.29 KB
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
Package: ISCAM
Title: Companion to the Book "Investigating Statistical Concepts,
Applications, and Methods"
Version: 1.2.0.9000
Authors@R: c(
person("Beth", "Chance", , "bchance@calpoly.edu", role = c("cre", "aut", "cph")),
person("Visruth", "Srimath Kandali", , "public@visruth.com", role = "aut",
comment = c(ORCID = "0009-0005-9097-0688"))
)
Description: Introductory statistics methods to accompany "Investigating
Statistical Concepts, Applications, and Methods" (ISCAM) by Beth
Chance & Allan Rossman (2024) <https://rossmanchance.com/iscam4/>.
Tools to introduce statistical concepts with a focus on simulation
approaches. Functions are verbose, designed to provide ample output
for students to understand what each function does. Additionally, most
functions are accompanied with plots. The package is designed to be
used in an educational setting alongside the ISCAM textbook.
License: MIT + file LICENSE
URL: https://iscam4.github.io/ISCAM/, https://github.com/ISCAM4/ISCAM
BugReports: https://github.com/ISCAM4/ISCAM/issues
Depends:
R (>= 3.5)
Imports:
graphics,
stats
Suggests:
testthat (>= 3.0.0),
usethis,
vdiffr (>= 1.0.8)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3