Skip to content

Commit

Permalink
Update xlsout.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Jul 20, 2024
1 parent adac405 commit 044bc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xlsout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function glmxls(glmout,wbook::PyObject,wsheet::AbstractString; labels::Dict = no
t.write(r,c,"BIC",formats[:model_name])
t.merge_range(r,c+1,r,c+4,bic(glmout),formats[:p_fmt_center])
end
function glmxls(glmout,
function glmxls2(glmout,
wbook::AbstractString,
wsheet::AbstractString;
labels::Dict = nothing,
Expand Down

0 comments on commit 044bc00

Please sign in to comment.