An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121107/ab768742/attachment.pl>
Executing SAS Codes in R
7 messages · Peter Maclean, Bert Gunter, Nordlund, Dan (DSHS/RDA) +4 more
I certainly hope not! There are of course many resources on "R for SAS users" and the like. -- Bert
On Wed, Nov 7, 2012 at 10:24 AM, Peter Maclean <pmaclean2011 at yahoo.com> wrote:
Is there a way of executing SAS codes in R environment?
Peter Maclean
Department of Economics
UDSM
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- project.org] On Behalf Of Peter Maclean Sent: Wednesday, November 07, 2012 10:25 AM To: R mailing list Subject: Re: [R] Executing SAS Codes in R Is there a way of executing SAS codes in R environment? Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
Peter, I think you will need to clarify what you are trying to do before you will get much useable help. Obviously, R will not run SAS programs/scripts. If you are asking if R can call SAS and have SAS run SAS code, then the answer is yes. There are other options for different levels of integration in between. So, what is it that you wish to accomplish? Dan Daniel Nordlund Olympia, WA 98504-5204
On Nov 7, 2012, at 19:34 , Bert Gunter wrote:
I certainly hope not!
fortune("reverse the procedure")
There are of course many resources on "R for SAS users" and the like. -- Bert On Wed, Nov 7, 2012 at 10:24 AM, Peter Maclean <pmaclean2011 at yahoo.com> wrote:
Is there a way of executing SAS codes in R environment?
Peter Maclean
Department of Economics
UDSM
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
-- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
On Nov 7, 2012, at 10:34 AM, Bert Gunter wrote:
I certainly hope not! There are of course many resources on "R for SAS users" and the like.
One could even think of R-help as a distributed support group for recovering-SAS-users.
-- Bert On Wed, Nov 7, 2012 at 10:24 AM, Peter Maclean <pmaclean2011 at yahoo.com> wrote:
Is there a way of executing SAS codes in R environment?
Peter Maclean
Department of Economics
UDSM
[[alternative HTML version deleted]]
David Winsemius, MD Alameda, CA, USA
On 08/11/12 09:09, peter dalgaard wrote:
On Nov 7, 2012, at 19:34 , Bert Gunter wrote:
I certainly hope not!
fortune("reverse the procedure")
See also fortune("SAS to R parser").
cheers,
Rolf
On Wed, Nov 7, 2012 at 4:03 PM, Rolf Turner <rolf.turner at xtra.co.nz> wrote:
On 08/11/12 09:09, peter dalgaard wrote:
On Nov 7, 2012, at 19:34 , Bert Gunter wrote:
I certainly hope not!
fortune("reverse the procedure")
See also fortune("SAS to R parser").
Yes, all delightful and amusing! But perhaps the OP is looking for
something as simple as
system("sas -SYSIN path/to/sas/script.sas")
Peter M., is that what you were after (calling SAS from R) or are you
really looking to evaluate SAS code inside R?
Best,
Ista
cheers,
Rolf
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.