Skip to content

Releases: kaz-yos/tableone

v0.3.0 First production release. Submitted to CRAN

18 Feb 03:37
Compare
Choose a tag to compare

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.

Documentation fix developmental version

15 Feb 16:13
Compare
Choose a tag to compare
Pre-release
  • Documentations were fixed to represent the current functions.

0.2.0-beta developmental version released

14 Feb 12:32
Compare
Choose a tag to compare

What's new

  • CreateTableOne() function which can handle both categorical variables (need to be factors) and continuous variables has been implemented along with the summary and print methods.
  • Documentation has been revised.

S3 method correct support

09 Feb 23:44
Compare
Choose a tag to compare
Pre-release
  • Fixed incorrect specification of S3 method export.
  • To make an object an S3 method and export it both at_S3method and at_export tags are needed in the Roxygen part of the code.
  • Passed all the default tests by R CMD check file.tar.gz

First version consistent with CRAN guidelines

09 Feb 14:54
Compare
Choose a tag to compare

Changes

  • This version uses Roxygen for documentation. Documents are now included in the source .R files, and .Rd man files are generated by devtools::document("package_path").
  • S3 methods now have arguments consistent with the respective generics (print(x,...) and summary(object, ...)
  • The survival package was added to the dependency, as its pbc data is used in the example as "medically relevant" example.

tableone first alpha release

08 Feb 22:40
Compare
Choose a tag to compare
Pre-release

tableone R package (alpha release)

This is the first alpha release of the tableone package. tableone creates Table 1, i.e., the baseline characteristics table often used in medical research papers.

Creating a continuous variable table with the CreateContTable() function

http://rpubs.com/kaz_yos/tableone1
screen shot 2014-02-08 at 5 37 02 pm

Creating a categorical variable table with the CreateCatTable() function

http://rpubs.com/kaz_yos/tableone2
screen shot 2014-02-08 at 5 37 40 pm