4PL report update

This commit is contained in:
2026-05-14 18:38:27 +02:00
parent 9861af5fba
commit 9422490f25
4 changed files with 338 additions and 455 deletions
+8
View File
@@ -49,3 +49,11 @@ expect_equal(TestTab, SolTab, check.attributes = FALSE)
```
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
``` {r}
y<-1:4;mean(y)
#> [1] 2.5
```