| Function | Definition |
|---|---|
| N | Counts the number of non-missing numeric values in a list of variables. |
| NMISS | Counts the number of missing numeric values in a list of variables. |
| SUM | Returns the sum of non-missing numeric values in a list of variables. |
| MEAN | Returns the average of non-missing numeric values in a list of variables. |
| MIN | Returns the smallest non-missing numeric value in a list of variables. |
| MAX | Returns the largest non-missing numeric value in a list of variables. |