aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-11-01 12:19:03 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-11-01 12:19:03 +0100
commitbbb74d4f60033899cd5cdd36aa70f157bc52209e (patch)
treeca0f620ba0ffd59ff242071260d2346e4ca254ff /NAMESPACE
parent70e48e8360875f22970174d409c46cb3f076fa99 (diff)
Fix bug in yesterdays release, add methods for BIC
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 8557fcc4..01abdcbb 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -2,11 +2,13 @@
S3method("[",mmkin)
S3method(AIC,mmkin)
+S3method(BIC,mmkin)
S3method(confint,mkinfit)
S3method(logLik,mkinfit)
S3method(lrtest,mkinfit)
S3method(mkinpredict,mkinfit)
S3method(mkinpredict,mkinmod)
+S3method(nobs,mkinfit)
S3method(parms,mkinfit)
S3method(plot,mkinfit)
S3method(plot,mmkin)
@@ -68,11 +70,14 @@ importFrom(methods,signature)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
+importFrom(stats,AIC)
+importFrom(stats,BIC)
importFrom(stats,aggregate)
importFrom(stats,cov2cor)
importFrom(stats,dist)
importFrom(stats,logLik)
importFrom(stats,nlminb)
+importFrom(stats,nobs)
importFrom(stats,optimize)
importFrom(stats,pt)
importFrom(stats,qchisq)

Contact - Imprint