R/LCx.R

Defines functions LCx

Documented in LCx

#' Predict \eqn{X}\% Lethal Concentration at the maximum time point (default).
#' 
#' Predict median and 95\% credible interval of the x\% Lethal Concentration.
#' 
#' When class of \code{object} is \code{survFit}, see \link[=LCx.survFit]{LCx.survFit}.
#' 
#' @rdname LCX
#' 
#' @param object An object used to select a method
#' @param \dots Further arguments to be passed to generic methods
#' 
#' @return returns an object of class \code{LCx}.
#' 
#' @export
#' 
LCx <- function(object, ...){
  UseMethod("LCx")
}

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.