This function does not automatically extract marginal data and requires
model input obtained from constructFormula
.
marginalNLS(data, transforms = NULL, start, model, nlsfn = nls, ...)
Dose-response dataframe. Marginal data will be extracted from it automatically.
Transformation functions. If non-null, transforms
is
a list containing 5 elements, namely biological and power transformations
along with their inverse functions and compositeArgs
which is a list
with argument values shared across the 4 functions. See vignette for more
information.
Starting parameter values. If not specified, they will be
obtained from initialMarginal
.
List with model parameters. Typically, this is an output from
constructFormula
.
Non-linear least-squares optimizer function
Further arguments that are passed to the optimizer function,
such as lower
or upper
(for the "nlslm" method), or
control
.