Skip to content

Commit

Permalink
Fix deprecated syntax warning (JuliaLang#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldfar authored and ararslan committed Jan 2, 2019
1 parent f4567cb commit 9ec1c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/statmodels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ In the above formulas, ``L`` is the likelihood of the model,
Cox and Snell's R² should match the classical R² for linear models.
"""

function r2(obj::StatisticalModel, variant::Symbol)
ll = loglikelihood(obj)
ll0 = nullloglikelihood(obj)
Expand Down

0 comments on commit 9ec1c1e

Please sign in to comment.