Comparing Missing-Value Treatments (AGGREGATE command)
The table below demonstrates the effects of specifying
the MISSING
subcommand and a
period after the function name. Each entry in the table is the number
of cases used to compute the specified function for the variable EDUC, which has 10 nonmissing cases, 5 user-missing
cases, and 2 system-missing cases for the group. Note that columnwise
treatment produces the same results as the default for every function
except the MEAN
function.
Function | Default | Columnwise |
---|---|---|
|
17 |
17 |
|
17 |
17 |
|
10 |
10 |
|
15 |
15 |
|
10 |
0 |
|
15 |
0 |
|
7 |
7 |
|
2 |
2 |