staval {mixtox} | R Documentation |
Starting Values for 13 Sigmoidal and 4 Hormetic Models
Description
providing staring values for function tuneFit.
Usage
data(staval)
Format
A list with starting values for 13 sigmoidal models and six hormetic models
staval$Hill
sarting values for Hill model
staval$GL
sarting values for generalized logit model
staval
starting values for 13 sigmoidal and five hormetic models
Details
Thirteen monotonic(sigmoidal) models ("Hill", "Hill_two", "Hill_three", "Hill_four", "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")
Examples
# example 1
## Retrive the starting values for Hill.
staval$Hill
# example 2
## Retrive the starting values for Weibull.
staval$Weibull
[Package mixtox version 1.4.0 Index]