aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-13 03:51:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-14 14:46:18 +0200
commitb76e401a854021eaeda6f8ba262baf37b4ecfac2 (patch)
treeb3c80276c320080c239eb8508e86c9e06b526143 /NAMESPACE
parent37bd36fe8a75163cbf0f97cb7a0e2f7466a53617 (diff)
Select best fit from multistart, use in parhist
- Add 'best' and 'which.best' generics with methods for multistart objects - Per default, scale the parameters in parhist plots using the fit with the highest log likelihood.
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index f6c5ebf9..3b4d2367 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -10,6 +10,7 @@ S3method(aw,mixed.mmkin)
S3method(aw,mkinfit)
S3method(aw,mmkin)
S3method(aw,multistart)
+S3method(best,default)
S3method(confint,mkinfit)
S3method(convergence,mhmkin)
S3method(convergence,mmkin)
@@ -71,6 +72,7 @@ S3method(update,mkinfit)
S3method(update,mmkin)
S3method(update,nlme.mmkin)
S3method(update,saem.mmkin)
+S3method(which.best,default)
export(CAKE_export)
export(DFOP.solution)
export(FOMC.solution)
@@ -81,6 +83,7 @@ export(SFORB.solution)
export(add_err)
export(aw)
export(backtransform_odeparms)
+export(best)
export(convergence)
export(create_deg_func)
export(endpoints)
@@ -133,6 +136,7 @@ export(set_nd_nq)
export(set_nd_nq_focus)
export(sigma_twocomp)
export(transform_odeparms)
+export(which.best)
import(deSolve)
import(graphics)
import(nlme)

Contact - Imprint