calcBounds: Calculate Bounds Numerically

Description Usage Arguments Details Value

View source: R/fitStd.R

Description

Numerically finds roots for 4th derivative of the model function that are used to indicate "flat" portions of the curve.

Usage

1
calcBounds(FUNmod, par, xrange, seql = 200)

Arguments

FUNmod

model function

par

values of function parameters

xrange

range of function domain to be searched for roots

seql

length of the search grid

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.