= 10000
N_rep
= runif(N_rep, 0, 60)
x
data.frame(1:N_rep, x) |>
head() |>
kbl(col.names = c("Repetition", "X")) |>
kable_styling(fixed_thead = TRUE)
Repetition | X |
---|---|
1 | 8.242673 |
2 | 52.956114 |
3 | 41.968699 |
4 | 1.021410 |
5 | 23.001816 |
6 | 22.620659 |