SPSS Plugin R

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

SPSS Plugin R

drfg2008
SPSS 17.0.0 / Vista

I would like to integrate R into my SPSS 17.0.0 (23.8.2008). This seems to be a bit more complicated.

The SPSS plugin [1] tells me, it needs R Vs. 2.7 something. But the actual Version of R is 2.12.1

To get the older Versions of R you have to know how to how to deal with the Source code of R.

My question: How can I solve the problem and get three things together: my SPSS17.0.0 + R  and my complete inabillity to deal with R source codes?

Thank you

[1] SPSSStatisticsRPlugInWin32_1700.exe
Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Re: SPSS Plugin R

Jon K Peck
IIRC, Version 17 requires R2.10.1.  The older versions of R are present on the CRAN site but require a little digging.  Unfortunately the site is set up so that I can't just give you a url.

Assuming that you are on Windows, follow this trail.
http://mirrors.softliste.de/cran/  (or any other CRAN mirror)
click on Windows
click on Base
click on Previous releases
click on R2.10.1
click on Download R2.10.1 for Windows

HTH,

Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435




From:        drfg2008 <[hidden email]>
To:        [hidden email]
Date:        02/27/2011 07:44 AM
Subject:        [SPSSX-L] SPSS Plugin R
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




SPSS 17.0.0 / Vista

I would like to integrate R into my SPSS 17.0.0 (23.8.2008). This seems to
be a bit more complicated.

The SPSS plugin [1] tells me, it needs R Vs. 2.7 something. But the actual
Version of R is 2.12.1

To get the older Versions of R you have to know how to how to deal with the
Source code of R.

My question: How can I solve the problem and get three things together: my
SPSS17.0.0 + R  and my complete inabillity to deal with R source codes?

Thank you

[1] SPSSStatisticsRPlugInWin32_1700.exe

-----
FUB

--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/SPSS-Plugin-R-tp3402254p3402254.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

Reply | Threaded
Open this post in threaded view
|

Re: SPSS Plugin R

drfg2008
Thanks! It works with 2.7 perfectly

Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

How to activate R in SPSS?

E. Bernardo
In reply to this post by Jon K Peck
Hello everyone,
 
Until now I cannot really understand how to activate the R within the SPSS environment.  I am using SPSS 18.0.  I already installed R2.10.1 (i dont know if its compatible with spss 18) in my laptop.  I dont know what is next? Can you give a step- by-step procedure for layman about this thing?
 
Thank you.
Eins

--- On Sun, 2/27/11, Jon K Peck <[hidden email]> wrote:

From: Jon K Peck <[hidden email]>
Subject: Re: SPSS Plugin R
To: [hidden email]
Date: Sunday, 27 February, 2011, 3:22 PM

IIRC, Version 17 requires R2.10.1.  The older versions of R are present on the CRAN site but require a little digging.  Unfortunately the site is set up so that I can't just give you a url.

Assuming that you are on Windows, follow this trail.
http://mirrors.softliste.de/cran/  (or any other CRAN mirror)
click on Windows
click on Base
click on Previous releases
click on R2.10.1
click on Download R2.10.1 for Windows

HTH,

Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435




From:        drfg2008 <[hidden email]>
To:        [hidden email]
Date:        02/27/2011 07:44 AM
Subject:        [SPSSX-L] SPSS Plugin R
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




SPSS 17.0.0 / Vista

I would like to integrate R into my SPSS 17.0.0 (23.8.2008). This seems to
be a bit more complicated.

The SPSS plugin [1] tells me, it needs R Vs. 2.7 something. But the actual
Version of R is 2.12.1

To get the older Versions of R you have to know how to how to deal with the
Source code of R.

My question: How can I solve the problem and get three things together: my
SPSS17.0.0 + R  and my complete inabillity to deal with R source codes?

Thank you

[1] SPSSStatisticsRPlugInWin32_1700.exe

-----
FUB

--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/SPSS-Plugin-R-tp3402254p3402254.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


Reply | Threaded
Open this post in threaded view
|

Re: How to activate R in SPSS?

drfg2008
Eins,
wWell, I don't have SPSS 18, however here are the steps:

1. Download the appropriate version of R from http://www.r-project.org/
2. Download the appropriate plugin from the SPSS server
3. Install R
4. Start the plugin

that's it.

I only had problems finding the appropriate version of R on http://www.r-project.org/.


Frank

~~~~~~~~~~~~~~~~~~~


Hi FUB,
 
Can you please email me the procedure from step 1 to final step.
 
Thanks.
Eins
Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Re: How to activate R in SPSS?

Jon K Peck
In reply to this post by E. Bernardo
Get the R Essentials for your platform and version of SPSS Statistics from SPSS Developer Central (www.spss.com/devcentral).  (Not yet available on the new SPSS Community).

Install it.  It will install the appropriate version of R.

Run a test
begin program r.
print("hello from R")
end program.

or try out one of the R-based extension commands installed with R.  You can see the list via Utilities>Extension Bundles>View Installed Extension Bundles



Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435




From:        Eins Bernardo <[hidden email]>
To:        [hidden email]
Date:        02/27/2011 08:50 PM
Subject:        [SPSSX-L] How to activate R in SPSS?
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




Hello everyone,
 
Until now I cannot really understand how to activate the R within the SPSS environment.  I am using SPSS 18.0.  I already installed R2.10.1 (i dont know if its compatible with spss 18) in my laptop.  I dont know what is next? Can you give a step- by-step procedure for layman about this thing?
 
Thank you.
Eins

--- On Sun, 2/27/11, Jon K Peck <[hidden email]> wrote:


From: Jon K Peck <[hidden email]>
Subject: Re: SPSS Plugin R
To: [hidden email]
Date: Sunday, 27 February, 2011, 3:22 PM

IIRC, Version 17 requires R2.10.1.  The older versions of R are present on the CRAN site but require a little digging.  Unfortunately the site is set up so that I can't just give you a url.

Assuming that you are on Windows, follow this trail.

http://mirrors.softliste.de/cran/  (or any other CRAN mirror)
click on Windows

click on Base

click on Previous releases

click on R2.10.1

click on Download R2.10.1 for Windows


HTH,


Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435




From:        
drfg2008 <[hidden email]>
To:        
[hidden email]
Date:        
02/27/2011 07:44 AM
Subject:        
[SPSSX-L] SPSS Plugin R
Sent by:        
"SPSSX(r) Discussion" <[hidden email]>




SPSS 17.0.0 / Vista

I would like to integrate R into my SPSS 17.0.0 (23.8.2008). This seems to
be a bit more complicated.

The SPSS plugin [1] tells me, it needs R Vs. 2.7 something. But the actual
Version of R is 2.12.1

To get the older Versions of R you have to know how to how to deal with the
Source code of R.

My question: How can I solve the problem and get three things together: my
SPSS17.0.0 + R  and my complete inabillity to deal with R source codes?

Thank you

[1] SPSSStatisticsRPlugInWin32_1700.exe

-----
FUB

--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/SPSS-Plugin-R-tp3402254p3402254.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD