gile.ss.weights: Weights using Giles SS estimator

View source: R/weights.R

gile.ss.weightsR 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, n/N, below which the computation of the SS weights should simplify to that of the RDS-II weights.

se

Should covariances be included.

...

unused


RDS documentation built on Aug. 20, 2023, 9:06 a.m.