Skip to content

Commit

Permalink
Update ExcelTables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Oct 12, 2024
1 parent f74254f commit e18c0c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ExcelTables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ export univariatexls, # output univariate statistics in an excel worksheet
glmxls, # output GLM models to an excel worksheet
mglmxls, # output multiple GLM regression models to an excel spreadsheet
dfxls, # output dataframe in an excel file
hltest,
rocdata # for use with ROC.jl

hltest

##############################################################################
##
## Load files
Expand All @@ -31,6 +30,5 @@ export univariatexls, # output univariate statistics in an excel worksheet
include("xlsout.jl")
include("mglmxls.jl")
include("formats.jl")
include("rocdata.jl")

end # module

0 comments on commit e18c0c3

Please sign in to comment.