harbronLoewe {BIGL} | R Documentation |
Alternative Loewe generalization
Description
Alternative Loewe generalization
Usage
harbronLoewe(
doseInput,
parmInput,
asymptotes = 2,
startvalues = NULL,
newtonRaphson = FALSE,
...
)
Arguments
doseInput |
Dose-response dataframe containing |
parmInput |
Numeric vector or list with appropriately named
parameter inputs. Typically, it will be coefficients from a
|
asymptotes |
Number of asymptotes. It can be either |
startvalues |
Starting values for the non-linear equation, from the observed data |
newtonRaphson |
a boolean, is Newton raphson used for finding the response surface? May be faster but also less stable |
... |
Further arguments that are currently unused |
[Package BIGL version 1.9.2 Index]