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: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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
  • 1104 views
  • 0 likes
  • 2 in conversation