R/bt.R

Defines functions bt

bt <- function(y0, y1, t1) {
  to_return <- log(y1 / y0) / t1
  return(to_return)
}

Try the serocalculator package in your browser

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

serocalculator documentation built on April 3, 2025, 7:35 p.m.