diff options
Diffstat (limited to 'man/mkin_long_to_wide.Rd')
-rw-r--r-- | man/mkin_long_to_wide.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mkin_long_to_wide.Rd b/man/mkin_long_to_wide.Rd index 5dd335de..c83f7c78 100644 --- a/man/mkin_long_to_wide.Rd +++ b/man/mkin_long_to_wide.Rd @@ -7,9 +7,9 @@ mkin_long_to_wide(long_data, time = "time", outtime = "time") } \description{ - This function takes a dataframe in the long form as required by \code{\link{modCost}} - and converts it into a dataframe with one independent variable and several - dependent variables as columns. + This function takes a dataframe in the long form, i.e. with a row + for each observed value, and converts it into a dataframe with one + independent variable and several dependent variables as columns. } \arguments{ \item{long_data}{ |