IQSS / Zelig

A statistical framework that serves as a common interface to a large range of models
http://zeligproject.org
109 stars 43 forks source link

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

Open alex-the-man opened 5 years ago

alex-the-man commented 5 years ago
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.