Learn R Programming

toxboot (version 0.2.0)

hill_curve: Hill Curve.

Description

hill_curve is used calculate response values given hill parameters.

Usage

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.

Value

y Numeric, the calculated response value at lconc.

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.

Examples

Run this code
# NOT RUN {
hill_curve(hill_tp = 100, hill_ga = 0.5, hill_gw = 1, lconc = 0)
# }

Run the code above in your browser using DataLab