Type: Package Package: unusualprofile Title: Calculates Conditional Mahalanobis Distances Version: 0.1.4 Authors@R: c( person("W. Joel", "Schneider", , "w.joel.schneider@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8393-5316")), person("Feng", "Ji", , "fengji@berkeley.edu", role = "aut") ) Description: Calculates a Mahalanobis distance for every row of a set of outcome variables (Mahalanobis, 1936 ). 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) URL: https://github.com/wjschne/unusualprofile, https://wjschne.github.io/unusualprofile/ BugReports: https://github.com/wjschne/unusualprofile/issues Depends: R (>= 3.1) Imports: dplyr, ggnormalviolin, ggplot2, magrittr, purrr, rlang, stats, tibble, tidyr Suggests: arrowheadr, signs, bookdown, covr, extrafont, forcats, ggdiagram, glue, kableExtra, knitr, lavaan, lifecycle, mvtnorm, patchwork, quarto, ragg, rmarkdown, roxygen2, scales, simstandard (>= 0.6.3), stringr, sysfonts, testthat VignetteBuilder: knitr, quarto Encoding: UTF-8 Language: en-US LazyData: TRUE Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://wjschne.r-universe.dev Date/Publication: 2025-08-23 03:24:26 UTC RemoteUrl: https://github.com/wjschne/unusualprofile RemoteRef: HEAD RemoteSha: 8fe3bfe8291d96dda8f0527fddeff965b52bc08e NeedsCompilation: no Packaged: 2026-06-14 12:05:29 UTC; root Author: W. Joel Schneider [aut, cre] (ORCID: ), Feng Ji [aut] Maintainer: W. Joel Schneider