-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
68 lines (63 loc) · 1.77 KB
/
NAMESPACE
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
###
### NAMESPACE
###
import(methods, mgcv, stats)
importFrom(mclust, mclustBIC)
importFrom("utils", "combn")
importFrom(Rcpp, evalCpp)
importFrom("graphics", "lines")
importFrom("grDevices", "devAskNewPage")
useDynLib(mombf, .registration=TRUE)
export(bbPrior)
export(aic, bic, bicprior, ic)
export(bestAIC, bestBIC, bestEBIC, bestIC)
export(bfnormmix)
S3method(coef,icfit)
S3method(coef,mixturebf)
S3method(coef,msfit)
S3method(coef,msfit_ggm)
S3method(coef,cilfit)
S3method(coef,localtest)
S3method(confint, icfit)
export(coefByModel)
export(binomPrior)
export(dalapl,ddir,demom,dimom,dmom,dmomigmarg,demomigmarg,diwish,dpostNIW)
export(emomprior,groupemomprior)
export(eprod)
export(exponentialprior)
export(getAIC, getBIC, getEBIC, getIC)
export(icarplusprior)
export(icov)
export(igprior)
export(imombf)
S3method(imombf,lm)
export(imomknown,imomprior,imomunknown,groupimomprior)
export(localnulltest, localnulltest_fda, localnulltest_givenknots, localnulltest_fda_givenknots)
export(marginalNIW)
export(modelbbprior, modelbinomprior, modelcomplexprior, modelunifprior)
export(modelsearchBlockDiag)
export(modelSelection)
export(modelSelectionGGM)
export(mombf)
S3method(mombf,lm)
export(momknown,momprior,momunknown,groupmomprior)
export(nlpMarginal)
export(palapl,pemom,pemomigmarg,pimom,pmom,pmomigmarg)
export(pimomMarginalK, pimomMarginalU, pmomMarginalK, pmomMarginalU)
export(plotprior)
S3method(plot,msfit)
S3method(plot,msfit_ggm)
export(postProb,postSamples)
export(postModeOrtho, postModeBlockDiag)
S3method(predict,icfit)
S3method(predict,msfit)
S3method(predict,localtest)
export(priorp2g)
export(qimom, qmom)
S3method(summary, icfit)
export(ralapl, rnlp, rpostNIW)
export(unifPrior)
export(zellnerprior,groupzellnerprior)
export(normalidprior)
export(cil)
#exportClasses("msPriorSpec")