Skip to content

Commit

Permalink
additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Jul 18, 2024
2 parents 2cd669b + 43337d7 commit 9c6b0e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/data_pre_processing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ For our purposes, we only use `random.cdisc.data::cadae` as example data because

```{r}
library(random.cdisc.data)
<<<<<<< HEAD

Check warning on line 21 in vignettes/data_pre_processing.Rmd

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=vignettes/data_pre_processing.Rmd,line=21,col=1,[error] unexpected input
data("cadae")
```

```{r}
# desc_ae <- Hmisc::describe(cadae)
# desc_ae$SEX
=======
>>>>>>> 43337d714f94ee0883510ac7966320adb1edeaec
```

## Reducing number of levels per variable
Expand Down

0 comments on commit 9c6b0e2

Please sign in to comment.