SPSS is a statistics package. Originally released in 1968, it is currently owned by IBM.
1
vote
1answer
51 views
How to correlate a ten category variable in SPSS?
Suppose we have a categorical variable X which can take on 10 values. There are counts inside each of these 10 categories. I want to see whether there are correlations between categories. How would I ...
1
vote
1answer
125 views
SPSS - Moving Averages for Grouped Data
I have some data which are grouped by organizational group, and I'd like to compute a moving average, within each group. I've played around, and don't know a quick and easy way to make the command ...
1
vote
1answer
63 views
SPSS macro: MultResponse's name and range to come from macro arguments
I had to make a lot of MRSets, so created these two simple SPSS macros. My question is, is it possible to use macro arguments to define the names ($mrs1) and ranges("1" and "1,9999") of the MRS? The ...
1
vote
1answer
182 views
How to reshape data in SPSS
I have data from a survey. The question looks like this:
Did you do any of the following activities during your PhD
Yes, paid by my school. Yes, paid by me. No.
...
1
vote
1answer
159 views
Matrix language and macro variables
is there a way to use calculations made in matrix language (matrix-end matrix) as macro variables later in calculations?
Let say I calculate chi^2 and pvalue in matrix language and then I want to use ...
1
vote
1answer
89 views
linking info of pairs of respondents (couples) in SPSS
I am preparing for analyses of the determinants of partner choice in SPSS, but basically I can't get off the ground because I don't know how to create new variables based on the information of each ...
0
votes
1answer
12 views
SPSS: Assigning a value to macro variable based on data from file B; and that can be called and used later in the program for file A
I need to be able to firstly calculate the total number of goods (TGC) and bads (TBC). Secondly store the value in a separate dataset (File B) with effectively the one observation with 2 variables ...
0
votes
1answer
9 views
SPSS don't see MSSQL-view
I Connect SPSS 20.0.0 via ODBC to MSSQL server 2008. But now it has stopped displaying New views I create in the database. It displays all views I have created earlier. But New ones? No! Excel and ...
0
votes
1answer
26 views
Problems loading data into SPSS from Mysql/Excel
I am (unfortunately) new to SPSS and Mysql.
I am attempting to load a large dataset from a mysql database into SPSS.
(I am using Mysql workbench 5.2 and SPSS 20)
When I attempt to load in the data ...
0
votes
1answer
41 views
SPSS: Calculating the Information Value for several variables within a Macro
The first step in the process of developing a credit risk scorecard is to assess which variables are predictive.
To do this, the information value for the variable is calculated. In Excel it is quite ...
0
votes
1answer
40 views
Subtract values in different rows in SPSS
I am completely new in SPSS and now trying to write syntax to manipulate my dataset.
I now have a dataset which looks like this:
V1 V2
1 2007/01/23
2 2007/02/25
.
.
.
.
First row "V1" is ...
0
votes
1answer
141 views
How to run OLS Regression by using SPSS?
I need to conduct OLS regression by using SPSS for my thesis. I was wondering what are the steps in conducting OLS regression?
(1) SPSS - Analyze - Regression - Linear ? Is this correct?
(2) Where ...
0
votes
1answer
33 views
How can I set “999” as the DEFAULT missing value in SPSS/PASW?
I'm importing a very large dataset into SPSS. Many fields in the dataset contain a "999" value, indicating a missing value. I want to instruct SPSS to view them as such. However, default each variable ...
0
votes
1answer
38 views
How to loop a kaplan-meier command in spss syntax?
I'm working in SPSS with this kaplan-meier command:
KM data BY sample
/STATUS=status(0)
/PRINT TABLE MEAN
/PLOT SURVIVAL HAZARD
/TEST LOGRANK BRESLOW TARONE
/COMPARE OVERALL POOLED.
This ...
0
votes
1answer
143 views
Difference-in-difference analysis in SPSS
I am trying to compare means of the two groups 'single mothers with one child' and 'single mothers with more than one child' before and after the reform of the EITC system in 1993.
Through the ...
2
votes
0answers
72 views
Spss .NET Library
I am using the Spss .net library http://spss.codeplex.com to create a .sav file and I cant seem to find how to create cases. I am using C#.
Could someone please point me in the right direction?
1
vote
0answers
28 views
Conjoint analysis based on a orthogonal design
I'm having some issues regarding a conjoint analysis. Excuse me if some of the terms I use are wrong, but it has been some time since I last worked with SPSS - and my teacher was Danish.
Task ...
1
vote
0answers
31 views
Possible to create random slope model with fixed intercept in SPSS?
I'm aware that it's pretty unusual to assume random slopes but fixed intercepts, and that it is not ideal for me to be using SPSS for this task. However, I'm doing this analysis in a teaching context ...
1
vote
0answers
88 views
How to read latest SPSS .por file format
Does anyone know the format of SPSS .por files? I am maintaining a utility that reads .por files. It worked perfectly up until v12 of SPSS. It no longer reads .por files created with the latest ...
1
vote
0answers
53 views
Running a production SPSS job on remote server from command line
We have a Windows based SPSS server say 10.20.30.40. We would like to kick off a SPSS Production job from another server 10.20.30.50.
Can we kick off the job using a batch file? Any samples or ...
1
vote
0answers
212 views
Sig. value missing from ANOVA and model summary tables in SPSS 19.0
Iam using the SPSS Statistics 19.0 and I run the regression analysis (enter method) for DESHARNAIS dataset.
The problem is that in the ANOVA table appearing in the results the F and Sig do not have ...
1
vote
0answers
104 views
How to connect SPSS and ASP.Net
May I connect SPSS and ASP.Net. I want to create forecast table in ASP.Net for using SPSS. How can I do this?
1
vote
0answers
127 views
Choosing matrix elements (matrix language)
I would like to choose specific elements of matrix or vector, lets say greater then 0. One option is to loop thru every element of my matrix / vector, but I wonder if there is a better way to achieve ...
0
votes
0answers
40 views
How to define missing values in an xml to be later on imported to SPSS
I am adding a new feature to an application that is able to filter information and store it into data sets. I would like to provide the user the option to export this information to a .sav file.
In ...
0
votes
0answers
11 views
How to Process More Than 2 Questions on Kappa Cohen
I have 30 questions for something like questionnaire. And I want to evaluate the validation of that product, according to people's responds. This validation is using Kappa Cohen.
The problem is, I ...
0
votes
0answers
19 views
Invoking IBM SPSS Statistics from an external Java application
I am trying to invoke SPSS version 21 from Java application. I have the spssjavaplugin.jar in my class path. My program was complied fine, but I got a run time error when i ran it. The error said ...
0
votes
0answers
19 views
Running python inside SPSS .net plugin
It's a bit complicated but here it goes: I'm running a webservice using SPSS .Net plugin to load and execute .SPS files. Inside the syntax (SPS) file I run
BEGIN PROGRAM python.
import os
f = ...
0
votes
0answers
10 views
Error with syntax in SPSS for MANCOVA
I am trying to run a MANCOVA.
Dependent variables: F_enjoy F_curios F_compli F_recogn F_social
Independent variable: Group4 (four different levels)
Covariates:P_progress P_obscomp P_socfdbk ...
0
votes
0answers
33 views
mixed model on case-matched cohort with repeated measures in spss
I am working in spss 21 on a database including multiple parameters of cancer patients. I have been asked to perform a case-matched analysis on a cohort of patients whose clinical parameters were ...
0
votes
0answers
48 views
Fitting ARMAX model in SPSS and interpreting results
I'm very new at using SPSS for time series analysis. I would like to fit ARMAX-model using SPSS's forecasting tool. Could someone show me how to do this right? Does anyone know a short tutorial or ...
0
votes
0answers
45 views
How to loop a kaplan-meier command in spss syntax?
I'm working in SPSS with this kaplan-meier command:
KM data BY sample
/STATUS=status(0)
/PRINT TABLE MEAN
/PLOT SURVIVAL HAZARD
/TEST LOGRANK BRESLOW TARONE
/COMPARE OVERALL POOLED.
This ...
0
votes
0answers
51 views
SPSS modeler neural network
Hi I have a dataset that I want to analyze using neural network.
there's 7 dependent variables and 27 independent variables but I'm not sure how to use SPSS Modeler.
The stream i have right now ...
0
votes
0answers
40 views
Partition node and decision tree in spss modeler
Hi I'm new to SPSS modeler and have a problem with the partition node
I want a 60% 40% split for training and testing set for my dataset of 2190 people. The weird thing is that when i specify these ...
0
votes
0answers
20 views
SPSS doesn't show all arrows on a arrow map
With SPSS 21 I created an arrow map. Between Start and End coordinates SPSS creates an arrow on a map. The program does it for each case. Unfortunately some cases/arrows are missing on my map and they ...
0
votes
0answers
23 views
SPSS Syntax: Performing multiple tests
I am trying to run several repeated measures tests on EEG data. Example syntax:
GLM Fp1 F3 C3 P3 O1 Fp2 F4 C4 P4 O2 BY @0
/WSFACTOR=Hem 2 Polynomial AP 5 Polynomial
/METHOD=SSTYPE(3)
...
0
votes
0answers
51 views
stratified group resampling syntax
I would like to use SPSS syntax to resample using the DISCRIMINANT command. I need to randomly select the same number of cases from 4 different groups repeatedly and then use oms to output the ...
0
votes
0answers
126 views
adding randomly selecting x number of cases from 4 groups to this script
I managed to get together the code (1) below. Its essentialy a monte carlo discriminat function script that also uses oms to output.
It runs a given number of cases through discriminant function ...
0
votes
0answers
33 views
Unsure how to test my stats other than standard correlation in SPSS
Im very new to SPSS.
I have stats for the amount of times 7 different types of crimes are committed.
I also have stats for unemployment, all over the course of a decade.
All of these stats are stored ...
0
votes
0answers
96 views
How to selectively output ttest results with P value less than 0.05 in SPSS and STATA
Does anybody know how to output/report the paired ttest results only (selectively) with Sig. <0.05, using SPSS or STATA syntax? Thank you
0
votes
0answers
89 views
SPSS — importing from SQL, how to define variables?
I have my data in MySQL -- successfully copies via ODBC. The question is, however, I have 3 tables. One of them holds my variable, one of them their POSSIBLE values and the third one the actual data.
...
0
votes
0answers
140 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 ...
0
votes
0answers
58 views
Best way to generate huge Script programmatically?
I am tasked to build a program which takes input from a spss datafile and generates a script-textfile based on the datafile. The language of the script is rather esoteric (GESS) but tends to be ...
0
votes
0answers
53 views
0
votes
0answers
15 views
What are the default parameters for rbfn simple mode of spss modeler 13.0?
I am using SPSS modeler 13.0 for my dissertation. I am using RBFN and I created some models using the simple mode but I do not know what the parameters are for the simple mode. Does anyone know what ...
0
votes
0answers
96 views
how can i use the generated neural network model to make other predictions in pasw modeler 13.0
I am using the PASW modeler 13.0 and I implemented a neural network.
Now I want to use that generated model to create predictions for new records.
I read in the help index that I have to change the ...
0
votes
0answers
64 views
MLP accuracy at PASW modeler 13.0
Iam implementing MLP with PASW MODELER 13.0 (SPSS MODELER) with 75 % training and 25 % testing.
On summary I get a percentage of accuracy. Does anyone know if this percentage is for the accuracy of ...
0
votes
0answers
153 views
cluster bar graphs with median splits in SPSS
I am trying to make a cluastered bar graph in SPSS, but without using syntax. I also need to make median splits with the variables, which I can't seem to figure out how to do. I would like to do as ...
0
votes
0answers
58 views
How do I insert 2 questions onto a single X axis
For example, I have two questions that use the same range, and I want to compare them on the same bar chart. Is this possible to do in SPSS?
0
votes
0answers
106 views
Encrypting password for GET DATA
I am using GET DATA command for importing data from SQL server. I would like to use ENCRYPTED sub command. I can encrypt the password using Database Wizard.
I am writing the commands directly in a ...
-1
votes
0answers
18 views
Which test(s) does SPSS use in a multiple regression analysis?
Which test(s) does SPSS use in a multiple regression analysis (MRA)? The reason I'm asking is this. We can load a data table into it with several data types, ranging from categorical to continuous, ...
