Predict efficacy values given fit parameters and a concentration.
Source:R/fit_curves.R
predict_efficacy_from_conc.Rd
Predict efficacy values given fit parameters and a concentration.
Arguments
- c
Numeric vector representing concentrations to predict efficacies for.
- x_inf
Numeric vector representing the asymptotic value of the sigmoidal fit to the dose-response data as concentration goes to infinity.
- x_0
Numeric vector representing the asymptotic metric value corresponding to a concentration of 0 for the primary drug.
- ec50
Numeric vector representing the drug concentration at half-maximal effect.
- h
Numeric vector representing the hill coefficient of the fitted curve, which reflects how steep the dose-response curve is.