Skip to content

Commit 25e8db0

Browse files
committed
more details
1 parent 730b876 commit 25e8db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/outcome_data_model.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: "2024-06-26"
55
---
66

77
```{r setup, include=FALSE}
8-
knitr::opts_chunk$set(echo = TRUE)
8+
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
99
```
1010

1111
## User interface
@@ -87,5 +87,5 @@ If we have the two data slots, `@data`, `@model_data`
8787
- and maybe the save for the input data, `input_data(object)`/`input_data(object)<-` to access `@data@data`
8888
- If `trial_msm()` is called, but `@model_data` is empty, it will be read from the `te_datastore`.
8989
- do we need to check that expansion has been done? --> further consider different class post expansion
90-
91-
-
90+
- If `is(@model_data, "te_data_unset")` give error: run data expansion
91+
- If `is(@outcome_model, "te_outcome_unset")` give error: run set outcome model

0 commit comments

Comments
 (0)