/usr/lib/R/site-library/BMS/NAMESPACE is in r-cran-bms 0.3.4-3.
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82  | import(
  "methods",
  "stats"
)
importFrom("graphics",
  "abline",
  "axis",
  "grid",
  "layout",
  "legend",
  "lines",
  "mtext",
  "par",
  "plot",
  "points",
  "rect",
  "strwidth",
  "title"
)
export(
  "as.zlm",
  "beta.draws.bma",
  "bin2hex",
  "bms",
  "combine_chains",
  "estimates.bma",
  "f21hyper",
  "fullmodel.ssq",
  "gdensity",
  "hex2bin",
  "info.bma",
  "is.bma",
  "is.topmod",
  "lps.bma",
  "plotComp",
  "plotConv",
  "plotModelsize",
  "pmp.bma",
  "pmpmodel",
  "post.pr2",
  "post.var",
  "pred.density",
  "topmod",
  "topmodels.bma",
  "zlm",
  
  "quantile.pred.density",
  "quantile.coef.density",
  "quantile.density"
)
S3method("[", "bma")
S3method("c", "bma")
S3method("coef", "bma")
S3method("density", "bma")
S3method("deviance", "bma")
S3method("image", "bma")
S3method("model.frame", "bma")
S3method("plot", "bma")
S3method("predict", "bma")
S3method("print", "bma")
S3method("summary", "bma")
S3method("variable.names", "bma")
S3method("density", "zlm")
S3method("deviance", "zlm")
S3method("logLik", "zlm")
S3method("predict", "zlm")
S3method("summary", "zlm")
S3method("variable.names", "zlm")
S3method("vcov", "zlm")
S3method("[", "topmod")
S3method("print", "topmod")
S3method("plot", "pred.density")
S3method("print", "pred.density")
S3method("quantile", "pred.density")
S3method("quantile", "coef.density")
S3method("quantile", "density")
 |