Skip to contents

A declarative marker for weighted_links()'s total argument. It is complete_links() for link importances rather than link counts: it states that links holds every link in the source population, so their importances can be totalled to give the population figure.

Usage

complete_weighted_links()

Value

complete_weighted_links() is only meaningful inside weighted_links(total = ) and otherwise throws an error.

Examples

# Used inside share_weights():
# share_weights(sample, targets, links, by, to, within = enterprise,
#               multiplicity = weighted_links(asset_share,
#                                             total = complete_weighted_links()))