Skip to content

Commit

Permalink
Fix stderr(OLS) output in OLS example of Readme (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBorn authored and ararslan committed Oct 14, 2017
1 parent 7419f54 commit 53888e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ X 2.5 0.288675 8.66025 <1e-17

julia> stderr(OLS)
2-element Array{Float64,1}:
3.53553
4.33013
0.62361
0.288675

julia> predict(OLS)
3-element Array{Float64,1}:
Expand Down

0 comments on commit 53888e9

Please sign in to comment.