A correct way to define the data set in R is:
O X <-c(-1.9, 1.3, 1.1, 0.8, 1.2, 0.3,-0.8, 1.0, -0.3, 0.4, 0.9,-0.4, 1.6,-0.2, 1.3,-0.2, 0.0, 1.4,-0.6, 0.9) O X <-generate(-1.9, 1.3, 1.1, 0.8, 1.2, 0.3,-0.8, 1.0, -0.3, 0.4.0.9,-0.4, 1.6,-0.2, 1.3,-0.2, 0.0, 1.4,-0.6, 0.9) O X <-- 1.9, 1.3, 1.1, 0.8, 1.2, 0.3,-0.8, 1.0,-0.3, 0.4, 0.9,-0.4, 1.6,-0.2, 1.3,-0.2, 0.0, 1.4,-0.6, 0.9 O X <- rnorm(20) O X <-vectorize(-1.9, 1.3, 1.1, 0.8, 1.2, 0.3,-0.8, 1.0,-0.3, 0.4, 0.9,-0.4, 1.6,-0.2, 1.3,-0.2, 0.0, 1.4,-0.6, 0.9)
A correct way to define the data set in R is:
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am