File: NAMESPACE

package info (click to toggle)
multcomp 1.3-7-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,416 kB
  • sloc: sh: 28; makefile: 1
file content (38 lines) | stat: -rw-r--r-- 915 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

importFrom(sandwich, estfun, meat, bread, sandwich)
import(mvtnorm)
import(survival)
import(TH.data)

export(glht, contrMat, univariate, adjusted, Ftest, Chisqtest, mcp, modelparm,
       adjusted_calpha, univariate_calpha, parm, cftest, cld, mmm, mlf)

S3method(summary, glht)
S3method(confint, glht)
S3method(print, glht)
S3method(coef, glht)
S3method(vcov, glht)
S3method(print, confint.glht)
S3method(plot, confint.glht)
S3method(plot, glht)
S3method(print, contrMat)
S3method(print, summary.glht)
S3method(print, summary.gtest)
S3method(print, cld)
S3method(glht, matrix)
S3method(glht, character)
S3method(glht, expression)
S3method(glht, mcp)
S3method(glht, mlf)
S3method(glht, means)
S3method(coef, parm)
S3method(vcov, parm)
S3method(cld, summary.glht)
S3method(cld, confint.glht)
S3method(cld, glht)
S3method(plot, cld)

S3method(coef, mmm)
S3method(vcov, mmm)
S3method(bread, mmm)
S3method(estfun, mmm)