Description Usage Arguments Value
Interface between Zelig and the bayesian models.
| 1 2 3 4 5 6 7 8 |   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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.