/usr/lib/R/site-library/multcomp/NAMESPACE is in r-cran-multcomp 1.3-1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | importFrom(sandwich, estfun, meat, bread, sandwich)
import(mvtnorm)
import(survival)
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)
|