write R script to draw a sample from adataset using systematic sampling an example of a function:
sys=function(y,n,r) to be repeated r=100 times,n= sample sixe=4,y=data (example tree from rstudio)
without using any external package
Solution
write R script to draw a sample from adataset using systematic sampling an example of a function:
sys=function(y,n,r) to be repeated r=100 times,n= sample sixe=4,y=data (example tree from rstudio)
without using any external package
Solution