Skip to content

Commit

Permalink
update Rmd format
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Oct 26, 2023
1 parent 486e27a commit 12dd41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/metalite-table1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ head(df)
The interactive table1 can then be created by the `metalite_table1` function.

```{r}
metalite_table1(~ AGE + SEX + RACE + BMIBLGR1 | ARM, # formula for analysis variables and group
metalite_table1(
~ AGE + SEX + RACE + BMIBLGR1 | ARM, # formula
data = df, # source data
id = "USUBJID" # unique subject id
)
Expand Down

0 comments on commit 12dd41d

Please sign in to comment.