python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to convert xpt file into sas file by xpt2loc?
I tried to convert a xpt file called "ae.xpt" into sas file called ae as well. The original file was saved at "D:\sdtm\data_xpt", and I want the converted sas file to be saved at &...

Robin
Votes: 0
Answers: 0
How to use SAS - PROC SQL, IF THEN statement and a Do loop in 1 script?
Hopefully somebody can help me with my problem.
For the company I work for, I need to check if there is any data available in the dataset which is delivered monthly to me. If there is no data availabl...
Roontje
Votes: 0
Answers: 1
Output from SAS CEM macro for measuring average treatment effect on variable of interest Y?
I'm running Gary King's CEM (Coarsened Exact Matching) macro (download here) in the SAS language for a case control study. I'm using the following macro call format:
options source2;
%include "D:...
RobertF
Votes: 0
Answers: 1