metab_invgamma_model: Inverse Gamma Function Model for Parent Fraction

View source: R/kinfitr_pfmodels.R

metab_invgamma_modelR Documentation

Inverse Gamma Function Model for Parent Fraction

Description

This is the model function for fitting of the inverted integrated gamma function for the parent fraction.

Usage

metab_invgamma_model(time, a, b, c, d, delay = 0)

Arguments

time

Time in seconds.

a

Parameter a. This parameter affects the ppf0 point.

b

Parameter b.

c

Shape parameter.

d

Rate parameter.

delay

The delay of the metabolism curve.

Value

Predicted values

Examples

metab_invgamma_model(seq(0, 60 * 60, by = 120), 1, 0.95, 1.97, 708, 0)

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