diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 21:15:35 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 21:15:35 +0100 |
commit | c3700bec3a704660d3ade7a54c56b7084beb02b4 (patch) | |
tree | 35fe23b6c9e2b3fd5c0bd66e9a4f8b24281302de /NAMESPACE | |
parent | b0e529ff49dfa52568fe7c5e6e76439a83c62840 (diff) |
Calculate Akaike weights
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,8 @@ S3method("[",mmkin) S3method(AIC,mmkin) S3method(BIC,mmkin) +S3method(aw,mkinfit) +S3method(aw,mmkin) S3method(confint,mkinfit) S3method(loftest,mkinfit) S3method(logLik,mkinfit) @@ -30,6 +32,7 @@ export(IORE.solution) export(SFO.solution) export(SFORB.solution) export(add_err) +export(aw) export(backtransform_odeparms) export(endpoints) export(ilr) |