autorecode variables = TheStringVariable
/into GroupNumber.
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Tuesday, October 27, 2015
SPSS: Automaticly change string variable to group/categorical variable
Labels:
SPSS
Friday, October 23, 2015
Make python 3 virtual envirnoment on Ubuntu 15.10
sudo apt-get install python3-venv
python3 -m venv ~/mypy34env/
source ~/mypy34env/bin/activate
And then install python packages using pip, for example, pip install ipython
Subscribe to:
Posts (Atom)