BookmarkSubscribeRSS Feed
goliPSU
Calcite | Level 5

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

2 REPLIES 2
Rick_SAS
SAS Super FREQ

T() is the transpose function.

The plusses inside square brackets are called "subscript reduction operators."

goliPSU
Calcite | Level 5

Thank you so much!

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 2 replies
  • 1237 views
  • 0 likes
  • 2 in conversation