File: NAMESPACE

package info (click to toggle)
lme4 0.9975-9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 175
  • sloc: ansic: 3,002; sh: 22; makefile: 3
file content (62 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download
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
useDynLib(lme4, .registration=TRUE)

import("Matrix")
importFrom("graphics", plot)
import("stats", "lattice")
#importFrom("utils", head, tail)  ## already available in Matrix

export(
       "gsummary",
       "hatTrace",
       "lmList",
       "lmer",
       "mcmcsamp",
       "pedigree",
       "pooledSD"
       )

exportClasses(
              "coef.lmer",
              "glmer",
              "lmList",
              "lmer",
              "mer",
              "pedigree",
              "ranef.lmer",
              "summary.glmer",
              "summary.lmer",
              "summary.mer"
              )

exportMethods(
              "BIC",
              "VarCorr",
              "anova",
              "chol",
              "coef",
              "coerce",
              "confint",
              "deviance",
              "fitted",
              "fixef",
              "formula",
              "gsummary",
              "head",
              "logLik",
              "mcmcsamp",
              "plot",
              "print",
              "qqmath",
              "ranef",
              "resid",
              "residuals",
              "show",
              "simulate",
              "summary",
              "tail",
              "terms",
              "update",
              "vcov",
              "with"
              )