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
I have a similar issue. When doing this I get a blank assertion error as well
`outcome_1, predictors_1 = patsy.dmatrices("Q('%received 18+') ~ n_killed_capita_2016", aggregate_2016_df) mod_1 = sm.OLS(outcome_1, predictors_1) res_1 = mod_1.fit() print(res_1.summary())`
Originally posted by @bhaktatejas922 in #148 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a similar issue. When doing this I get a blank assertion error as well
Originally posted by @bhaktatejas922 in #148 (comment)
The text was updated successfully, but these errors were encountered: