Find initial parameter estimates for a 4PL model.
FindInitialParms(
x,
y,
trend = "auto",
method.init = "Mead",
method.robust = "squared"
)
Vector of dose levels
Vector of responses
Indicator of whether the curve is a decreasing \(\theta[3]<0\)
or increasing curve \(\theta[3]>0\). See dr4pl
for detailed
explanation.
Method of obtaining initial values of the parameters. See
dr4pl
for detailed explanation.
Parameter to select loss function for the robust estimation
method to be used to fit a model. See dr4pl
for detailed
explanation.
Initial parameter estimates of a 4PL model in the order of the upper asymptote, IC50, Slope and lower asymptote parameters.