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
- Host: GitHub
- URL: https://github.com/tguillerme/vcvtools
- Owner: TGuillerme
- License: gpl-3.0
- Created: 2022-09-06T12:48:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T13:02:43.000Z (over 2 years ago)
- Last Synced: 2025-01-13T08:47:07.306Z (5 months ago)
- Language: HTML
- Size: 859 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
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)