Tagged Questions
2
votes
1answer
38 views
Run CMD line from within SPSS
Is there a way to run a Windows command line from within SPSS?
I'm working with a program that is not supported by SPSS BEGIN PROGRAM procedures and I would like to run a command line from my SPSS ...
1
vote
3answers
152 views
Is there a Python module to open SPSS files?
Is there a module for Python to open IBM SPSS (i.e. .sav) files? It would be great if there's something up-to-date which doesn't require any additional dll files/libraries.
0
votes
1answer
85 views
What is the SPSS equivalent of MDP's PCA?
I need to use Principal Component Analysis from Python. The MDP library offers PCA functionality, but the documentation is not very clear to me. I used previously PCA from SPSS, which offered various ...
3
votes
2answers
217 views
Make pivot tables in sql like in spss
I have lots of data in PostgreSQL. But I need to do some pivot tables like it does SPSS.
For example i have table with cities and states.
create table cities
(
city integer,
state integer
);
...
0
votes
2answers
196 views
Programmatically create ODBC Data Source using the IBM SPSS 20 standalone Data File Driver
The problem:
I have a .sav file containing a lot of data from a questionnaire. This data is transferred to an access database through an ODBC connection using VBA. The VBA macro is being used by a ...
1
vote
1answer
77 views
Transpose in SPSS
I have 525 rows/records for 35 columns of data in an SPSS project. My goal is to run a q-mode PCA which is a PCA that is run on a transposed table.
Are there any Python scripts for SPSS or other tips ...
0
votes
0answers
127 views
API for SPSS Modeler
I'm looking for a technical solution to open existing Modeler-streams (or Jobs and Nodes), get pieces of information about them, and execute them using a programming language.
There is e.g. a well ...
1
vote
1answer
203 views
Cannot get Python to run from SPSS syntax
I installed Python 2.7.2 and the Python SPSS plugin, but when I try to run a very simple syntax with Python BEGIN / END from within SPSS all i get in the output window is a log-line with the code
I'm ...
0
votes
2answers
123 views
Creating of HDF5 file of SPSS file for and by Python
What is the easiest way to create a HDF5-file of an SPSS-file by Python?
0
votes
2answers
331 views
Programmatically export SPSS Custom Tables to image file
Is there a way to use SPSS syntax or r/python to export custom tables to jpg or some other file format? I often like to use ctables in PPT decks but find it extremely cumbersome to run syntax and 1x1 ...
0
votes
2answers
168 views
Anyone familiar with data format of Comfirmit?
I recently asked about accessing data from SPSS and got some absolutely wonderful help here. I now have an almost identical need to read data from a Confirmit data file. Not finding a ton of confirmit ...
1
vote
3answers
961 views
Access SPSS data from a Python, Java (groovy/grails)' or C++ app without license for SPSS?
I am finding mixed results googling. I have a need to parse a SPSS .sav file to discover the data layout and extract the survey results. Step one is to read the "schema" of the data. For example I ...
0
votes
1answer
185 views
Exporting to SPSS files in Python Django?
i need to export data to SPSS file format in Python (Django), but i can't find util information in google.
Is there some way to do this? Someone has tried?
thanks in advance!
3
votes
6answers
990 views
Importing SPSS dataset into Python
Is there any way to import SPSS dataset into Python, preferably NumPy recarray format?
I have looked around but could not find any answer.
Joon
0
votes
1answer
242 views
SPSS Python Error
Getting the following error when trying to run SPSS from an external Python IDE.
import spss
yields the following error
Traceback (most recent call last):
File "C:\Documents and ...