Assuming 日期重疊次數 means the # of same startdate and enddate
proc freq data=datset1;
by ID;
Table startdate/out=outdatset2;
run;
Assuming 日期重疊次數 means the # of same startdate and enddate
proc freq data=datset1;
by ID;
Table startdate/out=outdatset2;
run;
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy