Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsta/r_wb_code
R and WinBUGS code for: Kéry (2010) Introduction to WinBUGS for ecologists
https://github.com/jsta/r_wb_code
Last synced: about 2 months ago
JSON representation
R and WinBUGS code for: Kéry (2010) Introduction to WinBUGS for ecologists
- Host: GitHub
- URL: https://github.com/jsta/r_wb_code
- Owner: jsta
- Created: 2019-02-14T17:24:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T14:55:55.000Z (almost 6 years ago)
- Last Synced: 2024-06-11T17:09:05.016Z (8 months ago)
- Language: R
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
R and WinBUGS code for for the following book:
Kéry (2010) Introduction to WinBUGS for ecologists.
Academic Press, Burlington.
---> Mirrored from: https://www.mbr-pwrc.usgs.gov/pubanalysis/kerybook/R_WB_code.txt
## Dependencies
```r
install.packages(c("pscl", "R2WinBUGS", "lme4"))
```