Draw RDS bootstrap resamples using the algorithm in Salganik 2006 (see Details below)
Source:R/rds_bootstrap.r
rds.mc.boot.draws.RdThis algorithm picks a respondent from the survey to be a seed uniformly at random. it then generates a bootstrap draw by simulating the markov process forward for n steps, where n is the size of the draw required.
If you wish the bootstrap dataset to end up with
variables from the original dataset other than the
traits and degree, then you must specify this when
you construct dd using the
'estimate.degree.distns function.