BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Xiaoningdemao
Quartz | Level 8

Dear All,

 

i have the following data

 

ID height
1 150
1 155
1 157
2 160
3 170
3 171

these are the repeated measure of height;

 

what i want is:

ID height_1   height_2   height_3
1 150            155           157
2 160
3 170            171

 

Other than height, i have many other measurements, and i don't know how many repeats there is, different measurements may have different number of repeats.

 

Thank you so much in advance!!!

 

Best wishes.

 

 

1 ACCEPTED SOLUTION
5 REPLIES 5
Xiaoningdemao
Quartz | Level 8

the approach i want to resolve this issue, is to use proc transpose, but i need a variable to count the repeats, i have trouble formulate variable "repeats";

ID height   repeats
1 150         1
1 155         2
1 157         3
2 160         1
3 170         1
3 171         2

 

any thought on this?

 

Thanks!!!!

ballardw
Super User

@Xiaoningdemao wrote:

the approach i want to resolve this issue, is to use proc transpose, but i need a variable to count the repeats, i have trouble formulate variable "repeats";

ID height   repeats
1 150         1
1 155         2
1 157         3
2 160         1
3 170         1
3 171         2

 

any thought on this?

 

Thanks!!!!


What is the expected output for this example considering your "repeats"?

 

Also, what may you be doing with the resulting data set?

Reeza
Super User
This is a tutorial on creating an enumerating variable.

Xiaoningdemao
Quartz | Level 8
exactly what i want!!!!
Thank you so much Reeza.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 960 views
  • 2 likes
  • 3 in conversation