Hi Rick,
thanks for the quick response.
Where can I get the updated code for Py3? Usually I use something like the following within SPSS syntax.
begin program.
import spss, spssaux, rake
rake.rake(['jobcat','gender','mind'],[{1:.95, 2:.025,3:.025,-99:0.0}, {1:.50, 2:.50}, {0:.25,1:.75}], finalweight='wt', visible=True)
end program.
------------------------------
Alexander Mentrup
(r)evolution GmbH
------------------------------
Original Message:
Sent: Tue April 27, 2021 07:47 AM
From: Rick Marcantonio
Subject: Weighting by using the python rake module
Alexander;
RAKE is not a "native" SPSS procedure; it remains the Python module, its code updated for Python 3.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------