Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbs-assess/tmbpop
(Experimental) R package for implementing TMB age-structured POP model
https://github.com/pbs-assess/tmbpop
Last synced: 18 days ago
JSON representation
(Experimental) R package for implementing TMB age-structured POP model
- Host: GitHub
- URL: https://github.com/pbs-assess/tmbpop
- Owner: pbs-assess
- Created: 2018-03-06T23:35:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T15:53:32.000Z (over 5 years ago)
- Last Synced: 2024-11-10T13:29:06.779Z (3 months ago)
- Language: R
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmbpop
[![Travis build status](https://travis-ci.org/pbs-assess/tmbpop.svg?branch=master)](https://travis-ci.org/pbs-assess/tmbpop)
[![Project Status: WIP - Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)**In development. Not for use yet.**
R package for implementing TMB age-structured POP model
Install with:
```r
# install.packages("remotes")
remotes::install_github("pbs-assess/tmb-pop")
```See example model fitting:
```
library(tmbpop)
?tmbpop::fit
```