Package: unusualprofile
Type: Package
Title: Calculates Conditional Mahalanobis Distances
Version: 0.1.0
Authors@R: c(
    person(given = "W. Joel",
           family = "Schneider",
           role = c("aut", "cre"),
           email = "w.joel.schneider@gmail.com",
           comment = c(ORCID = "0000-0002-8393-5316")),
    person(given = "Feng",
           family = "Ji",
           role = "aut",
           email = "fengji@berkeley.edu"))
Description: Calculates a Mahalanobis distance for every row of a set of outcome variables (Mahalanobis, 1936 <doi:10.1007/s13171-019-00164-5>). The conditional Mahalanobis distance is calculated using a conditional covariance matrix (i.e., a covariance matrix of the outcome variables after controlling for a set of predictors). Plotting the output of the cond_maha() function can help identify which elements of a profile are unusual after controlling for the predictors.
License: GPL (>= 3)
Language: en-US
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
Depends: R (>= 3.1)
Imports: lavaan, magrittr, dplyr, tidyr, tibble, stats, purrr,
        simstandard (>= 0.6.3), ggplot2, ggnormalviolin, rlang,
        patchwork, scales, ragg, lifecycle
Suggests: testthat, knitr, glue, mvtnorm, kableExtra, forcats, stringr,
        rmarkdown, covr, roxygen2, bookdown
VignetteBuilder: knitr
URL: https://github.com/wjschne/unusualprofile
BugReports: https://github.com/wjschne/unusualprofile/issues
NeedsCompilation: no
Packaged: 2021-05-12 13:01:39 UTC; renee
Author: W. Joel Schneider [aut, cre] (<https://orcid.org/0000-0002-8393-5316>),
  Feng Ji [aut]
Maintainer: W. Joel Schneider <w.joel.schneider@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-13 10:10:02 UTC
Built: R 4.0.2; ; 2021-05-14 11:18:53 UTC; unix
