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

https://github.com/tguillerme/vcvtools

Tools for playing with VCV matrices
https://github.com/tguillerme/vcvtools

Last synced: 3 months ago
JSON representation

Tools for playing with VCV matrices

Awesome Lists containing this project

README

        

### **`VCVtools`** is a `R` package containing tools for playing with variance-covariance matrices.

This is a working package with no guarantee whatsoever that it's doing what it says it does.

## Installing `VCVtools`

```r
if(!require(devtools)) install.packages("devtools")
library(devtools)
install_github("TGuillerme/VCVtools")
library(VCVtools)
```

## Vignettes and manuals

A draft vignette is available [here](https://raw.rawgit.net/TGuillerme/VCVtools/main/inst/playing_with_ellipses.html)

Authors
-------

* [Thomas Guillerme](http://tguillerme.github.io)