Skip to content

Commit

Permalink
Update xlsout.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Dec 20, 2023
1 parent 22872c3 commit 7bac691
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 @@ -601,7 +601,7 @@ function bivariatexls(df::DataFrame,
else
# continuous variable
df3=df2[completecases(df2[!,[varname]]),[varname,colvar]]
y = tabstat(df3,varname,colvar, table=false) #,wt=df3[wt])
y = tabstat(df3,varname,colvar, table=false, labels=labels) #,wt=df3[wt])

# variable name
t.write_string(r,c,string(vars,", mean (SD)"),formats[:model_name])
Expand Down

0 comments on commit 7bac691

Please sign in to comment.