File: NAMESPACE

package info (click to toggle)
r-cran-conting 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 472 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rwxr-xr-x 840 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import(mvtnorm, tseries, coda)
importFrom(gtools, combinations)
importFrom(BMS, bin2hex)
importFrom(BMS, hex2bin)
exportPattern("^[[:alpha:]]+")
S3method(plot, pval)
S3method(plot, totpop)
S3method(print, acceptrate)
S3method(print, bcct)
S3method(print, bict)
S3method(print, interprob)
S3method(print, interstat)
S3method(print, modprobs)
S3method(print, pval)
S3method(print, sbcct)
S3method(print, sbict)
S3method(print, submod)
S3method(print, totpop)
S3method(summary, bcct)
S3method(summary, bict)
importFrom("graphics", "abline", "hist", "legend", "plot", "points")
importFrom("stats", "as.formula", "coef", "dpois", "glm", "lm","model.frame", "model.matrix", "na.pass", "nlminb","poisson", "rgamma", "rpois","runif","var")
importFrom("utils", "read.table", "setTxtProgressBar","txtProgressBar", "write.table")