Alternative Loewe generalization
harbronLoewe(
doseInput,
parmInput,
asymptotes = 2,
startvalues = NULL,
newtonRaphson = FALSE,
...
)
Dose-response dataframe containing "d1"
and
"d2"
columns
Numeric vector or list with appropriately named
parameter inputs. Typically, it will be coefficients from a
MarginalFit
object.
Number of asymptotes. It can be either 1
as in standard Loewe model or 2
as in generalized Loewe model.
Starting values for the non-linear equation, from the observed data
a boolean, is Newton raphson used for finding the response surface? May be faster but also less stable
Further arguments that are currently unused