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 4, 2024
1 parent ea6dff9 commit d3a6000
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 @@ -593,7 +593,7 @@ function bivariatexls(df::AbstractDataFrame, colvar::Symbol, rowvars::Vector{Sym

# colvar levels
for i = 1:nlev
if i <= size(y,1) && y[i,:N] > 1
if i <= size(y,1) && y[i,:n] > 1
t.write(r,c+i*2+1,y[i,:mean],formats[:f_fmt_right])
t.write(r,c+i*2+2,y[i,:sd],formats[:f_fmt_left_parens])
else
Expand Down

0 comments on commit d3a6000

Please sign in to comment.