/usr/lib/R/site-library/AER/NAMESPACE is in r-cran-aer 1.2-5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | ## imports
import("stats")
import("Formula")
import("zoo")
importFrom("lmtest", "coeftest", "waldtest", "waldtest.default", "lrtest", "lrtest.default")
importFrom("car", "linearHypothesis")
importFrom("sandwich", "bread", "estfun")
importFrom("survival", "Surv", "survreg", "survreg.distributions")
## exported functions of AER
export(
"dispersiontest",
"tobit",
"ivreg",
"ivreg.fit"
)
## methods for class tobit
S3method("print", "tobit")
S3method("print", "summary.tobit")
S3method("summary", "tobit")
S3method("formula", "tobit")
S3method("update", "tobit")
S3method("model.frame", "tobit")
S3method("waldtest", "tobit")
S3method("lrtest", "tobit")
S3method("linearHypothesis", "tobit")
## methods for class ivreg
S3method("print", "ivreg")
S3method("print", "summary.ivreg")
S3method("summary", "ivreg")
S3method("vcov", "ivreg")
S3method("bread", "ivreg")
S3method("estfun", "ivreg")
S3method("hatvalues", "ivreg")
S3method("predict", "ivreg")
S3method("anova", "ivreg")
S3method("terms", "ivreg")
S3method("model.matrix", "ivreg")
## methods for class survreg
S3method("deviance", "survreg")
S3method("fitted", "survreg")
S3method("nobs", "survreg")
S3method("weights", "survreg")
## methods for class multinom, polr, fitdistr
S3method("coeftest", "multinom")
S3method("coeftest", "polr")
S3method("lrtest", "fitdistr")
|