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 dfdbfda commit 94990c7
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 @@ -335,7 +335,7 @@ function mglmxls(glmout,
# Logistic regression
if isa(linkfun[i],LogitLink)
t.write(r,c,"Pseudo R² (MacFadden)",formats[:model_name])
t.merge_range(r,c+1,r,c+4,r2(glmout[i],:MacFadden),formats[:p_fmt_center])
t.merge_range(r,c+1,r,c+4,r2(glmout[i], :McFadden),formats[:p_fmt_center])
t.write(r+1,c,"Pseudo R² (Nagelkerke)",formats[:model_name])
t.merge_range(r+1,c+1,r+1,c+4,r2(glmout[i], :Nagelkerke),formats[:p_fmt_center])

Expand Down

0 comments on commit 94990c7

Please sign in to comment.