Skip to content

Commit

Permalink
Export stderror
Browse files Browse the repository at this point in the history
  • Loading branch information
gragusa committed Apr 21, 2024
1 parent ff0523b commit 2a433c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/GLMExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function CM.vcov(k::CM.AVarEstimator, m::RegressionModel; dofadjust=true, kwargs
return Vo
end

function StatsBase.stderror(k::CM.AVarEstimator, m::RegressionModel; kwargs...)
function CM.stderror(k::CM.AVarEstimator, m::RegressionModel; kwargs...)
sqrt.(diag(CM.vcov(k, m; kwargs...)))
end

Expand Down

0 comments on commit 2a433c0

Please sign in to comment.