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), accepted by the 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.10
Authors@R: 
  c(person(given = "Xiaorui (Jeremy)", family = "Zhu",
           role = c("aut", "cre"),
           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: GitHub: https://github.com/XiaoruiZhu/PAsso
BugReports: https://github.com/XiaoruiZhu/PAsso/issues
Depends: R (>= 3.5.0), stats (>= 3.5.0), ggplot2 (>= 2.2.1), dplyr
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: VGAM, copBasic, pcaPP (>= 1.9-73), methods, foreach (>=
        1.4.8), MASS (>= 7.3-51.0), GGally, gridExtra, utils (>=
        3.5.3), progress (>= 1.2.0), plotly, copula
Suggests: doParallel (>= 1.0.11), tidyverse, goftest, faraway, ordinal,
        rms, testthat, mgcv, PResiduals, knitr, rmarkdown, truncdist
LinkingTo: Rcpp
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2021-06-18 04:38:48 UTC; Xiaorui
Author: Xiaorui (Jeremy) Zhu [aut, cre],
  Shaobo Li [aut],
  Dungang Liu [ctb, aut],
  Yuejie Chen [ctb]
Repository: CRAN
Date/Publication: 2021-06-18 09:20:08 UTC
