Break down RDS degree distributions by trait, and return an object which has the degrees for each trait as well as functions to draw degrees from each trait.
Value
An object with
distnsa list with one entry per trait value; eachdraw.degrees.fna function which gets called with onekeep.varsthe name of the other vars that are kept (if any)
Details
One of the items returned as a result is a function,
draw.degrees.fn, which takes one argument,
traits. This is a vector of traits and,
for each entry in this vector, draw.degress.fn
returns a draw from the empirical distribution of
degrees among respondents with that trait. So,
draw.degrees.fn(c("0.0", "0.1", "0.1") would
return a degree drawn uniformly at random from among
the observed degrees of respondents with trait "0.0"
and then two degrees from respondents with trait "0.1"