diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 | 
| commit | 4a918da6d5f971335b74b0fc83cb08f5c3163f95 (patch) | |
| tree | ce67e7a1b2f4763342bee6f4ef9af283b74a27c0 /docs/reference/index.html | |
| parent | 4f73b627fefd78405d9d996ca096cd9dd2b958c9 (diff) | |
Rename twa to max_twa_parent, update docs
Diffstat (limited to 'docs/reference/index.html')
| -rw-r--r-- | docs/reference/index.html | 38 | 
1 files changed, 22 insertions, 16 deletions
| diff --git a/docs/reference/index.html b/docs/reference/index.html index e995a75b..2d58eeeb 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -282,15 +282,9 @@          <tr>            <!--  -->            <td> -            <p><code><a href="mkin_wide_to_long.html">mkin_wide_to_long</a></code> </p> -          </td> -          <td><p>Convert a dataframe with observations over time into long format</p></td> -        </tr><tr> -          <!--  --> -          <td> -            <p><code><a href="mkin_long_to_wide.html">mkin_long_to_wide</a></code> </p> +            <p><code><a href="geometric_mean.html">geometric_mean</a></code> </p>            </td> -          <td><p>Convert a dataframe from long to wide format</p></td> +          <td><p>Calculate the geometric mean</p></td>          </tr><tr>            <!--  -->            <td> @@ -300,9 +294,9 @@          </tr><tr>            <!--  -->            <td> -            <p><code><a href="print.mkinmod.html">print</a></code> </p> +            <p><code><a href="max_twa_parent.html">max_twa_parent</a></code> </p>            </td> -          <td><p>Print mkinmod objects</p></td> +          <td><p>Function to calculate maximum time weighted average concentrations from kinetic models fitted with mkinfit</p></td>          </tr><tr>            <!--  -->            <td> @@ -312,21 +306,33 @@          </tr><tr>            <!--  -->            <td> -            <p><code><a href="transform_odeparms.html">transform_odeparms</a></code> <code><a href="transform_odeparms.html">backtransform_odeparms</a></code> </p> +            <p><code><a href="mkin_wide_to_long.html">mkin_wide_to_long</a></code> </p>            </td> -          <td><p>Functions to transform and backtransform kinetic parameters for fitting</p></td> +          <td><p>Convert a dataframe with observations over time into long format</p></td>          </tr><tr>            <!--  -->            <td> -            <p><code><a href="ilr.html">ilr</a></code> <code><a href="ilr.html">invilr</a></code> </p> +            <p><code><a href="mkin_long_to_wide.html">mkin_long_to_wide</a></code> </p>            </td> -          <td><p>Function to perform isometric log-ratio transformation</p></td> +          <td><p>Convert a dataframe from long to wide format</p></td>          </tr><tr>            <!--  -->            <td> -            <p><code><a href="geometric_mean.html">geometric_mean</a></code> </p> +            <p><code><a href="print.mkinmod.html">print</a></code> </p>            </td> -          <td><p>Calculate the geometric mean</p></td> +          <td><p>Print mkinmod objects</p></td> +        </tr><tr> +          <!--  --> +          <td> +            <p><code><a href="transform_odeparms.html">transform_odeparms</a></code> <code><a href="transform_odeparms.html">backtransform_odeparms</a></code> </p> +          </td> +          <td><p>Functions to transform and backtransform kinetic parameters for fitting</p></td> +        </tr><tr> +          <!--  --> +          <td> +            <p><code><a href="ilr.html">ilr</a></code> <code><a href="ilr.html">invilr</a></code> </p> +          </td> +          <td><p>Function to perform isometric log-ratio transformation</p></td>          </tr>        </tbody><tbody>          <tr> | 
