issues Search Results · repo:jseabold/statsmodels-tutorial language:Python
Filter by
3 results
(58 ms)3 results
injseabold/statsmodels-tutorial (press backspace or delete to remove)mfx = affair_mod.margeff()
print pandas.Series(mfx, index=affair_mod.params.index[1:])
---------------------------------------------------------------------------
TypeError ...
cdeil
- 1
- Opened on Aug 31, 2012
- #4
All the ipython notebooks won t run out of the box because imports are missing. Could you please add those?
cdeil
- 4
- Opened on Aug 31, 2012
- #3
try:
from pandas.rpy import load_data
prestige = load_data( Duncan , car )
except:
url = eagle1.american.edu/~js2796a/Duncan.csv
prestige = pandas.read_csv(url, index_col=0)
# could ...
cdeil
- 1
- Opened on Aug 31, 2012
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.