| ... | ... | @@ -63,6 +63,15 @@ Simulated function in survey complex design |
|
|
|
```
|
|
|
|
- One Stage Cluster (SRSWOR)
|
|
|
|
|
|
|
|
```
|
|
|
|
resampling_1sc(data, prop,iterasi)
|
|
|
|
```
|
|
|
|
- Two Stage Cluster (SRSWOR-SRSWOR)
|
|
|
|
|
|
|
|
```
|
|
|
|
resampling_2sc_srs = function(dataY, f1, f2, iterasi)
|
|
|
|
```
|
|
|
|
- Two Stage Cluster (PPSWR-SRSWOR)
|
|
|
|
```
|
|
|
|
resampling_2sc_pps = function(dataY, f1, f2, iterasi)
|
|
|
|
``` |