Skip to content

Commit 548e8ad

Browse files
committed
vignettes: GetStarted: Add standard errors
1 parent 4187942 commit 548e8ad

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

vignettes/GetStarted.Rmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,15 @@ epi_workflow_fit %>%
137137
level = 0.95
138138
)
139139
```
140+
141+
To add the standard errors on the scale of the linear predictors
142+
143+
```{r eval = run_on_linux}
144+
epi_workflow_fit %>%
145+
predict(
146+
new_data = newdata,
147+
type = "conf_int",
148+
level = 0.95,
149+
std_error = TRUE
150+
)
151+
```

0 commit comments

Comments
 (0)