File: NAMESPACE

package info (click to toggle)
r-cran-learnbayes 2.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,864 kB
  • sloc: sh: 15; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
exportPattern("^[[:alpha:]]+")
importFrom("grDevices", "gray")
importFrom("graphics", "barplot", "contour", "image", "legend",
             "lines", "plot", "points", "text")
importFrom("stats", "approx", "binomial", "dbeta", "dbinom", "dgamma",
             "dnorm", "dpois", "dt", "glm", "hat", "lm", "model.matrix",
             "optim", "pbeta", "pnorm", "qnorm", "quantile", "rchisq",
             "rgamma", "rnorm", "runif", "sd", "vcov")
S3method(print, bayes)
S3method(plot, bayes)
S3method(plot, bayes2)
S3method(summary, bayes)