From 194659fcaccdd1ee37851725b8c72e99daa3a8cf Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 10 Apr 2019 10:17:35 +0200 Subject: Adapt tests, vignettes and examples - Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit --- man/mkin_long_to_wide.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/mkin_long_to_wide.Rd') 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}{ -- cgit v1.2.1