File: NAMESPACE

package info (click to toggle)
lmtest 0.9.40-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 632 kB
  • sloc: fortran: 91; ansic: 13; makefile: 2
file content (62 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
import("stats", "graphics", "zoo")

useDynLib("lmtest")

export(
  ## generic tools
  "coefci",
  "coefci.default",
  "coeftest",
  "coeftest.default",
  "lrtest",
  "lrtest.default",
  "waldtest",
  "waldtest.default",

  ## linear regression model under test
  "bgtest",
  "bptest",
  "coxtest",
  "dwtest",
  "encomptest",
  "gqtest",
  "grangertest",
  "grangertest.default",
  "harvtest",
  "hmctest",
  "jtest",
  "petest",
  "raintest",
  "resettest",
  "reset"
)

S3method("coefci", "default")
S3method("coefci", "glm")
S3method("coefci", "mlm")
S3method("coefci", "survreg")

S3method("coeftest", "default")
S3method("coeftest", "glm")
S3method("coeftest", "mlm")
S3method("coeftest", "survreg")
S3method("coeftest", "breakpointsfull")
S3method("print", "coeftest")
S3method("coef", "coeftest")
S3method("df.residual", "coeftest")
S3method("nobs", "coeftest")
S3method("logLik", "coeftest")
S3method("confint", "coeftest")

S3method("grangertest", "default")
S3method("grangertest", "formula")

S3method("lrtest", "default")
S3method("lrtest", "formula")

S3method("waldtest", "default")
S3method("waldtest", "formula")
S3method("waldtest", "lm")

S3method("df.residual", "bgtest")
S3method("vcov", "bgtest")