Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with Zelig #5

Open
kosukeimai opened this issue May 9, 2017 · 2 comments
Open

compatibility with Zelig #5

kosukeimai opened this issue May 9, 2017 · 2 comments

Comments

@kosukeimai
Copy link
Owner

The following error has been reported by multiple users:

demo(analysis)

> ate.all <- c(s.out1$qi$att.ev, -s.out2$qi$att.ev)
Error in s.out1$qi$att.ev : object of type 'closure' is not subsettable
@jay-sf
Copy link

jay-sf commented Oct 10, 2017

I am facing the issue, too. Regards.

@albertostefanelli
Copy link

might be that this could replace the above command

c(s.out1$sim.out[[1]][1][[1]][[1]], -s.out2$sim.out[[1]][1][[1]][[1]])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants