R/VB.R

Defines functions VB

# Estimate VB parameters and bootstrap
VB <- function(Linf,k,t0,age){
  Linf*(1- exp(-k*(age-t0)))
}
AdrianHordyk/GTGSim documentation built on May 24, 2019, 8:55 a.m.