SAS/IML 12.3 introduced the following functions and subroutines for data analysis:
returns a blank string of a specified length.
returns a matrix , which is the same size as the input matrix, such that .
scales a correlation matrix into a covariance matrix.
scales a covariance matrix into a correlation matrix.
returns a matrix that contains all combinations of elements from specified vectors.
returns 1 if the argument is an empty matrix (zero rows and columns) and 0 otherwise.
returns a magic square of a given size.
returns a matrix of random numbers from a specified distribution.
returns a matrix , which is the same size as the input matrix, such that .
In addition, each of the following subroutines creates an ODS statistical graph from data in a SAS/IML matrix. The graph is displayed in the current ODS destination.
creates a bar chart.
creates a box plot.
creates a histogram.
creates a scatter plot.
creates a series plot.