Skip to content

Commit

Permalink
Merge pull request #1692 from EricChiang/master
Browse files Browse the repository at this point in the history
DOC: OLS Example: redundant cell in example removed
  • Loading branch information
josef-pkt committed May 25, 2014
2 parents 6ff0f30 + 5d22d53 commit 5bf8a7d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions examples/notebooks/ols.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,6 @@
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Inspect data:"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"X = sm.add_constant(X)\n",
"y = np.dot(X, beta) + e"
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 5bf8a7d

Please sign in to comment.