Skip to content

Commit 7001d60

Browse files
20250204 - suppress messages
1 parent c88706a commit 7001d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sem.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ ggplot(plot_data, aes(x = Murder, y = predicted_slopes)) +
15351535

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

1538-
```{r}
1538+
```{r, message = FALSE}
15391539
HS.model <- '
15401540
visual =~ x1 + x2 + x3
15411541
textual =~ x4 + x5 + x6

0 commit comments

Comments
 (0)