diff options
Diffstat (limited to 'docs/reference/mkin_long_to_wide.html')
-rw-r--r-- | docs/reference/mkin_long_to_wide.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/mkin_long_to_wide.html b/docs/reference/mkin_long_to_wide.html index fa131a6d..095468e4 100644 --- a/docs/reference/mkin_long_to_wide.html +++ b/docs/reference/mkin_long_to_wide.html @@ -81,8 +81,8 @@ </div> - <p>This function takes a dataframe in the long form as required by <code>modCost</code> - and converts it into a dataframe with one independent variable and several + <p>This function takes a dataframe in the long form as required by <code>modCost</code> + and converts it into a dataframe with one independent variable and several dependent variables as columns.</p> @@ -92,8 +92,8 @@ <dl class="dl-horizontal"> <dt>long_data</dt> <dd> - The dataframe must contain one variable called "time" with the time values specified by the - <code>time</code> argument, one column called "name" with the grouping of the observed values, and + The dataframe must contain one variable called "time" with the time values specified by the + <code>time</code> argument, one column called "name" with the grouping of the observed values, and finally one column of observed values called "value". </dd> <dt>time</dt> |