Git Product home page Git Product logo

basemetab's Introduction

BASEmetab

Code accompanying Grace et al. (2015) Fast processing of diel oxygen curves: estimating stream metabolism with BASE (BAyesian Single-station Estimation). Limnology and Oceanography: Methods, 13, 103โ€“114 http://onlinelibrary.wiley.com/doi/10.1002/lom3.10011/full

Currently the BASEmetab package contains just a single user function bayesmetab, which performs the above analysis.

See vignette and run ?bayesmetab for details. https://github.com/dgiling/BASEmetab/blob/master/vignettes/BASEmetab.pdf

Installation

The parameter estimation is performed with the JAGS software, which must be separately installed (Plummer 2003; http://mcmc-jags.sourceforge.net/). To install the BASEmetab package run the following code:

  # install devtools package
  install.packages(c("devtools"))

  # install BASEmetab package
    devtools::install_github("dgiling/BASEmetab")

    # Remove the package zip after installation
    unlink("BASEmetab.zip")
    
    #load library
    library(BASEmetab)
    
    #load R2jags to connect to JAGS
    library(R2jags)

Example

See the help file associated with bayesmetab.

Developer

Technical code prepared by Darren Giling [email protected] Packaged by Nick Bond [email protected]

basemetab's People

Contributors

dgiling avatar nickbond avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.