Skip to content

Commit

Permalink
fixed latex error in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
osorensen committed Sep 17, 2024
1 parent 8cfa6c2 commit 6f6a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes-raw/latent_observed_interaction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The structural model is simply $\eta = \zeta \sim N(0, \psi)$, where $\psi$ is i

### Model Without Interaction

It can be instructive to start by considering a model in which we fix $\\lambda_{4} = 0$. This type of model would be estimated with the following code:
It can be instructive to start by considering a model in which we fix $\lambda_{4} = 0$. This type of model would be estimated with the following code:

```{r}
lambda <- matrix(c(1, NA, NA), ncol = 1)
Expand Down

0 comments on commit 6f6a137

Please sign in to comment.