diff --git a/src/mglmxls.jl b/src/mglmxls.jl index 6139e6d..9490d27 100644 --- a/src/mglmxls.jl +++ b/src/mglmxls.jl @@ -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