make.chain {surveybootstrap} | R Documentation |
Note that this assumes that the chain is a tree (no loops)
make.chain(seed.id, survey.data, is.child.fn = is.child.ct)
seed.id |
The id of the seed whose chain we wish to build from the dataset |
survey.data |
The dataset |
is.child.fn |
A function which takes two ids as arguments;
it is expected to return |
info