aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-09-16 10:12:54 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-09-16 10:12:54 +0200
commit03e1598a3c79911a497758fe382461f288bf05e6 (patch)
tree9b6476bc8e6d2fc9d3a70ad73f20a4ea5d75735b /NAMESPACE
parentaf24cde56a49b532d7f65dd199d176e0ce3cac09 (diff)
Diagnostic plots for multistart method
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE8
1 files changed, 7 insertions, 1 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 1be6d95d..bd12d0db 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -6,8 +6,10 @@ S3method(AIC,mhmkin)
S3method(AIC,mmkin)
S3method(BIC,mhmkin)
S3method(BIC,mmkin)
+S3method(aw,mixed.mmkin)
S3method(aw,mkinfit)
S3method(aw,mmkin)
+S3method(aw,multistart)
S3method(confint,mkinfit)
S3method(convergence,mhmkin)
S3method(convergence,mmkin)
@@ -32,6 +34,7 @@ S3method(nlme,mmkin)
S3method(nobs,mkinfit)
S3method(parms,mkinfit)
S3method(parms,mmkin)
+S3method(parms,multistart)
S3method(parms,saem.mmkin)
S3method(plot,mixed.mmkin)
S3method(plot,mkinfit)
@@ -59,7 +62,6 @@ S3method(residuals,mkinfit)
S3method(saem,mmkin)
S3method(summary,mkinfit)
S3method(summary,mmkin)
-S3method(summary,multistart.saem.mmkin)
S3method(summary,nlme.mmkin)
S3method(summary,saem.mmkin)
S3method(update,mkinfit)
@@ -85,6 +87,7 @@ export(illparms)
export(ilr)
export(intervals)
export(invilr)
+export(llhist)
export(loftest)
export(logistic.solution)
export(lrtest)
@@ -115,6 +118,7 @@ export(nafta)
export(nlme)
export(nlme_data)
export(nlme_function)
+export(parhist)
export(parms)
export(plot_err)
export(plot_res)
@@ -127,6 +131,7 @@ export(transform_odeparms)
import(deSolve)
import(graphics)
import(nlme)
+importFrom(KernSmooth,bkde)
importFrom(R6,R6Class)
importFrom(grDevices,dev.cur)
importFrom(lmtest,lrtest)
@@ -147,6 +152,7 @@ importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,logLik)
+importFrom(stats,median)
importFrom(stats,na.fail)
importFrom(stats,nlminb)
importFrom(stats,nobs)

Contact - Imprint