logistic.Rd
Compute various logistic patterns
logistic(
pattern,
x,
slope_asc = NULL,
location_asc = NULL,
slope_desc = NULL,
location_desc = NULL
)
logistic function option. Options: "simple_logistic" and "double_logistic"
Vector or scalar of indepenent variable
Slope parameter for ascending curve
Location parameter for ascending curve
Slope parameter for descending curve
Location parameter for descending curve
Values of function at x
.