calcBoundsSig: Calculate Bounds for Logistic function

Description Usage Arguments Details Value

View source: R/fitStd.R

Description

Calculates roots for 4th derivative of logistic function that are used to indicate "flat" portions of the curve.

Usage

1
calcBoundsSig(par, xrange)

Arguments

par

values of function parameters

xrange

range of function domain to be searched for roots

Details

to be added

Value

A named list with upper and lower bounds.


Greenhouse-Lab/lumfit documentation built on July 20, 2020, 8 p.m.