R/survFitTT.R

Defines functions survFitTT

Documented in 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
#' 
#' @return an object of class \code{survFitTT}

#' @export
survFitTT <- function(data, ...){
  UseMethod("survFitTT")
}

Try the morse package in your browser

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

morse documentation built on Oct. 29, 2022, 1:14 a.m.