# Aufgabe 1
library(easystats)# Attaching packages: easystats 0.7.1 (red = needs update)
✔ bayestestR 0.13.2 ✖ correlation 0.8.4
✖ datawizard 0.10.0 ✖ effectsize 0.8.7
✖ insight 0.19.10 ✖ modelbased 0.8.7
✖ performance 0.11.0 ✖ parameters 0.21.6
✔ report 0.5.8 ✔ see 0.8.4
Restart the R-Session and update packages with `easystats::easystats_update()`.
#1.1
V1 <- 4
V2 <- 3
#1.2
V1 - V2[1] 1
#1.3
V3 <- V1-V2
V3 == 1[1] TRUE