Skip to content

Commit 377bfba

Browse files
committed
change notation
1 parent 63e306a commit 377bfba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/panel-data.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ our recipe.
238238
The model is represented algebraically as follows:
239239

240240
\[
241-
y_{t+1} = \alpha_1 x_{t} + \alpha_2 x_{t-1} + \alpha_3 x_{t-2} + \epsilon_t
241+
y_{t+1} =
242+
\beta_0 + \beta_1 x_{t} + \beta_2 x_{t-1} + \beta_3 x_{t-2} + \epsilon_t
242243
\]
243244

244245
We will use `epi_workflow` with the `epi_recipe` we defined in the

0 commit comments

Comments
 (0)