Posts by Maicon • 21 points
1 post
-
2
votes1
answer94
viewsQ: Generation of samples in R
I have a dataset with 200 observations. I generated a sample with no reset of size 100 with the following commands: library(car) require(car) (amostra1= some(dados,n=100,replace=F))…