Skip to content

v0.3.0 First production release. Submitted to CRAN

Compare
Choose a tag to compare
@kaz-yos kaz-yos released this 18 Feb 03:37
· 740 commits to master since this release

tableone 0.3.0 (2014-02-17)

NEW FEATURES

  • CreateTableOne has a new factorVars argument, a character vector specifying numerically coded variables that should be treated as factors.
  • The print method for the TableOne/CatTable class object has a new minMax argument, a logical value specifying whether to show median [min, max] instead of median [IQR] for nonnormal variables
  • The print method for the TableOne/CatTable class object has a new cramVars argument, a character vector to specify which 2-level factors to should have both levels presented in one row.

BUG FIXES

  • Documentations were fixed to represent the current version.