CalculateIC50 {synergyfinder}R Documentation

Calculate Relative IC50 from Fitted Model

Description

This function will calculate the relative IC50 from fitted 4-parameter log-logistic dose response model.

Usage

CalculateIC50(coef, type, max.conc)

Arguments

coef

A numeric vector. It contains the fitted coefficients for 4-parameter log-logistic dose response model.

type

A character value. It indicates the type of model was used for fitting the dose-response curve. Available values are "L.4" and "LL.4".

max.conc

A numeric value. It indicates the maximum concentration in the dose-response data

Value

A numeric value. It is the relative IC50.

Author(s)


[Package synergyfinder version 3.2.7 Index]