BookmarkSubscribeRSS Feed
desireatem
Pyrite | Level 9

I wish create a matrix C from  matrix A and B by putting them side by side.

For example using the following will place A to the right of B;

Data C;

Set A;

Set B;

Run;

Can I have create GIB from BIG[colname={COL1}] and kaplan var{time Survival survival1}?

Just  one to place  GIB to the of Kaplan. The  number  of rows  wont change since kaplan GIB have  the same  row but column=Column (GIB)+Column(Kaplan)

1 REPLY 1
Rick_SAS
SAS Super FREQ

use the horizontal concatenation operator (||):SAS/IML(R) 9.22 User's Guide

C = A || B;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

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