File: NAMESPACE

package info (click to toggle)
gmodels 2.13.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 192 kB
  • sloc: sh: 22; makefile: 1
file content (35 lines) | stat: -rw-r--r-- 610 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

export(
       CrossTable,
       ci,
       ci.binom,
       coefFrame,
       estimable,
       fast.prcomp,
       fast.svd,
       fit.contrast,
       glh.test,
       make.contrasts,
       print.glh.test,
       summary.glh.test
)

S3method(ci, default)
S3method(ci, binom)
S3method(ci, lm)
S3method(ci, lme)
S3method(ci, lmer)

S3method(fit.contrast, lm)
S3method(fit.contrast, lme)
S3method(fit.contrast, lmer)

S3method(estimable, default)
S3method(estimable, lmer)

S3method(print, glh.test)
S3method(summary, glh.test)

importFrom(MASS, ginv)
importFrom(gdata, frameApply)
importFrom(gdata, nobs)