ACC2000: How to Use Code to Derive the Statistical Mode (210569)
The information in this article applies to:
This article was previously published under Q210569 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb).
SUMMARY
This article shows you how to create a Visual Basic for Applications
function that creates a snapshot that determines the frequency of
occurrences for all numbers in a table.
The most frequently occurring number in a data set is called the mode,
which is a measure of central tendency (a "middle" measure of a data set).
For example, a data set consisting of the numbers
has a mode of 2 because 2 occurs three times in the set. And a data set
consisting of the numbers
is bimodal, and has modes of 1 and 2 (both numbers occur three times in
the set).
Modification Type: | Major | Last Reviewed: | 6/24/2004 |
---|
Keywords: | kbhowto kbProgramming KB210569 |
---|
|