Re: [R] SPSS R Factor v2.4.2

2017-08-06 Thread Uwe Ligges
Actually there is also a Windows binary: https://cran.r-project.org/bin/windows/contrib/3.2/polycor_0.7-8.zip hence installing with install.packages("polycor") should work *if* you choose a http (not https) mirror. The latter was not possible in R-3.2.0 which probably is what you are taking

Re: [R] SPSS R Factor v2.4.2

2017-08-05 Thread David Winsemius
> On Aug 5, 2017, at 7:02 PM, Gavin Brown wrote: > > I am not an R-Head, hence I use nice utilities that integrate R into SPSS > I have SPSS v24, R3.20 and R3.40 > I have run IBM SPSS R Integration which requires linking to R3.20 > I have installed R Factor v2.4.2 >

Re: [R] SPSS R Factor v2.4.2

2017-08-05 Thread Bert Gunter
Well, you could download and install it into R! https://cran.r-project.org/web/packages/polycor/index.html However, as this seems to be about how SPSS integrates R, maybe you should post on their support list for help. Cheers, Bert Bert Gunter "The trouble with having an open mind is that

[R] SPSS R Factor v2.4.2

2017-08-05 Thread Gavin Brown
I am not an R-Head, hence I use nice utilities that integrate R into SPSS I have SPSS v24, R3.20 and R3.40 I have run IBM SPSS R Integration which requires linking to R3.20 I have installed R Factor v2.4.2 This package requires 'polycor' library Unfortunately, 'polycor' does not exist in R3.20

[R] SPSS R-Menu for Ordinal Factor Analysis

2012-03-26 Thread Till Below
Dear all, I am trying to conduct an enhanced version of factor analysis with a SPSS interface that allows to use R. This approach has been suggested in the recent article: Basto, M. and J.M. Pereira An SPSS R-Menu for Ordinal Factor Analysis. Journal of Statistical Software 46, pp. 1-29.

Re: [R] SPSS R-Menu for Ordinal Factor Analysis

2012-03-26 Thread Duncan Murdoch
On 26/03/2012 7:32 AM, Till Below wrote: Dear all, I am trying to conduct an enhanced version of factor analysis with a SPSS interface that allows to use R. This approach has been suggested in the recent article: Basto, M. and J.M. Pereira An SPSS R-Menu for Ordinal Factor Analysis. Journal

Re: [R] SPSS R-Menu for Ordinal Factor Analysis

2012-03-26 Thread peter dalgaard
On Mar 26, 2012, at 16:31 , Duncan Murdoch wrote: I think you will need to ask this question in an SPSS help forum: - Version 2.10.x of R is quite old, and is no longer supported. - The error message is coming from SPSS, not R and actually, it doesn't look like an error message at all,

Re: [R] SPSS R-Menu for Ordinal Factor Analysis

2012-03-26 Thread Eik Vettorazzi
Hi Till, you need a plug-in for SPSS to run R, which is bound to a fixed R version. SPSS 19 uses R2.10 and SPSS 20 uses R2.12 (both not up-to-date R versions). So you have to download this plugin (after registering on IBM Support) for your spss version and the according R version - or start with a

Re: [R] SPSS - R

2011-12-01 Thread Yvonnick Noel
Dear Kristi, Also. can anyone recommend any resources to help SPSS users learn to things in R? You may want to have a look at the R2STATS package, a simple GUI for linear models. Best, Yvonnick Noel University of Brittany Department of Psychology Rennes, France

Re: [R] SPSS - R

2011-11-30 Thread Michael Dewey
'.' 0.1 ' ' 1 From: John Fox j...@mcmaster.ca Cc: r-help@r-project.org Sent: Saturday, November 26, 2011 7:19 PM Subject: RE: [R] SPSS - R Dear Kristi, I assume that this is a repeated-measures ANOVA with one within-subjects factor (Time) and two between-subjects

Re: [R] SPSS - R

2011-11-30 Thread John Fox
-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Michael Dewey Sent: November-30-11 6:49 AM To: Kristi Shoemaker; r-help@r-project.org Subject: Re: [R] SPSS - R At 16:41 27/11/2011, Kristi Shoemaker wrote: Hi John, Your assumptions are correct and those examples were very

Re: [R] SPSS - R

2011-11-27 Thread Kristi Shoemaker
*** Residuals 18.4314 56                       --- Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1    From: John Fox j...@mcmaster.ca Cc: r-help@r-project.org Sent: Saturday, November 26, 2011 7:19 PM Subject: RE: [R] SPSS - R Dear Kristi, I assume

[R] SPSS - R

2011-11-26 Thread Kristi Shoemaker
I'm an SPSS user trying to make the transition to R. Can someone help me translate the following SPSS code into R?: GLM Total_tp1 Total_tp2 WITH Age Sex   /WSFACTOR=Time 2 Repeated   /METHOD=SSTYPE(3)   /CRITERIA=ALPHA(.05)   /WSDESIGN= Time   /DESIGN= Age Sex Age*Sex. Also. can anyone

Re: [R] SPSS - R

2011-11-26 Thread Frank Harrell
If you know SPSS already why not learn R modeling syntax and do this yourself? If ALPHA(.05) implies that you are using stepwise variable selection note that this is an invalid statistical technique. Frank Kristi Shoemaker wrote I'm an SPSS user trying to make the transition to R. Can

Re: [R] SPSS - R

2011-11-26 Thread R. Michael Weylandt michael.weyla...@gmail.com
Perhaps this website and the associated book will be of help: http://r4stats.com/ Michael On Nov 26, 2011, at 11:08 AM, Kristi Shoemaker kristi.shoema...@yahoo.com wrote: I'm an SPSS user trying to make the transition to R. Can someone help me translate the following SPSS code into R?:

Re: [R] SPSS - R

2011-11-26 Thread John Fox
] On Behalf Of Kristi Shoemaker Sent: November-26-11 11:08 AM To: r-help@r-project.org Subject: [R] SPSS - R I'm an SPSS user trying to make the transition to R. Can someone help me translate the following SPSS code into R?: GLM Total_tp1 Total_tp2 WITH Age Sex /WSFACTOR=Time 2 Repeated