Skip to content

Commit

Permalink
Update TableOne.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
markgpritchard committed Jan 15, 2024
1 parent 061e1dc commit 8757961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableOne.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Any variables not included in one of these arguments will be presented as
* `addnmissing = true`: include the numer of records with missing values for each
variable. If `true`, will also display number with missing `strata` values
* `addtestname = false`: show the name of the statistical test used to calculate
p-values. This option has no effect unless `pvalues = true`
p-values. This option has no effect unless `pvalues == true`
* `addtotal = false`: include a column of totals across all `strata`
* `binvardisplay = nothing`: optionally, a `Dict` to choose the level to display
for binary values. Any variables not listed will use the value chosen by `maximum(skipmissing(.))`
Expand Down

0 comments on commit 8757961

Please sign in to comment.