Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-ji committed May 6, 2022
2 parents 622f266 + f84fc50 commit 2dfb445
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "QuasiCopula"
uuid = "c47b6ae2-b804-4668-9957-eb588c99ffbc"
keywords = ["Quasi Copula", "GLMM", "autoregressive model", "compound symmetric model", "variance components model"]
authors = ["Sarah Ji <[email protected]>", "OpenMendel Team"]
version = "0.1.0"
version = "0.1.1"

[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Expand All @@ -20,6 +20,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"

[compat]
BenchmarkTools = "1"
Convex = "0.14"
DataFrames = "1"
Distributions = "0.25"
Expand All @@ -28,6 +29,7 @@ GLM = "1"
Ipopt = "0.8"
LoopVectorization = "0.12"
MathProgBase = "0.7"
RDatasets = "0.7"
Reexport = "1.2"
SpecialFunctions = "2.1"
StatsFuns = "0.9"
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# QuasiCopula.jl
A Flexible Quasi-Copula Distribution for Statistical Modeling


| **Documentation** | **Build Status** | **Code Coverage** |
|-------------------|------------------|--------------------|
| [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://OpenMendel.github.io/QuasiCopula.jl/latest) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://OpenMendel.github.io/QuasiCopula.jl/stable) | [![build Actions Status](https://github.com/OpenMendel/QuasiCopula.jl/workflows/CI/badge.svg)](https://github.com/OpenMendel/QuasiCopula.jl/actions) [![CI (Julia nightly)](https://github.com/openmendel/QuasiCopula.jl/workflows/JuliaNightly/badge.svg)](https://github.com/OpenMendel/QuasiCopula.jl/actions/workflows/JuliaNightly.yml)| [![codecov](https://codecov.io/gh/OpenMendel/QuasiCopula.jl/branch/master/graph/badge.svg?token=YyPqiFpIM1)](https://codecov.io/gh/OpenMendel/QuasiCopula.jl) |
| [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://OpenMendel.github.io/QuasiCopula.jl/dev) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://OpenMendel.github.io/QuasiCopula.jl/stable) | [![build Actions Status](https://github.com/OpenMendel/QuasiCopula.jl/workflows/CI/badge.svg)](https://github.com/OpenMendel/QuasiCopula.jl/actions) [![CI (Julia nightly)](https://github.com/openmendel/QuasiCopula.jl/workflows/JuliaNightly/badge.svg)](https://github.com/OpenMendel/QuasiCopula.jl/actions/workflows/JuliaNightly.yml)| [![codecov](https://codecov.io/gh/OpenMendel/QuasiCopula.jl/branch/master/graph/badge.svg?token=YyPqiFpIM1)](https://codecov.io/gh/OpenMendel/QuasiCopula.jl) |

QuasiCopula.jl is a Julia package for the analysis of correlated data with specified margins. Currently the package supports multivariate simulation and analysis utilities for the Poisson, Negative Binomial, Bernoulli, Gaussian, Bivariate Poisson/Bernoulli Mixed distributions. QuasiCopula.jl supports covariance matrices structured under the variance component model (VCM) framework, autoregressive AR(1) covariance structure, and the compound symmetric (CS) covariance structure. QuasiCopula.jl supports Julia v1.6 or later. See the [documentation](https://openmendel.github.io/QuasiCopula.jl/dev/) for usage under the different models.

QuasiCopula.jl is a registered package, and it will require running the following code to install.

```{julia}
using Pkg
pkg"add QuasiCopula"
```

## Citation

If you use [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:

*OPENMENDEL: a cooperative programming project for statistical genetics. Zhou H, Sinsheimer JS, Bates DM, Chu BB, German CA, Ji SS, Keys KL, Kim J, Ko S, Mosher GD, Papp JC, Sobel EM, Zhai J, Zhou JJ, Lange K. Hum Genet. 139, 61–71 (2020). [doi:10.1007/s00439-019-02001-z](10.1007/s00439-019-02001-z). PMID: 30915546*

0 comments on commit 2dfb445

Please sign in to comment.