FindInitialParms {dr4pl} | R Documentation |
FindInitialParms
Description
Find initial parameter estimates for a 4PL model.
Usage
FindInitialParms(
x,
y,
trend = "auto",
method.init = "Mead",
method.robust = "squared"
)
Arguments
x |
Vector of dose levels |
y |
Vector of responses |
trend |
Indicator of whether the curve is a decreasing |
method.init |
Method of obtaining initial values of the parameters. See
|
method.robust |
Parameter to select loss function for the robust estimation
method to be used to fit a model. See |
Value
Initial parameter estimates of a 4PL model in the order of the upper asymptote, IC50, Slope and lower asymptote parameters.
[Package dr4pl version 2.0.0 Index]