Description Usage Arguments Value
View source: R/initialization.R
Find initial parameter estimates for a 4PL model.
1 2 | FindInitialParms(x, y, trend = "auto", method.init = "Mead",
method.robust = "squared")
|
x |
Vector of dose levels |
y |
Vector of responses |
trend |
Indicator of whether the curve is a decreasing θ[3]<0
or increasing curve θ[3]>0. See |
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 |
Initial parameter estimates of a 4PL model in the order of the upper asymptote, IC50, Slope and lower asymptote parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.