GitXplorerGitXplorer
s

epitab

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1ded90c453a35e0532aa04281bc360f2f3dd9c5b

Merge branch 'hotfix'

sstulacy committed 7 years ago
Unverified
fa546b4227cf4bab23410a120e6b907b71f367ce

Fixed issue that affected column wise functions with multiple outcomes

sstulacy committed 7 years ago
Unverified
5c21b0652d529939152fb993f0d212458a7d4404

Merge branch 'dev' into hotfix

sstulacy committed 7 years ago
Unverified
3e3528ad21798667a46ba3e9f6e3c60ec4d86ed3

Update TODO

sstulacy committed 7 years ago
Unverified
4f7ba16ac7295c568655164460034f0a351c6a3c

Merge branch 'master' into dev

sstulacy committed 7 years ago
Unverified
8070b907c5d0a4ebfbb7e0e336ca34a56cf07b6c

Merge branch 'hotfix'

sstulacy committed 7 years ago

README

The README file for this repository.

epitab

Travis-CI Build Status

Provides contingency tables for descriptive stats for epidemiology in R. Alongside the cross-tabulated frequencies, epitab can provide summary statistics such as coefficients from regression models, and summary statistics of continuous variables with respect to the outcome of interest. A variety of useful summary measures are provided with epitab, but the package is also designed in such a way to allow the user to supply their own statistics, allowing for a flexible approach to table design that can be employed in a variety of situations. The ability to export the resulting tables to publication friendly formats is also provided, including HTML, LaTeX, and Word.

Usage

See the User Guide vignette for examples of the tables that can be built, and how to export these to other documents.

Installation

The latest stable release can be installed from CRAN by running install.packages('epitab'), while the latest development version can be installed from the development Github repository by using devtools::install_github('stulacy/epitab').