R/survFitTT.R

Defines functions survFitTT

#' Fits a Bayesian concentration-response model for target-time survival analysis
#' 
#' @param data an object used to select a method 'survFitTT'
#' @param \dots Further arguments to be passed to generic methods

#' @export
survFitTT <- function(data, ...){
  UseMethod("survFitTT")
}
pveber/morse documentation built on Jan. 11, 2022, 6:25 p.m.