File: NAMESPACE

package info (click to toggle)
multcomp 0.991-2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 548 kB
  • sloc: sh: 43; makefile: 1
file content (27 lines) | stat: -rw-r--r-- 710 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

export(glht, contrMat, univariate, adjusted, Ftest, Chisqtest, mcp, modelparm,
       ### deprecated
       csimint, simint, csimtest, simtest)

S3method(summary, glht)
S3method(confint, glht)
S3method(print, glht)
S3method(coef, glht)
S3method(vcov, glht)
S3method(print, confint.glht)
S3method(plot, confint.glht)
S3method(print, contrMat)
S3method(print, summary.glht)
S3method(print, summary.glht.global)
S3method(glht, matrix)
S3method(glht, character)
S3method(glht, expression)
S3method(glht, mcp)

### deprecated from multcomp version 0.4-8
S3method(simint, formula)
S3method(simint, lm)
S3method(simtest, formula)
S3method(simtest, lm)
S3method(summary, summary.glht)
S3method(summary, confint.glht)