Skip to content

Commit

Permalink
thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 24, 2024
1 parent 336de4c commit c7250c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ end
@test first(only(filter(r -> r.p == && iszero(r.ζ), pr.tbl)).σ) == last(models(:sleepstudy)).σ

@testset "REML" begin
m = refit!(deepcopy(last(models(:sleepstudy))); progress=false, REML=true)
ci = @suppress confint(profile(m))
@test all(splat(<), zip(ci.lower, ci.upper))
end
Expand Down

0 comments on commit c7250c2

Please sign in to comment.