Skip to content

Bug fix release with better handling of all NA/NaN vectors

Choose a tag to compare

@kaz-yos kaz-yos released this 07 Mar 00:37

tableone 0.3.4 (2014-03-04)

BUG FIXES

  • Added the Create* functions handling of all NA/NaN variables. These invalid variables are examined at the beginning and dropped with warning for safety.
  • For the strata argument, variables with only one level is dropped with warning because these are meaningless, and caused data handling problems.