Macro - Same, Same, Different
Macro - Same, Same, Different Benford's Law Fraud detectionDownloads First digits lawSite Map
Home Page | Population | Sampling | Fraud | Other | Tutorial | Macros
Macro - Same, Same, Different
Sub RunSSD()
'
' run the SSD macro
'
'
' run a test for same, same, different using the following parameters
'
' Infile - name of the file to be checked
' MaxRecs - optional, if number of records is to
' be limited
' note that column names must be preceded with a $
' Report - where the report is to be written
' SortKeys - the sort sequence for the input file
' Note that the sequence of parameters does not matter
'
Dim oEZ As New cEZ
oEZ.SSD _
Infile:="c:\temp\test\ssdext.txt", _
Report:="c:\temp\test\ssdext.out", _
MaxRecs:=0, _
SortKeys:="billprov + a mid + a fdos + d cdpcajc2 + a cdprajm1 + a icn + a"
Set oEZ = Nothing
End Sub

 

 

 

 

Main Page

Complete Auditor resources
Links | Privacy Policy | FAQ | Downloads | Trademarks
Web Page last updated on 04-20-2008
© EZ-R Stats, LLC 2005-2007