diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-04 16:46:37 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-04 16:46:37 +0200 |
commit | 68f5f5c17e3e1c3f9272b9b663a4d7380433b530 (patch) | |
tree | ca0c3837b1144368b67bb86a3192675f10212b97 /NAMESPACE | |
parent | 8c19fc5261dc53dc7880b3f54f8f2adf413de996 (diff) |
Add three functions to facilitate the use of nlme
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,7 +45,7 @@ export(max_twa_fomc) export(max_twa_hs) export(max_twa_parent) export(max_twa_sfo) -export(memkin) +export(mean_degparms) export(mkin_long_to_wide) export(mkin_wide_to_long) export(mkinds) @@ -60,6 +60,8 @@ export(mkinresplot) export(mkinsub) export(mmkin) export(nafta) +export(nlme_data) +export(nlme_function) export(parms) export(plot_err) export(plot_res) |