| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| R-Factor v2.4.2.spe | 2016-11-01 | 89.7 kB | |
| Readme.txt | 2016-11-01 | 578 Bytes | |
| R Factor v2.4.2.spd | 2016-11-01 | 89.2 kB | |
| Totals: 3 Items | 179.4 kB | 0 | |
R-Factor v2.4.2.spd (released at 31 October 2016)
Changes from the previous release:
ONLY FOR USERS of SPSS 24 or LATER:
One must install manually, under the correct version of the R software, the package psych version 1.6.4, so that the Score Items menu can work properly.
Open the correct version of R and write the command:
packageVersion("psych")
If it is a more recent version write the command:
remove.packages("psych")
Go to the web and download the correct version. Then write the command:
install.packages(file.choose(), repos = NULL, type="source")