Profile

Jon Peck

  • Other


Contributions

1 to 5 of 50+ total
Posted By Jon Peck Sat November 22, 2025 09:15 AM
Found In Group: SPSS Statistics
\ view thread
Not much to go on, but it might be that in your environment the package required for this procedure didn't get installed. Try running this code - you or your admin. begin program r. install.packages("Boruta") end program.
Posted By Jon Peck Thu November 20, 2025 09:50 PM
Found In Group: SPSS Statistics
\ view thread
Ilm assuming that you installed the package rather than just downloading. Please paste and post the syntax. If you can also post a sample of the data, that might help. And what OS are you on?
Posted By Jon Peck Mon November 17, 2025 12:32 PM
Found In Egroup: SPSS Statistics
\ view thread
And one more thing to try in a command window, run echo %appdat% On my system, that shows C:\Users\jkpec\AppData\Roaming Then run begin program r. source("c:/Users/jkpec/AppData/Roaming/IBM/SPSS Statistics/one/extensions/STATS_EARTH.R") end program. 1changing the first part to match your appdata output. ...
Posted By Jon Peck Mon November 17, 2025 10:23 AM
Found In Egroup: SPSS Statistics
\ view thread
I noticed that in 31.0.1.0,, at least on my system, the dialog now prompts you to install STATS EARTH from the Extension Hub even if it was already installed. Please try that if you haven't instgalled the update Next, try running this code to see if you get a more informative error message. You can ignore ...
Posted By Jon Peck Fri November 14, 2025 10:40 AM
Found In Group: SPSS Statistics
\ view thread
The bug had to do with an api that TEXTANALYSIS relies on. The fix for that is in SPSS 31.0.1.0, which can be installed on V31 via FixCentral