-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
212 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,16 @@ Package: tableone | |
Type: Package | ||
Title: Create the "Table 1" to describe baseline characteristics | ||
Version: 0.2.0 | ||
Date: 2014-02-12 | ||
Date: 2014-02-13 | ||
Author: Kazuki Yoshida, Justin Bohn | ||
Maintainer: Kazuki Yoshida <[email protected]> | ||
Description: This package creates create the "Table1", i.e., | ||
description of baseline characteristics in R although it is | ||
essential in every medical research. The package was insipired by | ||
and based on descriptive statistics functions in Deducer by Ian Fellows, | ||
a Java-based GUI package. This package does not require GUI or Java, | ||
and intended for CUI users. | ||
Description: This package creates "Table 1", i.e., description of baseline | ||
patient characteristics, which is essential every medical research. This | ||
package provides functions to create such summaries for continuous and | ||
categorical variables, optionally with subgroups and groupwise comparison. | ||
The package was insipired 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 CUI users. | ||
License: GPL-2 | ||
Depends: | ||
e1071, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.