inst/doc/MWE.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup, eval=FALSE--------------------------------------------------------
#  library(rbioacc)

## ----plotPP, eval=FALSE-------------------------------------------------------
#  data("Male_Gammarus_Single")
#  modelData_MGS <- modelData(Male_Gammarus_Single, time_accumulation = 4)
#  fit_MGS <- fitTK(modelData_MGS, iter = 10, chains = 2)
#  
#  # Compute a dataframe with priors and posteriors
#  df_MGS <- df_PriorPost(fit_MGS)
#  
#  # Compute a plot with priors and posteriors
#  plt_MGS <- plot_PriorPost(fit_MGS)

Try the rbioacc package in your browser

Any scripts or data that you put into this service are public.

rbioacc documentation built on Sept. 21, 2023, 5:06 p.m.