metab_hill_model: Hill Function Model for Parent Fraction

View source: R/kinfitr_pfmodels.R

metab_hill_modelR Documentation

Hill Function Model for Parent Fraction

Description

This is the model function for fitting of the classic Hill function.

Usage

metab_hill_model(time, a, b, c, ppf0 = 1, delay = 0)

Arguments

time

Time in seconds.

a

Parameter A.

b

Parameter B.

c

Parameter C as the log10 of the 'classic' c parameter.

ppf0

The starting point of the parent fraction curve.

delay

The delay of the metabolism curve.

Value

Predicted values

Examples

metab_hill_model(seq(0, 60 * 60, by = 120), 0.05, 2.6, 6.9, 1, 0)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.