Tabulate report on merge
tabmerge [mergevar] [ , tabulate_options ]
Description
tabmerge displays the result of a merge by tabulating mergevar, which by default is _merge. If mergevar does not have value labels, it is labelled to indicate the results of the merge. If mergevar is not _merge, it must be specified.
Options
tabulate_options are any options of tabulate for one variable.
Examples
. merge whatever
. tabmerge
. merge whatever, _merge(mymerge)
. tabmerge mymerge
Author
Nicholas J. Cox, University of Durham, UK n.j.cox@durham.ac.uk
Also see
On line: help for merge Manual: [R] merge, [R] tabulate