| staval | R Documentation |
providing staring values for function tuneFit.
data(staval)
A list with starting values for 14 sigmoidal models and four hormetic models
staval$Hillsarting values for Hill model
staval$GLsarting values for generalized logit model
staval$`4PL`starting values for the 4-parameter logistic model y = d + (a - d)/(1 + (x / c)^b)
stavalstarting values for 14 sigmoidal and four hormetic models
Fourteen monotonic(sigmoidal) models ("Hill", "Hill_two", "Hill_three", "Hill_four", "4PL", "Weibull", "Weibull_three", "Weibull_four", "Logit", "Logit_three", "Logit_four", "BCW(Box-Cox-Weibull)", "BCL(Box-Cox-Logit)", "GL(Generalized Logit)") and four non-monotonic(J-shaped) models ("Brain_Consens", "BCV", "Biphasic", "Hill_five")
# example 1
## Retrive the starting values for Hill.
staval$Hill
# example 2
## Retrive the starting values for Weibull.
staval$Weibull
# example 3
## Retrive the starting values for 4PL.
staval$`4PL`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.