t50 {gastempt} | R 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
.
[Package gastempt version 0.5.5 Index]