SPSS Statistics

 View Only
  • 1.  SPSS R integration

    Posted 15 days ago

    Hi,

    Can I update R4.2 to R4.4 in SPSS integration? If it is, how can I do it? 



    ------------------------------
    Sanem Aykan
    ------------------------------


  • 2.  RE: SPSS R integration

    IBM Champion
    Posted 15 days ago
    What version of SPSS are you using?  V29 uses a virtual environment for R.

    --





  • 3.  RE: SPSS R integration

    Posted 10 days ago

    Hi John,

    Thanks for your reply. I am using V29. I tried to download lmerTest, and lme4 packages. I kept getting installation failures. I want to update to latest version of R. Any idea on how to do this? or How to download packages for R. Thanks



    ------------------------------
    Sanem Aykan
    ------------------------------



  • 4.  RE: SPSS R integration

    IBM Champion
    Posted 10 days ago
    Development is investigating.  The change in the R runtime required changes in some R packages that are not backwards compatible.  In theory, you can rebuild such packages from source code as I posted earlier, but this is not as straightforward as one would hope.  We will have to wait for a solution from Development.--





  • 5.  RE: SPSS R integration

    Posted 10 days ago

    Thank you Jon,

    Some packages have the same subfolders that are blocking each other. I will check your earlier post on how to build packages. I believe it won`t be easy for me. I hope development finds a solution soon. 

    Best



    ------------------------------
    Sanem Aykan
    ------------------------------



  • 6.  RE: SPSS R integration

    IBM Champion
    Posted 10 days ago
    I think the issue is with packages using C or C++.






  • 7.  RE: SPSS R integration

    IBM Champion
    Posted 8 days ago

    I can't be sure that this will work in your configuration, but try running this code.

    begin program r.
    install.packages('devtools')
    devtools::install_version('MASS', '7.3-60')
    end program.



    ------------------------------
    Jon Peck
    ------------------------------



  • 8.  RE: SPSS R integration

    Posted 8 days ago

    Hi Jon,

    Thank you! I tried but it didn`t download the devtools package, too.

    All the best, 



    ------------------------------
    Sanem Aykan
    ------------------------------