zelig2-bayes {Zelig}R Documentation

Zelig Bridge Functions to Bayesian Models

Description

Interface between Zelig and the bayesian models.

Usage

  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)

Arguments

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

Value

a list specifying '.function'


[Package Zelig version 4.2-1 Index]