Skip to content

Bug fix release with better handling of characters and logicals

Compare
Choose a tag to compare
@kaz-yos kaz-yos released this 25 Feb 05:04
· 725 commits to master since this release

tableone 0.3.3 (2014-02-22)

BUG FIXES

CreateTableOne now handles logical and chracter vectors correctly. They are handled as categorical variables, and passed to the CreateCatTable function. Variables that are none of numeric, integer, factor, logical, or character are dropped for safety.