marginalNLS {BIGL} | R Documentation |
Fit two 4-parameter log-logistic functions with non-linear least squares
Description
This function does not automatically extract marginal data and requires
model input obtained from constructFormula
.
Usage
marginalNLS(data, transforms = NULL, start, model, nlsfn = nls, ...)
Arguments
data |
Dose-response dataframe. Marginal data will be extracted from it automatically. |
transforms |
Transformation functions. If non-null, |
start |
Starting parameter values. If not specified, they will be
obtained from |
model |
List with model parameters. Typically, this is an output from
|
nlsfn |
Non-linear least-squares optimizer function |
... |
Further arguments that are passed to the optimizer function,
such as |