Hello everyone, I'm new to SAS but I have been using R for imputation of missing variables using MICE. I have generated my imputed datasets in R and used propensity score matching after imputations to match the data and generated Kaplan Meier survival data and HRs for each dataset. Now I want to combine the results from these imputed datasets, but R doesn't have any packages that will allow that as far I can tell, however, I did find this paper that describes how to do that in SAS using the MIANALYZE Procedure: https://www.pharmasug.org/proceedings/2017/SP/PharmaSUG-2017-SP05.pdf Is there a way for me to lets say import a csv file into SAS to create an input dataset that would be compatible with the MIANALYZE Procedure and run the code as described in the previous article? If so, please provide some instructions on how I can do that. Thank you
... View more