File: NAMESPACE

package info (click to toggle)
gmodels 2.15.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 220 kB
  • sloc: makefile: 1
file content (36 lines) | stat: -rw-r--r-- 632 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

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, mer)

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

S3method(estimable, default)
S3method(estimable, mer)
S3method(estimable, mlm)

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

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