Learn R Programming

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

tableone (version 0.10.0)

Create 'Table 1' to Describe Baseline Characteristics

Description

Creates 'Table 1', i.e., description of baseline patient characteristics, which is essential in every medical research. Supports both continuous and categorical variables, as well as p-values and standardized mean differences. Weighted data are supported via the 'survey' package. See 'github' for a screen cast. 'tableone' was inspired by 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

22,634

Version

0.10.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Kazuki Yoshida

Last Published

February 17th, 2019

Functions in tableone (0.10.0)

ShowRegTable

Format regression results in medically decent format
CreateTableOne

Create an object summarizing both continuous and categorical variables
ExtractSmd

Extract standardized mean differences from a (svy)TableOne object
svyCreateCatTable

Create an object summarizing categorical variables for weighted data
kableone

Export TableOne Objects to Markdown
svyCreateContTable

Create an object summarizing continous variables for weighted dataset
summary.svyCatTable

Shows all results in a svyCatTable class object
summary.svyContTable

Shows all results in a svyContTable class object
CreateCatTable

Create an object summarizing categorical variables
print.CatTable

Format and print CatTable class objects
CreateContTable

Create an object summarizing continous variables
print.TableOne

Format and print TableOne class objects
print.ContTable

Format and print ContTable class objects
svyCreateTableOne

Create an object summarizing both continuous and categorical variables for weighted data
tableone-package

Create "Table 1" to describe baseline characteristics
summary.ContTable

Shows all results in a ContTable class object
print.svyCatTable

Format and print svyCatTable class objects
summary.TableOne

Shows all results in a (svy)TableOne class object
print.svyContTable

Format and print svyContTable class objects
summary.CatTable

Shows all results in a CatTable class object