Skip to contents

Multi-frame (dual-frame) survey weights (Hartley compositing).

Usage

morie_weights_multiframe(
  weights_a,
  weights_b,
  overlap_a,
  overlap_b,
  method = c("hartley", "optimal"),
  theta = 0.5
)

Arguments

weights_a

Numeric vector of weights from frame A (multiframe).

weights_b

Numeric vector of weights from frame B (multiframe).

overlap_a

Logical vector flagging frame-A units in overlap.

overlap_b

Logical vector flagging frame-B units in overlap.

method

Character; calibration / smoothing / variance method. Allowed values depend on the caller.

theta

Numeric tuning parameter passed to multiframe (Hartley-style overlap composition).