Skip to content

Commit

Permalink
20250204 - suppress messages
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Feb 5, 2025
1 parent 7001d60 commit c94cce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1535,13 +1535,15 @@ ggplot(plot_data, aes(x = Murder, y = predicted_slopes)) +

For more info, see De Jonckere and Rosseel (2022, 2025).

```{r, message = FALSE}
```{r}
HS.model <- '
visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9
'
```

```{r, message = FALSE, warning = FALSE}
fit <- cfa(
HS.model,
data = HolzingerSwineford1939,
Expand Down

0 comments on commit c94cce1

Please sign in to comment.