diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-10 10:17:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-10 10:17:35 +0200 |
commit | 194659fcaccdd1ee37851725b8c72e99daa3a8cf (patch) | |
tree | edbbebe8956000b9eb725ca425b91e051571ec02 /man/mkin_wide_to_long.Rd | |
parent | 5814be02f286ce96d6cff8d698aea6844e4025f1 (diff) |
Adapt tests, vignettes and examples
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
Diffstat (limited to 'man/mkin_wide_to_long.Rd')
-rw-r--r-- | man/mkin_wide_to_long.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkin_wide_to_long.Rd b/man/mkin_wide_to_long.Rd index b531c41c..dc523755 100644 --- a/man/mkin_wide_to_long.Rd +++ b/man/mkin_wide_to_long.Rd @@ -8,7 +8,7 @@ mkin_wide_to_long(wide_data, time = "t") } \description{ 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{\link{modCost}}. + dependent variable and converts it into the long form as required by \code{\link{mkinfit}}. } \arguments{ \item{wide_data}{ @@ -20,7 +20,7 @@ mkin_wide_to_long(wide_data, time = "t") } } \value{ - Dataframe in long format as needed for \code{\link{modCost}}. + Dataframe in long format as needed for \code{\link{mkinfit}}. } \author{ Johannes Ranke |