Skip to content

Instantly share code, notes, and snippets.

@glamp
Last active December 14, 2015 10:39
Show Gist options
  • Select an option

  • Save glamp/5074033 to your computer and use it in GitHub Desktop.

Select an option

Save glamp/5074033 to your computer and use it in GitHub Desktop.
# look at the confidence interval of each coeffecient
print result.conf_int()
# 0 1
# gre 0.000120 0.004409
# gpa 0.153684 1.454391
# prestige_2 -1.295751 -0.055135
# prestige_3 -2.016992 -0.663416
# prestige_4 -2.370399 -0.732529
# intercept -6.224242 -1.755716
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment