zelig2-bayes: Zelig Bridge Functions to Bayesian Models

Description Usage Arguments Value

Description

Interface between Zelig and the bayesian models.

Usage

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)

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'


IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.