-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (36 loc) · 1001 Bytes
/
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
export(describe.factor.bayes)
export(describe.logit.bayes)
export(describe.mlogit.bayes)
export(describe.normal.bayes)
export(describe.oprobit.bayes)
export(describe.poisson.bayes)
export(describe.probit.bayes)
export(MCMChook)
export(McmcHookFactor)
export(param.factor.bayes)
S3method(param, logit.bayes)
export(param.logit.bayes)
export(param.mlogit.bayes)
export(param.normal.bayes)
S3method(param, oprobit.bayes)
export(param.oprobit.bayes)
export(param.poisson.bayes)
export(param.probit.bayes)
S3method(print, summary.MCMCZelig)
export(qi.factor.bayes)
S3method(qi, logit.bayes)
export(qi.mlogit.bayes)
S3method(qi, normal.bayes)
export(qi.oprobit.bayes)
export(qi.probit.bayes)
S3method(setx, factor.bayes)
S3method(sim, factor.bayes)
S3method(summary, MCMCZelig)
export(zelig2factor.bayes)
export(zelig2logit.bayes)
export(zelig2mlogit.bayes)
export(zelig2normal.bayes)
export(zelig2oprobit.bayes)
export(zelig2poisson.bayes)
export(zelig2probit.bayes)
importFrom(Zelig, describe, param, qi)