Skip to content

Commit 989526b

Browse files
committed
fix sdest
1 parent 0e4b927 commit 989526b

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
@@ -623,7 +623,7 @@ function Base.setproperty!(m::GeneralizedLinearMixedModel, s::Symbol, y)
623623
end
624624
end
625625

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

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

0 commit comments

Comments
 (0)