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 22, 2024
1 parent 6abd775 commit b55711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mglmxls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function mglmxls(glmout,

else
if nlev[i] == 1 && valset[1] != "Yes"
t.write_string(r,c,string(covariates[i], ": ", valvec[i])),formats[:model_name])
t.write_string(r,c,string(covariates[i], ": ", valvec[i]),formats[:model_name])
else
t.write_string(r,c,covariates[i],formats[:model_name])
end
Expand Down

0 comments on commit b55711e

Please sign in to comment.