Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aebilgrau/metahd
High-dimensional meta analysis
https://github.com/aebilgrau/metahd
Last synced: 8 days ago
JSON representation
High-dimensional meta analysis
- Host: GitHub
- URL: https://github.com/aebilgrau/metahd
- Owner: AEBilgrau
- Created: 2014-07-30T11:37:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T18:55:29.000Z (over 9 years ago)
- Last Synced: 2024-04-16T12:09:51.139Z (7 months ago)
- Language: R
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
metaHD
======
### Fast, efficient, and robust high-dimensional meta analysis[![Build Status](https://api.travis-ci.org/AEBilgrau/metaHD.svg?branch=master)](https://travis-ci.org/AEBilgrau/metaHD)
This R package aims to efficiently perform primarily high-dimensional (and low-dimensional) meta analysis in both dense and sparse cases. The `metaHD` package should also well-suited for graphical (or structural) meta analysis. It is currently under development.
This package is currently not being actively developed.Installation
------------
If you wish to install the latest version of `metaHD` directly from the master branch here at GitHub, run```R
#install.packages("devtools") # Uncomment if devtools is not installed
devtools::install_github("AEBilgrau/metaHD")
```The package is not currently being actively development. The package should also be considered unstable. Be sure that you have the [package development prerequisites](http://www.rstudio.com/ide/docs/packages/prerequisites) if you wish to install the package from the source.
Alternatives
------------
Some alternative packages for low-dimensional meta-analysis is: `meta`, `metafor`---