BookmarkSubscribeRSS Feed

A SAS Macro to Interface SAS and R

Started ‎05-31-2022 by
Modified ‎05-31-2022 by
Views 946

I once had occasion to use SAS and R together to analyze data and report on my findings. I found that switching between the two disparate computing environments manually was cumbersome, so I investigated the possibility of combining SAS and R into a unified platform. The result was a SAS macro, %SUBMIT_R, that would apply R commands to a SAS dataset and essentially replicate the results of the SAS/IML submit/R code block.

 

I have attached the paper describing the use of the %SUBMIT_R macro as well as the macro itself. By using the %SUBMIT_R macro, you can obtain the same results as if you used the SAS/IML submit/R capability.

Comments

Good stuff.  I suspect @rogerjdeangelis will be interested in this approach.

Many thanks, just what I was looking for (as our department has no SAS/IML in their license).

Version history
Last update:
‎05-31-2022 07:31 AM
Updated by:
Contributors

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!

Free course: Data Literacy Essentials

Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning  and boost your career prospects.

Get Started

Article Tags