Skip to contents

Helper function: parse a and

Usage

parse_a_and_b(a, b)

Arguments

a

parameter a

b

parameter b

Value

R function of parsed equation

Examples

a <- 1
b <- 2
parse_a_and_b(a, b)
#> function (Q) 
#> 100/(1 + exp(-(2 * log(Q) - 1)))
#> <environment: 0x000002001d8c1a10>