diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-18 13:23:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-18 13:23:23 +0200 |
commit | a401a9225d212ed4dc64e96765f04aaaf17cc8c1 (patch) | |
tree | 998d055acecd0e8e1aaf66e441ccdfb205084795 /vignettes/twa.Rmd | |
parent | e05656d57668688b971c28e32b4cfd4d3eac4662 (diff) |
Further corrections of the twa vignette
Static documentation rebuilt by pkgdown
Diffstat (limited to 'vignettes/twa.Rmd')
-rw-r--r-- | vignettes/twa.Rmd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vignettes/twa.Rmd b/vignettes/twa.Rmd index 724775bc..6ebb7b89 100644 --- a/vignettes/twa.Rmd +++ b/vignettes/twa.Rmd @@ -73,7 +73,9 @@ $$f_\textrm{twa} = \frac{1}{t} \left( \frac{e^{- k_1 t_b}}{k_2} \left( 1 - e^{- k_2 (t - t_b)} \right) \right) $$ Note that a method for calculating maximum moving window time weighted average -concentrations for a model fitted by 'mkinfit' is include in the -'mkin' package (['max_twa_parent'](https://pkgdown.jrwb.de/mkin/reference/max_twa_parent.html). +concentrations for a model fitted by 'mkinfit' or from parent decline model +parameters is included in the +['max_twa_parent'](https://pkgdown.jrwb.de/mkin/reference/max_twa_parent.html) +function. If the same is needed for metabolites, the function -['max_twa'](https://pkgdown.jrwb.de/pfm/reference/max_twa.html) can be used. +['max_twa'](https://pkgdown.jrwb.de/pfm/reference/max_twa.html) from the 'pfm' package can be used. |