Learn R Programming

⚠️There's a newer version (0.13.2) of this package.Take me there.

tableone (version 0.5.0)

Create "Table 1" to describe baseline characteristics

Description

This package creates "Table 1", i.e., description of baseline patient characteristics, which is essential in every medical research. This package provides functions to create such summaries for continuous and categorical variables, optionally with subgroup comparisons. The package was inspired by and based on descriptive statistics functions in Deducer, a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for command-line users.

Copy Link

Version

Install

install.packages('tableone')

Monthly Downloads

21,576

Version

0.5.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Kazuki Yoshida

Last Published

April 23rd, 2014

Functions in tableone (0.5.0)

CreateCatTable

Create an object summarizing categorical variables
summary.CatTable

Shows all results in a CatTable class object
tableone-package

Create "Table 1" to describe baseline characteristics
print.TableOne

Format and print the TableOne class objects
ShowRegTable

Format regression results in medically decent format
summary.TableOne

Shows all results in a TableOne class object
print.CatTable

Format and print the CatTable class objects
CreateTableOne

Create an object summarizing both categorical and continuous variables
print.ContTable

Format and print the ContTable class objects
CreateContTable

Create an object summarizing continous variables
summary.ContTable

Shows all results in a ContTable class object