HillTrans: Define the Hill transformation function.

Description Usage Arguments Value

Description

The Hill function is one option for parameterizing a flexible set of S-shaped curves.

Usage

1
HillTrans(x, ec, slope, beta = 1)

Arguments

x

original input.

ec

effective concentration parameter.

slope

slope parameter

beta

vertical scale parameter, defaults to 1

Value

tranformed value = beta / (1 + (x / ec) ^ (-slope))


google/amss documentation built on May 20, 2019, 5:05 p.m.