Re: [R] How to use IML with R and SAS

2011-10-31 Thread Rick Wicklin
The SAS/IML documentation on calling R is at http://support.sas.com/documentation/cdl/en/imlug/64248/HTML/default/viewer.htm#r_toc.htm Other ways to get help include calling SAS Technical Support (it's free) and posting your question to the SAS/IML Discussion forum at http://communities.sas.com/com

Re: [R] How to use IML with R and SAS

2011-10-31 Thread alanm (Alan Mitchell)
I will respond off list since the issue is mostly related to SAS. Alan Mitchell, MSc Biostatistician al...@crab.org -Original Message- From: Cheryl Johnson [mailto:johnson.cheryl...@gmail.com] Sent: Sunday, October 30, 2011 5:02 PM To: r-help@r-project.org Subject: [R] How to use IML

Re: [R] How to use IML with R and SAS

2011-10-31 Thread Frank Harrell
Following on Josh's note, it would be interesting to know what tasks the OP is doing in SAS that would be hard to do in R. Frank Joshua Wiley-2 wrote: > > Hi Cheryl, > > Since your question is how to analyze the data and the data is being > analyzed in SAS, my guess is that you will have to go t

Re: [R] How to use IML with R and SAS

2011-10-31 Thread Joshua Wiley
Hi Cheryl, Since your question is how to analyze the data and the data is being analyzed in SAS, my guess is that you will have to go to SAS for help on this (unless SAS makes a free R package that comes with a full distro of SAS so we can actually try IML..). Why not just create and analyze the

[R] How to use IML with R and SAS

2011-10-30 Thread Cheryl Johnson
Hello, I have a for loop that generates data in R. With the IML program, I would like to analyze data in SAS from each iteration of the for loop in R. It would be helpful if someone could explain to me how to analyze data this way. Thanks [[alternative HTML version deleted]] ___