-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
37 lines (26 loc) · 994 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output:
md_document:
variant: gfm
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# HPprediction
This package implements the code and method associated with paper
Elmasri, M., Farrell, M. J., Davies, T. J., & Stephens, D. A. (2020). [A hierarchical Bayesian model for predicting ecological interactions using scaled evolutionary relationships](https://projecteuclid.org/euclid.aoas/1587002672). Annals of Applied Statistics, 14(1), 221-240.
[Package website](https://melmasri.github.io/HPprediction/)
## Installation
The package is functional, although if issues are encountered please report them.
Install from [GitHub](https://github.com/melmasri/HPprediction) with:
```{r eval=FALSE}
# install.packages("devtools")
devtools::install_github("melmasri/HPprediction")
```
## Bugs
Please report bugs and features [here](https://github.com/melmasri/HPprediction/issues).