Skip to content

Commit

Permalink
only absolute value
Browse files Browse the repository at this point in the history
  • Loading branch information
BFalquet committed Oct 10, 2024
1 parent 1da6252 commit 26c0207
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/chevron_catalog.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ The `skip` arguments controls which visit values should not be displayed. For in
run(cfbt01, proc_data, dataset = "advs", skip = list(CHG = c("SCREENING", "BASELINE")))
```

### **3. Absolute Value by Visit**

To display only the absolute value, specify `summaryvars = "AVAL"`.

```{r}
run(cfbt01, proc_data, dataset = "advs", summaryvars = "AVAL")
```

### **Concomitant Medications by Medication Class and Preferred Name (`CMT01A`)**

#### **1. Concomitant Medications by Medication Class and Preferred Name**
Expand Down

0 comments on commit 26c0207

Please sign in to comment.