gile.ss.weights {RDS} | R Documentation |
Weights using Giles SS estimator
Description
Weights using Giles SS estimator
Usage
gile.ss.weights(
degs,
N,
number.ss.samples.per.iteration = 500,
number.ss.iterations = 5,
hajek = TRUE,
SS.infinity = 0.04,
se = FALSE,
...
)
Arguments
degs |
subjects' degrees (i.e. network sizes). |
N |
Population size estimate. |
number.ss.samples.per.iteration |
The number of samples to use to estimate inclusion probabilities in a probability proportional to size without replacement design. |
number.ss.iterations |
number of iterations to use in giles SS algorithm. |
hajek |
Should the hajek estiamtor be used. If false, the HT estimator is used. |
SS.infinity |
The sample proportion, |
se |
Should covariances be included. |
... |
unused |
[Package RDS version 0.9-9 Index]