staval: Starting Values for 14 Sigmoidal and 4 Hormetic Models

stavalR Documentation

Starting Values for 14 Sigmoidal and 4 Hormetic Models

Description

providing staring values for function tuneFit.

Usage

data(staval)

Format

A list with starting values for 14 sigmoidal models and four hormetic models

staval$Hill

sarting values for Hill model

staval$GL

sarting values for generalized logit model

staval$`4PL`

starting values for the 4-parameter logistic model y = d + (a - d)/(1 + (x / c)^b)

staval

starting values for 14 sigmoidal and four hormetic models

Details

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")

Examples

# 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`

mixtox documentation built on April 22, 2026, 1:10 a.m.