Skip to content

Commit 0858435

Browse files
committed
fix sdest
1 parent 43d09ca commit 0858435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generalizedlinearmixedmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function Base.setproperty!(m::GeneralizedLinearMixedModel, s::Symbol, y)
556556
end
557557
end
558558

559-
sdest(m::GeneralizedLinearMixedModel{T}) where {T} = dispersion_parameter(m) ? convert(T, NaN) : varest(m)
559+
sdest(m::GeneralizedLinearMixedModel{T}) where {T} = dispersion_parameter(m) ? varest(m) : convert(T, NaN)
560560

561561
function Base.show(io::IO, m::GeneralizedLinearMixedModel)
562562
if m.optsum.feval < 0

0 commit comments

Comments
 (0)