diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ S3method(AIC,mhmkin) S3method(AIC,mmkin) S3method(BIC,mhmkin) S3method(BIC,mmkin) +S3method(anova,saem.mmkin) S3method(aw,mixed.mmkin) S3method(aw,mkinfit) S3method(aw,mmkin) @@ -155,6 +156,7 @@ importFrom(rlang,"!!!") importFrom(stats,AIC) importFrom(stats,BIC) importFrom(stats,aggregate) +importFrom(stats,anova) importFrom(stats,as.formula) importFrom(stats,coef) importFrom(stats,coefficients) |