logistic: Logistic function

View source: R/utils.R

logisticR Documentation

Logistic function

Description

Implementation of the logistic function

Usage

logistic(x, x0, k)

Arguments

x

value to apply the function to.

x0

midpoint parameter. Gives the centre of the function.

k

shape parameter. Gives the slope of the function.

Value

Value of logistic function with given parameters


thecailab/SCRIP documentation built on March 1, 2023, 7:56 p.m.