R/tcplHillACXX.R

Defines functions tcplHillACXX

Documented in tcplHillACXX

#-------------------------------------------------------------------------------
# tcplHillACXX: Calculate the concentration for a given activity level
#-------------------------------------------------------------------------------

#' @rdname hill_utils
#' @export

tcplHillACXX <- function(XX, tp, ga, gw, bt = 0) {
  
  y <- tp * XX/100
  ga - log10((tp - bt)/(y - bt) - 1)/gw
  
}

#-------------------------------------------------------------------------------
USEPA/CompTox-ToxCast-tcpl documentation built on May 2, 2024, 2:25 p.m.