Posts by Rodney Dieguez • 23 points
1 post
-
2
votes1
answer304
viewsQ: How to insert the values and their frequency in a data.frame, from a set obtained by SAMPLE?
First get a sequence of random values set.seed(100) estat <- sample(1:20, replace=TRUE) estat [1] 7 6 12 2 10 10 17 8 11 4 13 18 6 8 16 14 5 8 8 14 The idea would be: 1 Would it be possible to…
rasked Rodney Dieguez 23