Skip to content

Commit

Permalink
nosuggest req
Browse files Browse the repository at this point in the history
  • Loading branch information
kkholst committed Jan 11, 2025
1 parent 73cb3bc commit 8c155cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/influencefunction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Here we fit a random effects probit model
\pr(Y_{ij} = 1 \mid U_{i}, W_{ij})=\Phi(\mu_{j} + \beta_{j} W_{ij} + U_{i}), \quad U_{i}\sim\mathcal{N}(0,\sigma_{u}^{2}),\quad j=1,2
\]
to the simulated dataset
```{r semfit, eval=has_mets}
```{r semfit, eval=has_mets }
sem <- lvm(y1 + y2 ~ 1 * u + w) |>
latent(~ u) |>
ordinal(K=2, ~ y1 + y2)
Expand Down

0 comments on commit 8c155cf

Please sign in to comment.