-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.43 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
41
42
43
44
45
46
47
48
Package: contingencytables
Title: Statistical Analysis of Contingency Tables
Version: 3.0.1
Authors@R:
c(
person(
given = "Morten Wang",
family = "Fagerland",
role = "aut",
email = "morten.fagerland@medisin.uio.no"
),
person(
given = "Stian",
family = "Lydersen",
role = "ctb"
),
person(
given = "Petter",
family = "Laake",
role = "ctb"
),
person(
given = "Waldir",
family = "Leoncio",
role = "cre",
email = "w.l.netto@medisin.uio.no"
),
person(
given = "Ole Christian",
family = "Lingjærde",
role = "trl"
),
person(
given = "Brad J.",
family = "Biggerstaff",
role = "ctb"
)
)
Description: Provides functions to perform statistical inference of data organized in contingency tables. This package is a companion to the "Statistical Analysis of Contingency Tables" book by Fagerland et al. <ISBN 9781466588172>.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://contingencytables.com/ https://ocbe-uio.github.io/contingencytables/
BugReports: https://github.com/ocbe-uio/contingencytables/issues
Imports: MASS, boot, methods
Suggests: testthat
Date: 2024-08-28