- Home
- Bioconductor 3.23
- Software Packages
- parody (development version)
parody
This is the development version of parody; for the stable release version, see parody.
Parametric And Resistant Outlier DYtection
Bioconductor version: Development (3.23)
Provide routines for univariate and multivariate outlier detection with a focus on parametric methods, but support for some methods based on resistant statistics.
Author: Vince Carey [aut, cre] ORCID iD ORCID: 0000-0003-4046-0063
Maintainer: Vince Carey <stvjc at channing.harvard.edu>
citation("parody")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("parody")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("parody")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.