Skip to content

Commit

Permalink
Update mglmxls.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Jul 20, 2024
1 parent 2055392 commit 3f6b138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mglmxls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ function mglmxls(glmout,
ci = true,
row = 0,
col = 0,
robust::Function = nothing,
labels::Dict = nothing)

num_models = length(glmout)
otype = Vector(undef,num_models)
if isa(glmout[1].model,GeneralizedLinearModel)
linkfun = Vector{Link}(undef,num_models)
linkfun = Vector{Link}(undef,num_models)
distrib = Vector{UnivariateDistribution}(undef,num_models)
end

Expand Down

0 comments on commit 3f6b138

Please sign in to comment.