mkin_wide_to_long.RdThis function simply takes a dataframe with one independent variable and several
dependent variable and converts it into the long form as required by modCost.
mkin_wide_to_long(wide_data, time = "t")
| wide_data | The dataframe must contain one variable with the time values specified by the
|
|---|---|
| time | The name of the time variable. |
Dataframe in long format as needed for modCost.
#> Error in mkin_wide_to_long(wide): konnte Funktion "mkin_wide_to_long" nicht finden