Skip to content

Commit d9d20f0

Browse files
authored
Import adjr² from StatsAPI (#763)
It was overlooked, making it completely unusable by packages which do not import it from StatsAPI.
1 parent 3eeea8b commit d9d20f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatsBase"
22
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
33
authors = ["JuliaStats"]
4-
version = "0.33.15"
4+
version = "0.33.16"
55

66
[deps]
77
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"

src/StatsBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import StatsAPI: pairwise, pairwise!, params, params!,
2828
deviance, islinear, nulldeviance, loglikelihood, nullloglikelihood,
2929
loglikelihood, loglikelihood, score, nobs, dof, mss, rss,
3030
informationmatrix, stderror, vcov, weights, isfitted, fit, fit!,
31-
aic, aicc, bic, r2, r², adjr2
31+
aic, aicc, bic, r2, r², adjr2, adjr²
3232

3333
## tackle compatibility issues
3434

0 commit comments

Comments
 (0)