I'm working on a single-stage cluster sample of size 1,000.
"V1" is the name of the clustering variable generated by R, as my data doesn't have a header.
how can I fix the error for:
c <- cluster(test, clustername=c("V1"), size = 1000, method = "srswor")
Error in cluster(test, clustername = c("V1"), size = 1000, method = "srswor") :
unused arguments (clustername = c("V1"), size = 1000, method = "srswor")