[R-gregmisc-commits] r2187 - pkg/gmodels
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 20 23:02:30 CEST 2018
Author: warnes
Date: 2018-06-20 23:02:29 +0200 (Wed, 20 Jun 2018)
New Revision: 2187
Modified:
pkg/gmodels/NAMESPACE
Log:
Add imports from stats package.
Modified: pkg/gmodels/NAMESPACE
===================================================================
--- pkg/gmodels/NAMESPACE 2018-06-20 20:51:40 UTC (rev 2186)
+++ pkg/gmodels/NAMESPACE 2018-06-20 21:02:29 UTC (rev 2187)
@@ -1,3 +1,4 @@
+
export(
CrossTable,
ci,
@@ -13,19 +14,19 @@
summary.glh.test
)
+S3method(ci, numeric)
S3method(ci, binom)
S3method(ci, lm)
S3method(ci, lme)
-#S3method(ci, mer)
-S3method(ci, numeric)
+##S3method(ci, mer)
S3method(ci, estimable)
S3method(fit.contrast, lm)
S3method(fit.contrast, lme)
-#S3method(fit.contrast, mer)
+##S3method(fit.contrast, mer)
S3method(estimable, default)
-#S3method(estimable, mer)
+##S3method(estimable, mer)
S3method(estimable, mlm)
S3method(print, glh.test)
@@ -35,6 +36,16 @@
importFrom(gdata, frameApply)
importFrom(gdata, nobs)
-importFrom(stats, chisq.test, coef, family, fisher.test,
- mcnemar.test, pchisq, pf, pt, qbeta, qt, sd,
- summary.glm, summary.lm)
+importFrom(stats, "chisq.test")
+importFrom(stats, "coef")
+importFrom(stats, "family")
+importFrom(stats, "fisher.test")
+importFrom(stats, "mcnemar.test")
+importFrom(stats, "pchisq")
+importFrom(stats, "pf")
+importFrom(stats, "pt")
+importFrom(stats, "qbeta")
+importFrom(stats, "qt")
+importFrom(stats, "sd")
+importFrom(stats, "summary.glm")
+importFrom(stats, "summary.lm")
More information about the R-gregmisc-commits
mailing list