We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using cbind as part of the formula for a relogit model seems to not work.
cbind
relogit
z.out <- zelig(cbind(suc, nosuc) ~ loc, model="relogit", data=myData)
Data:
loc suc nosuc 0 0.0000000 5 493064 1 0.6931472 2 68832 2 1.0986123 0 5741 3 1.3862944 0 609
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
cbind
as part of the formula for arelogit
model seems to not work.z.out <- zelig(cbind(suc, nosuc) ~ loc, model="relogit", data=myData)
Data:
The text was updated successfully, but these errors were encountered: