-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.81 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
49
50
51
52
53
54
55
56
57
58
Package: PAsso
Type: Package
Title: Assessing the Partial Association Between Ordinal Variables
Description: An implementation of the unified framework for assessing partial association
between ordinal variables after adjusting for a set of covariates (Dungang Liu, Shaobo
Li, Yan Yu and Irini Moustaki (2020) <doi:10.1080/01621459.2020.1796394> Journal of the American
Statistical Association). This package provides a set of tools to quantify, visualize,
and test partial associations between multiple ordinal variables. It can produce a number
of $phi$ measures, partial regression plots, 3-D plots, and p-values for testing
H_0: phi=0 or H_0: phi <= delta.
Version: 0.1.11
Authors@R:
c(person(given = "Xiaorui (Jeremy)", family = "Zhu",
role = c("aut", "cre", "cph"),
email = "zhuxiaorui1989@gmail.com"),
person(given = "Shaobo", family = "Li",
role = c("aut"),
email = "shaobo.li@ku.edu"),
person(given = "Dungang", family = "Liu",
role = c("ctb", "aut"),
email = "dungang.liu@uc.edu"),
person(given = "Yuejie ", family = "Chen",
role = c("ctb"),
email = "chen4y9@mail.uc.edu"))
Maintainer: Xiaorui (Jeremy) Zhu <zhuxiaorui1989@gmail.com>
URL: https://xiaorui.site/PAsso/
BugReports: https://github.com/XiaoruiZhu/PAsso/issues
Depends:
R (>= 3.5.0),
stats (>= 3.5.0),
ggplot2 (>= 2.2.1),
magrittr
Imports:
MASS (>= 7.3-51.0),
pcaPP (>= 1.9-73),
VGAM,
copBasic,
methods,
foreach (>= 1.4.8),
GGally,
gridExtra,
utils (>= 3.5.3),
progress (>= 1.2.0),
plotly,
copula
Suggests:
goftest,
ordinal,
rms,
testthat,
mgcv,
knitr,
rmarkdown
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
RoxygenNote: 7.2.3