sigT {viper}R Documentation

Sigmoid transformation

Description

This function transforms a numeric vector using a sigmoid function

Usage

sigT(x, slope = 20, inflection = 0.5)

Arguments

x

Numeric vector

slope

Number indicating the slope at the inflection point

inflection

Number indicating the inflection point

Value

Numeric vector


[Package viper version 1.26.0 Index]