transform_logistic: Custom logistic transformation

Description Usage Arguments Value See Also Examples

View source: R/maths_functions.R

Description

Transforms a given value from between -Inf and Inf to xmin and xmax

Usage

1
transform_logistic(x, xmin, xmax)

Arguments

x

numeric value to be scaled

xmin

numeric value representing the lower bound of the new scale

xmax

numeric value representing the upper bound of the new scale

Value

numeric value with the converted input

See Also

transform_logit inverse function

Examples

1

jameshay218/mcmcJH documentation built on May 18, 2019, 11:20 a.m.