/usr/lib/R/site-library/effects/NAMESPACE is in r-cran-effects 3.0.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 37 38 39 40 41 42 43 44 | # last modified 2014-03-12 by J. Fox
import(grid, lattice, colorspace)
export(effect, allEffects, all.effects, Effect)
S3method(Effect, default)
S3method(Effect, lm)
S3method(Effect, mer)
S3method(Effect, merMod)
S3method(Effect, lme)
S3method(Effect, gls)
S3method(Effect, multinom)
S3method(Effect, polr)
S3method(Effect, poLCA)
S3method(Effect, mlm)
S3method(print, eff)
S3method(print, efflist)
S3method(print, mlm.efflist)
S3method(print, summary.eff)
S3method(summary, eff)
S3method(summary, efflist)
S3method(summary, mlm.efflist)
S3method(as.data.frame, eff)
S3method(as.data.frame, effpoly)
S3method(as.data.frame, efflatent)
S3method(plot, eff)
S3method(print, plot.eff)
S3method(plot, efflist)
S3method(plot, mlm.efflist)
S3method(print, effpoly)
S3method(summary, effpoly)
S3method(plot, effpoly)
S3method(print, efflatent)
S3method(summary, efflatent)
S3method(allEffects, default)
S3method(allEffects, gls)
S3method(allEffects, mer)
S3method(allEffects, merMod)
S3method(allEffects, lme)
S3method(allEffects, poLCA)
S3method(allEffects, mlm)
S3method(vcov, eff)
S3method(vcov, fakeglm)
S3method(`[`, efflist)
|