Skip to content

Commit

Permalink
remove subsetting options
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 17, 2024
1 parent 2b0c994 commit b6a3149
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vignettes/mindfulness.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ vignette: >
%\VignetteIndexEntry{The Mindfulness Study}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
params:
subset: true
---

```{r setup, include = FALSE}
Expand Down Expand Up @@ -82,10 +80,6 @@ library(tidyverse)
library(multimedia)
data(mindfulness)
set.seed(20231228)
if (params$subset) {
mindfulness <- prune_samples(c("sa1", "sa10", "sa20"), mindfulness)
}
```

This package needs a `mediation_data` object to organize the pretreatment,
Expand Down

0 comments on commit b6a3149

Please sign in to comment.