From b76e401a854021eaeda6f8ba262baf37b4ecfac2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Oct 2022 03:51:22 +0200 Subject: 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. --- NAMESPACE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NAMESPACE') 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) -- cgit v1.2.1