-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
17 lines (13 loc) · 1007 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: "Quantification of an Adverse Outcome Pathway network by Bayesian regression and Bayesian network modeling"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
This repository contains the raw data and R scripts for "Quantification of an Adverse Outcome Pathway network by Bayesian regression and Bayesian network modeling" by Moe *et al.*, 2020. The final version of the article was published in Integrated Environmental Assessment and Management and can be found here: [https://doi.org/10.1002/ieam.4348](https://doi.org/10.1002/ieam.4348).
The `data` folder contains the raw data used for the analyses, and the `scripts` folder contains the R scripts which were written for the analyses. The fitted models are in the `models` folder, and simulated data are in the `simulations` and `regression_simulations` folders, respectively.
The following R package needs to be installed to run the analysis:
```{r,eval=FALSE}
install.packages("brms")
```