diff options
Diffstat (limited to 'docs/reference/mkin_wide_to_long.html')
-rw-r--r-- | docs/reference/mkin_wide_to_long.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html index f2b9bef7..4fc0e2ed 100644 --- a/docs/reference/mkin_wide_to_long.html +++ b/docs/reference/mkin_wide_to_long.html @@ -33,7 +33,7 @@ <meta property="og:title" content="Convert a dataframe with observations over time into long format — mkin_wide_to_long" /> <meta property="og:description" content="This function simply takes a dataframe with one independent variable and several - dependent variable and converts it into the long form as required by modCost." /> + dependent variable and converts it into the long form as required by mkinfit." /> <meta name="twitter:card" content="summary" /> @@ -64,7 +64,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.48.1</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.4</span> </span> </div> @@ -130,7 +130,7 @@ <div class="ref-description"> <p>This function simply takes a dataframe with one independent variable and several - dependent variable and converts it into the long form as required by <code>modCost</code>.</p> + dependent variable and converts it into the long form as required by <code><a href='mkinfit.html'>mkinfit</a></code>.</p> </div> @@ -152,7 +152,7 @@ <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> - <p>Dataframe in long format as needed for <code>modCost</code>.</p> + <p>Dataframe in long format as needed for <code><a href='mkinfit.html'>mkinfit</a></code>.</p> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> |