diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-13 03:51:22 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-14 14:46:18 +0200 |
commit | b76e401a854021eaeda6f8ba262baf37b4ecfac2 (patch) | |
tree | b3c80276c320080c239eb8508e86c9e06b526143 /NAMESPACE | |
parent | 37bd36fe8a75163cbf0f97cb7a0e2f7466a53617 (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-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |