rrcov
R package providing scalable robust estimators with high breakdown point
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.2%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
R package providing scalable robust estimators with high breakdown point
Basic Info
- Host: GitHub
- Owner: valentint
- Language: R
- Default Branch: master
- Size: 3.41 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 0
Created about 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# ```rrcov```: Scalable Robust Estimators with High Breakdown Point
[](https://cran.r-project.org/package=rrcov)
[](https://github.com/valentint/rrcov/actions)
[](https://cran.r-project.org/package=rrcov)
[](https://cran.r-project.org/package=rrcov)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
The package ```rrcov``` provides scalable robust estimators with high breakdown point and covers a large number of robustified multivariate analysis methods, starting with robust estimators for the multivariate location and covariance matrix (MCD, MVE, S, MM, SD), the deterministic versions of MCD, S and MM estimates and regularized versions (MRCD) for high dimensions. These estimators are used to conduct robust principal components analysis (```PcaCov()```), linear and quadratic discriminant analysis (```Linda()```, ```Qda()```), MANOVA. Projection pursuit algorithms for PCA to be applied in high dimensions are also available (```PcaHubert()```, ```PcaGrid()``` and ```PcaProj()```).
## Installation
The `rrcov` package is on CRAN (The Comprehensive R Archive Network) and
the latest release can be easily installed using the command
install.packages("rrcov")
library(rrcov)
## Building from source
To install the latest stable development version from GitHub, you can
pull this repository and install it using
## install.packages("remotes")
remotes::install_github("valentint/rrcov", build_opts = c("--no-build-vignettes"))
Of course, if you have already installed `remotes`, you can skip the
first line (I have commented it out).
## Example
This is a basic example which shows you if the package is properly installed:
```{r example}
library(rrcov)
data(hbk)
(out <- CovMcd(hbk))
```
## Community guidelines
### Report issues and request features
If you experience any bugs or issues or if you have any suggestions for additional features, please submit an issue via the [*Issues*](https://github.com/valentint/rrcov/issues) tab of this repository. Please have a look at existing issues first to see if your problem or feature request has already been discussed.
### Contribute to the package
If you want to contribute to the package, you can fork this repository and create a pull request after implementing the desired functionality.
### Ask for help
If you need help using the package, or if you are interested in collaborations related to this project, please get in touch with the package maintainer.
Owner
- Name: Valentin Todorov
- Login: valentint
- Kind: user
- Location: Vienna, Austria
- Company: UNIDO
- Repositories: 14
- Profile: https://github.com/valentint
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| valentint | v****v@c****t | 31 |
Committer Domains (Top 20 + Academic)
chello.at: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sbcalaff (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 25,258 last-month
- Total docker downloads: 47,996
- Total dependent packages: 42
- Total dependent repositories: 58
- Total versions: 55
- Total maintainers: 1
cran.r-project.org: rrcov
Scalable Robust Estimators with High Breakdown Point
- Homepage: https://github.com/valentint/rrcov
- Documentation: http://cran.r-project.org/web/packages/rrcov/rrcov.pdf
- License: GPL (≥ 3)
-
Latest release: 1.7-7
published over 1 year ago
Rankings
Dependent packages count: 2.0%
Dependent repos count: 3.2%
Downloads: 3.4%
Average: 13.6%
Forks count: 21.0%
Docker downloads count: 21.1%
Stargazers count: 30.8%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- methods * depends
- robustbase >= 0.92.1 depends
- lattice * imports
- mvtnorm * imports
- pcaPP * imports
- stats * imports
- stats4 * imports
- MASS * suggests
- grid * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite