IQSS / Zelig

A statistical framework that serves as a common interface to a large range of models

Home Page:http://zeligproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

summary(zelig(..., model="oprobit.bayes")) returns error

alex-the-man opened this issue · comments

z.out <- zelig(forumla, model = "oprobit.bayes", data = data, cite = FALSE)
summary(z.out)

returns:

Model: Combined Imputations 

Error in UseMethod("vcov") : 
  no applicable method for 'vcov' applied to an object of class "mcmc"

This happens only when the input data set is an amelia object.