SPSS is a statistics package. Originally released in 1968, it is currently owned by IBM.
-1
votes
2answers
91 views
Eigenvalues computed from R different from other statistical packages and literature results
I am detecting Multicollinearity using eigen values and vector for longley data.
When I compute eigen values from SPSS I found different eigen values than R language. I don't why. I computed for both ...
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 ...
-2
votes
1answer
28 views
Need urgent help sorting multiple categories in SPSS
'm trying to sort the categories z11,z12,z13,z14 in descending order based on their totals (highlighted in Yellow in the image below):
The syntax is as follows:
* Custom Tables.
CTABLES
/VLABELS ...
-4
votes
1answer
58 views
how can I read spss data into R?
I have got a spss dataset which ends with .sps, not spss, now I'm trying to read it into R, I used read.table, but it doesn't work, read.spss doesn't work either. I'm thankful for any help!
I ...
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 ...
-6
votes
0answers
23 views
How to create .spss files using php.? [duplicate]
How to generate .spss files using php.? like we create .pdf , .xls files in php. is it possible create .spss file in php?
0
votes
0answers
39 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
1answer
27 views
Entering contingency table in SPSS
I have a contingency table of the form:
# successful # unsuccessful Totals
Amateurs 14 1544 1558
Experts 7 17 24
I'm having ...
-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, ...
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 ...
-3
votes
0answers
12 views
How do I detect abnormal patterns with SPSS? [closed]
Can someone explain me how I detect abnormal patterns with regards to fraud prevention when using SPSS?
1
vote
1answer
63 views
How to read a .sav SPSS file in in R?
I've tried read.spps(), but I get an encoding error:
> library(foreign)
> read.spss('persona.sav')
re-encoding from CP1252
Error in iconv(names(rval), cp, "") :
unsupported conversion from ...
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 ...
0
votes
1answer
20 views
How to visualize effect of runnng kmeans algoritm in SPSS?
How to visualize effect of runnng kmeans algoritm in SPSS ? I really don't see there any additional graphical options, but I think I've seen some visualizations of kmeans results made in SPSS, which ...
0
votes
1answer
40 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
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
2answers
19 views
SPSS keyboard combination alters encoding
My question does not have to do with programming but with a practical issue on SPSS. By accident a keyword combination that I cannot remember because I did not intend to press changed the encoding in ...
2
votes
2answers
77 views
How do I pair up rows of network traffic data in R or SPSS?
I have lots of SiLK flow data that I would like to do some data mining on. It looks like the destination IP column matches the source IP column of a row of data further down. The rows (with many more ...
0
votes
1answer
26 views
SPSS chart saved as PNG with OMS or other
Is there a way to automatically save a chart in SPSS as a png? I need to use syntax not the usual copy and paste or menu procedure. For example with OMS you can save to PDF word etc...
For example:
...
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 ...
0
votes
1answer
42 views
How do I incorporate dummy's in R?
I made several dummy variables in SPSS and was wondering if I could use the same ones in R? Is there any special code you need to put before the variables (like factor(...) for categorical) or can you ...
0
votes
1answer
27 views
SPSS: How to Get Variable Type or Duplicate Variable?
I'm creating a number of new variables, and I want each variable type to be based on the type of the old variable. I don't want to do this manually--I have a script to automatically create the new ...
3
votes
3answers
174 views
euclidean distance between vectors grouped by other variable in SPSS, R or Excel
I have a dataset containing something like this:
case,group,val1,val2,val3,val4
1,1,3,5,6,8
2,1,2,7,5,4
3,2,1,3,6,8
4,2,5,4,3,7
5,1,8,6,5,3
I'm trying to compute programmatically the Euclidean ...
0
votes
2answers
41 views
Mark all negative values of all variables as missing in SPSS
How can I mark all negative values of all variables as missing in SPSS? I have a dataset of more then 300 variables but none of the have missing values defined, but for all of them -1 and -2 should be ...
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 ...
2
votes
1answer
27 views
How to create subscale scores for 4 subscales of the REI using SPSS?
I need to create subscale scores for 4 subscales of the REI: REI_Appear; REI_Hlth; REI_Mood; REI_Enjoy. The items comprising each subscale are as follows:
Appearance (9 items): 1, 5, 9, 13, 16, 17, ...
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
1answer
53 views
Autoamte SPSS from Access with VBA?
I have an Access database (2010) which needs to automatically send data to SPSS, have statistical functions run on it there, and then export said information back into Access. I need to know wheter it ...
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
1answer
140 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 ...
4
votes
0answers
82 views
How do I perform a Mixed model analysis on my data in SPSS? [closed]
In my thesis I'm trying to discover which factors influence the CSR (corporate social responsibility, GSE_RAW) behavior of companies. Two groups of possible factors / variables have been identified: ...
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
1answer
54 views
How to count cases with the same ID but different values on a second variable using SPSS?
I have a problem with SPSS. For instance, the person with 16 ID at the start of SPSS file is affiliated with both boston scientific coorp and american water works. Can I detect how many cases like ...
1
vote
0answers
87 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
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
2answers
137 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
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
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
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
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
1answer
44 views
How to populate data to SPSS using C#?
I want to create a spss file using C sharp and populate data to it, programmatically.
I couldn't find a fast and neat way to do this. I'm sure that there would be some ways to do this.
Thank you for ...
2
votes
1answer
55 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
1answer
28 views
How to repeat a case value until a different value is encountered?
I currently have a data file that is structured like this:
1
-
-
2
-
3
-
I would like it to look like this:
1
1
1
2
2
3
3
...
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
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 ...
-6
votes
1answer
114 views
In SPSS, how do I do a bunch of regression analyses by looping through independent variables by their label variables? Is it easier in R? [duplicate]
Here's an example of my dataset in comma-delimited form (with variable names in the top row)...
LABEL,X,Y
bimmy,1,2
bimmy,2,4
bimmy,3,6
jimmy,2,8
jimmy,5,4
jimmy,6,10
marian,3,10
marian,4,9
...
1
vote
1answer
22 views
Where are custom menu items saved?
I am creating several custom menu items in SPSS to access several custom created SPSS scripts and syntax.
In order to aviod re-creating all the menu items on every single machine. Is there a file ...

