diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-13 05:19:08 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-13 05:19:08 +0100 |
commit | 8d1a84ac2190538ed3bac53a303064e281595868 (patch) | |
tree | acb894d85ab7ec87c4911c355a5264a77e08e34b /NAMESPACE | |
parent | 51d63256a7b3020ee11931d61b4db97b9ded02c0 (diff) | |
parent | 4200e566ad2600f56bc3987669aeab88582139eb (diff) |
Merge branch 'main' into custom_lsoda_call
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,6 +96,8 @@ export(create_deg_func) export(endpoints) export(f_time_norm_focus) export(get_deg_func) +export(hierarchical_kinetics) +export(html_listing) export(illparms) export(ilr) export(intervals) @@ -144,6 +146,7 @@ export(set_nd_nq) export(set_nd_nq_focus) export(sigma_twocomp) export(status) +export(summary_listing) export(tex_listing) export(transform_odeparms) export(which.best) @@ -186,6 +189,7 @@ importFrom(stats,qf) importFrom(stats,qlogis) importFrom(stats,qnorm) importFrom(stats,qt) +importFrom(stats,quantile) importFrom(stats,residuals) importFrom(stats,rnorm) importFrom(stats,shapiro.test) |