t50: Compute half-emptying time from nlme parameters

View source: R/fitparams.R

t50R Documentation

Compute half-emptying time from nlme parameters

Description

No closed solution known for linexp, we use a Newton approximation.

Usage

t50(x)

Arguments

x

Result of a nlme fit, with named components 'tempt, beta, logbeta, kappa, logkappa' depending on model. Function used 'logbeta' when it is present, in 'x', otherwise beta, and similar for logkappa/kappa.

Value

Half-emptying time. Name of evaluated function is returned as attribute fun. Negative of slope is returned as attribute slope.


gastempt documentation built on May 2, 2022, 9:09 a.m.