We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc81c5 commit 2b03e36Copy full SHA for 2b03e36
src/bootstrap.jl
@@ -362,7 +362,7 @@ function StatsBase.confint(
362
Tσ = eltype(tbl.σ)
363
# see https://github.com/JuliaStats/MixedModels.jl/pull/861#discussion_r2323094090
364
# for more info on why this logic is so convulated
365
- if k == "σ" && ((Tσ === Any && any(ismissing, tbl.σ)) || Missing <: Tσ)
+ if k == "σ" && ((Tσ === Any && any(ismissing, tbl.σ)) || Missing <: Tσ)
366
return false
367
end
368
return !startswith(k, 'θ') && k != "obj"
0 commit comments