hill_curve: Hill Curve.

Description Usage Arguments Details Value Examples

Description

hill_curve is used calculate response values given hill parameters.

Usage

1
hill_curve(hill_tp, hill_ga, hill_gw, lconc)

Arguments

hill_tp

Numeric, hill top parameter.

hill_ga

Numeric, hill AC50 parameter.

hill_gw

Numeric, hill coefficient parameter.

lconc

Numeric, concentration (in log uM) to calculate the response.

Details

Given input values for the hill parameters and a concentration, this function returns the response value at the given concentration. Used to plot the hill equation resulting from a given fit.

Value

y Numeric, the calculated response value at lconc.

Examples

1
hill_curve(hill_tp = 100, hill_ga = 0.5, hill_gw = 1, lconc = 0)

ericwatt/toxboot documentation built on May 16, 2019, 8:41 a.m.