R/getK.R

#' getK function
#'
#' Calculate the inactivation constant k by combining MPN values and its uncertainties
#' Calculate the inactivation constant k by combining k values of different biological replicates
#' @param ... One of more MPN or K objects
#' @export
getK <- function (...) UseMethod("getK")
smeister/viralEXP documentation built on May 29, 2019, 9:37 a.m.