Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maltekurz/pacotest

R-package: Testing for Partial Copulas and the Simplifying Assumption in Vine Copulas
https://github.com/maltekurz/pacotest

copula cran data-science r statistics

Last synced: 3 months ago
JSON representation

R-package: Testing for Partial Copulas and the Simplifying Assumption in Vine Copulas

Awesome Lists containing this project

README

        

## pacotest
![build](https://github.com/MalteKurz/pacotest/workflows/build/badge.svg) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/pacotest)](https://cran.r-project.org/package=pacotest) [![Coverage Status](https://img.shields.io/codecov/c/github/MalteKurz/pacotest/main.svg)](https://codecov.io/github/MalteKurz/pacotest?branch=main)

### You can install:
- the latest released version from CRAN with

``` r
install.packages("pacotest")
```

- the latest development version from GitHub using install_github from the R-package devtools with
``` r
install.packages("devtools")
devtools::install_github(repo = "MalteKurz/pacotest")
```