You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a passage of a vignette explaining how to use matched.distances() to calculate the sum or mean of matched distances. One use of this is to determine matched distances along the distances used for matching; another is to determine matched distances along a different distance.
The text was updated successfully, but these errors were encountered:
It calls for e.g. sum( unlist( matched.distances(mymatch, mydist) ) ), which has at least 2 nonintuitive aspects (the need to pass a distance; unlist()).
One natural place for this passage is in or after the "Distances" subsection of fullmatch-vignette.Rmd.
We were recommending the use of `summary.optmatch()`
to assemble matched distance info, but as of this writing
it doesn't do that, and the subsection is internally incoherent
(promises matched distance information that the command we present
does not return). We may reenable that when addressing #173,
at which time we should consider reverting this commit.
If on the other hand we resolve#173 without restoring
sum-of-matched-distances information to the output of
`summary.optmatch()`, then it becomes more important to add
vignette material explaining how to use `matched.distances()`
to extract this info. Cf. #185.
There should be a passage of a vignette explaining how to use
matched.distances()
to calculate the sum or mean of matched distances. One use of this is to determine matched distances along the distances used for matching; another is to determine matched distances along a different distance.The text was updated successfully, but these errors were encountered: