Hi,
I am wondering what these comments mean in SAS if Z ,Y, and V are defined as a n by n and n x m and n by k matrices:
Z[+,] or Z[,+]
or
round(round(t(Z[+,]+V[+,]) - (Z[,+]+Y[,+]),.01)
what is "t" in this command.
Thank you
T() is the transpose function.
The plusses inside square brackets are called "subscript reduction operators."
Thank you so much!
April 27 - 30 | GAYLORD TEXAN
Designed for SAS users to learn from experts, connect with peers, and explore what's new.