| Macro - Population Statistics | |
![]() | Benford's Law Downloads Site Map |
| Home Page | Population | Sampling | Fraud | Other | Tutorial | Macros |
| Macro - Population Statistics |
|
Sub RunPopStats() ' ' obtain population statistics using the following parameters ' ' Infile - name of the file to be checked ' Column - name of the column value to be checked ' this will be a numeric column ' Report - where the report is to be written ' Note that the sequence of parameters does not matter ' Dim oEZ As New cEZ oEZ.PopStats _ Infile:=BASEDIR & "clmdenbp.txt", _ Report:=BASEDIR & "clmdenbp.pop", _ Column:="paidamt" LoadSheet _ ToSheet:="$Debug", _ Infile:=BASEDIR & "clmdenbp.pop" Set oEZ = Nothing End Sub |
| Complete Auditor resources |
![]() |
| Links | Privacy Policy | FAQ | Downloads | Trademarks | |
| Web Page last updated on 04-20-2008 © EZ-R Stats, LLC 2005-2007 |