g11sbc is a service function which may be used prior to calling
g11sac to calculate the frequency distribution of a set of dichotomous score patterns.
When each of
individuals responds to each of
dichotomous variables the data assumes the form of the matrix
defined below
where the
take the value of
or
and
, for
, denotes the score pattern of the
th individual.
g11sbc calculates the number of different score patterns,
, and the frequency with which each occurs. This information can then be passed to
g11sac.
None.
Exact.
Background information to multithreading can be found in the
Multithreading documentation.
This example counts the frequencies of different score patterns in the following list:
Score Patterns |
000 |
010 |
111 |
000 |
001 |
000 |
000 |
110 |
001 |
011 |