Declare that overlap values are inclusion probabilities
Source:R/stack-frames.R
overlap_probabilities.RdA declarative marker for stack_frames()'s overlaps argument. It names,
for every frame, the column holding the probability a unit would have been
selected from that frame, including the frames it was not selected from.
The scale is declared rather than inferred from the values.
survey::multiframe() infers it, reading a matrix as weights when no
non-zero entry in some frame falls below one, which is reachable whenever a
frame is a census or its overlapping units are certainties. samplyr
produces those routinely, so the value that decides the reading is a value
this package generates on purpose.
Value
An object of class samplyr_overlap_spec, carrying the declared
scale and the column mapping, for stack_frames()'s overlaps argument.