Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Dec 2, 2023
1 parent 086b75f commit a7df25e
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ A table for descriptive statistics is widely used
in medical research and typically be the first table (i.e. `table1`)
for a manuscript.

There are R packages and examples to create the table1:

- [`table1`](https://github.com/benjaminrich/table1)
The `metalite.table1` provide an interactive table1 to
enhance the communication between statisticians and clinicians.

For use case in clinical trials,
[Chapter 4 of the R for clinical study reports and submission](https://r4csr.org/tlf-baseline.html)
contains more details.

The `metalite.table1` provide an interactive table1 to
enhance the communication between statisticians and clinicians.
There are other R packages to create the table1:

- [`table1`](https://github.com/benjaminrich/table1)

Example:

Expand All @@ -34,9 +34,22 @@ metalite_table1(~ AGE + SEX + RACE + BMIBLGR1 | ARM, data = r2rtf::r2rtf_adsl, i

![](https://raw.githubusercontent.com/elong0527/metalite.table1/main/vignettes/fig/table1.gif)

## Installation

You can install the package via CRAN:

``` r
install.packages("metalite.table1")
```

Or, install from GitHub:

``` r
remotes::install_github("elong0527/metalite.table1")

## Highlighted features

- Drill down into listings
- Drill down listings
- Embedded histogram


0 comments on commit a7df25e

Please sign in to comment.