| zelig2-bayes {Zelig} | R Documentation |
Interface between Zelig and the bayesian models.
zelig2factor.bayes(formula, factors = 2, burnin = 1000, mcmc = 20000, verbose = 0, ..., data) zelig2logit.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data) zelig2mlogit.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data) zelig2normal.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data) zelig2oprobit.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data) zelig2poisson.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data) zelig2probit.bayes(formula, burnin = 1000, mcmc = 10000, verbose = 0, ..., data)
formula |
a formula |
... |
additonal parameters |
data |
a data.frame |
factors |
a list of factors |
burnin |
a parameter corresponding to the 'burnin' paramater for the MCMCprobit function |
mcmc |
a parameter corresponding to the 'mcmc' paramater for the MCMCprobit function |
verbose |
a parameter corresponding to the 'verbose' paramater for the MCMCprobit function |
a list specifying '.function'