DeathSet::getStatistics - jcobban/Genealogy GitHub Wiki

function Death::getStatistics

Up: class DeathSet

Get statistics for specific set of death registrations.

	    $deaths		= new DeathSet(array('domain'	=> 'CAON',
									     'year'		=> 1887));
	    $result		= $deaths->getStatistics();

Returns: An array each row of which is an array containing the following values for each county in the domain:

name contents
regcounty county code
count number of transcribed records
linkcount number linked to the tree
low lowest registration number
high highest registration number
countyname name of county from Counties table

Next: $deathSet->getCountyStatistics()