Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cnilsen committed Sep 8, 2023
1 parent 3acee1b commit 5b8f390
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 313 deletions.
112 changes: 0 additions & 112 deletions R/ICE_explore.Rmd

This file was deleted.

200 changes: 0 additions & 200 deletions R/ex_drc.Rmd

This file was deleted.

54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
# water100
Absolutely, I've updated the README.md sample with the styling and link for ECOTOX. Here it is:

---

# Water100 Project

## Overview
This repository contains code for the [Water100 Project](https://water100project.org/), aimed at evaluating dose-response curves from the EPA's [ECOTOX database](https://cfpub.epa.gov/ecotox/). The code is written in R.


## Installation

1. Clone the repository:
```bash
git clone https://github.com/Geosyntec/water100.git
```


## Folder Structure

* `/data`
Processed data from ECOTOX



* `/R`
.R and .Rmd scripts for analysis

* `/xlsx`
additional spreadsheets
* `/docx`
Report (in progress)


## Usage
#### R/ecotox_eda_v6.Rmd

```R/dose_response_example.R``` Provides an example of developing dose-response curves
```R/ecotox_eda_v6.Rmd``` ECOTOX Exploratory Data Analysis


## Contributing

1. Fork the repository.
2. Create a new branch.
3. Commit your changes.
4. Create a pull request.



## License

This project is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for details.

0 comments on commit 5b8f390

Please sign in to comment.