File: NAMESPACE

package info (click to toggle)
r-cran-dynlm 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import("stats", "zoo")

importFrom("car", "linearHypothesis")
importFrom("lmtest", "coeftest")

export(
  "dynlm",
  "recresid.dynlm"
)

S3method("time", "dynlm")
S3method("index", "dynlm")
S3method("start", "dynlm")
S3method("end", "dynlm")
S3method("summary", "dynlm")
S3method("print", "dynlm")
S3method("print", "summary.dynlm")
## S3method("recresid", "dynlm")

## S3method("model.frame", "dynformula")