Skip to content

Commit 0a6bc06

Browse files
committed
add some todos
1 parent 377bfba commit 0a6bc06

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

vignettes/panel-data.Rmd

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,7 @@ wf_linreg <- epi_workflow(r, parsnip::linear_reg()) %>% fit(employ)
250250
wf_linreg
251251
```
252252

253-
Let's take a look at the model object
254-
255-
```{r linearreg-fit, include=T}
256-
# extract the parsnip model object
257-
wf_lr_fit <- wf_linreg$fit$fit
258-
wf_lr_fit
259-
```
260-
261-
<!-- TODO add diagnostics -->
253+
<!-- TODO comment on the coefficients, say something about beta_i = lag_{i-1}_num_graduates -->
262254

263255
Now that we have our workflow, we can generate predictions from a subset of our
264256
data. For this demo, we will predict the number of graduates from the last 2
@@ -274,7 +266,7 @@ head(preds)
274266
Notice that `predict` still returns an `epi_df` with all of the keys that were
275267
present in the original dataset.
276268

277-
<!-- (TODO: residuals, predictions commentary) -->
269+
<!-- TODO: residuals, predictions commentary -->
278270

279271
## With canned forecasters
280272

0 commit comments

Comments
 (0)