Releases: markgpritchard/TableOne.jl
Releases · markgpritchard/TableOne.jl
v0.2.2
TableOne v0.2.2
Allow default keyword argument to be changed if making table without stratifying variable.
Merged pull requests:
- minor changes; update Julia versions used in automatic testing (#15) (@markgpritchard)
- V0 2 2 (#17) (@markgpritchard)
v0.2.1
TableOne v0.2.1
Updated documentation, help text, readme
Merged pull requests:
- 0 2 1 (#14) (@markgpritchard)
v0.2.0
TableOne v0.2.0
- Add automated p-values
- Additional keyword arguments to choose how variables will be displayed
- Allow variables to be
CategoricalVector
- Improved documentation
Merged pull requests:
- Pvalues (#10) (@markgpritchard)
- Categoricalvariables (#11) (@markgpritchard)
- Positionalarguments (#12) (@markgpritchard)
- version 0.2.0 (#13) (@markgpritchard)
v0.1.1
TableOne v0.1.1
Select all variables in DataFrame except the stratification variable if variables not listed as positional argument
Merged pull requests:
- set up
codecov
(#6) (@markgpritchard) - Update test.yml (#7) (@markgpritchard)
- Improvetesting (#8) (@markgpritchard)
- V0 1 1 (#9) (@markgpritchard)
Closed issues:
- TagBot trigger issue (#5)
v0.1.0
This is the initial version of the package. It allows the user to summarize data recorded in a DataFrame, dealing with binary, categorical, parametric and non-parametric variables differently.