Bug fix release that can handle ordered factors as categorical variables.
tableone 0.3.5 (2014-03-07)
BUG FIXES
- Added more robust class assessment in CreateTableOne and CreateCatTable, which now handles ordered factors correctly. CreateTableOne also drops Surv object for safety.
- This version will be pushed to CRAN in a week. For the time being please install from the github as follows.
## Install devtools (if you do not have it already)
> install.packages("devtools")
## Load devtools
> library(devtools)
## Install directly from github (develop branch)
> install_github(repo = "kaz-yos/tableone", ref = "develop")