aggregateEM {fastLink} | R Documentation |
Aggregate EM objects for use in 'summary.fastLink()'
Description
aggregateEM
aggregates EM objects for easy processing by 'summary.fastLink()'
Usage
aggregateEM(em.list, within.geo)
Arguments
em.list |
A list of 'fastLink' or 'fastLink.EM' objects that should be aggregate in 'summary.fastLink()' |
within.geo |
A vector of booleans corresponding to whether each object in 'em.list' is a within-geography match or an across-geography match. Should be of equal length to 'em.list'. Default is NULL (assumes all are within-geography matches). |
[Package fastLink version 0.6.1 Index]