SPSS is a statistics package. Originally released in 1968, it is currently owned by IBM.
0
votes
1answer
8 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
47 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
20 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:
...
0
votes
1answer
39 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 ...
-1
votes
0answers
35 views
Market Research- Data Analyst career [closed]
i am working in an Market research industry from last 2 years as Data Analyst and working on the SPSS tool to do data validation, modification, recoding, stacking etc..
could anyone suggest me what to ...
0
votes
1answer
17 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
121 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
28 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
26 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
11 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
44 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
13 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
56 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
63 views
How do I perform a Mixed model analysis on my data in SPSS?
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
27 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
17 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
61 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
38 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
63 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
26 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
35 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
28 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
32 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
27 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
29 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
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
1answer
22 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
80 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
95 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
19 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 ...
0
votes
1answer
51 views
I want to sum using IF condition in SPSS
I am looking for sum if syntax in SPSS. I have 3 variable. UUID is repeted here. I want to sum the server count for each UUID (ex:68d92 )and Virt flag P. I want syntax in SPSS. How can I do this?
...
1
vote
1answer
88 views
SPSS error when running for manova
I have been having problems with SPSS. When I try to run a data set it says:
>Error # 12005 in column 14. Text: -4
>A parenthesized value range in the MANOVA procedure contains a lower limit
...
0
votes
0answers
20 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
2answers
76 views
Missing data & single imputation
I have a complete ozone data set which consist a few missing values. I would like to use SPSS to do single imputation to impute my data.
Before I start impute my data, I would like to do randomly ...
0
votes
1answer
86 views
SPSS Script from version 15 to version 20 in BASIC
The below script is written in 'Winwrap basic' which is almost identical to VBA.
I would like this script to work on SPSS 20, the script works fine on SPSS15 (by changing the file extension from STT ...
0
votes
2answers
59 views
I have to perform “Open In ” option for .sav extension file through iOS app
On iOS devices, the Mail app offers "Open In..." option for attachments. The apps listed have registered their CFBundleDocumentTypes with the OS.Through this I have to open SPSS file(.sav extension) ...
2
votes
0answers
50 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?
0
votes
2answers
92 views
Matching Files in SPSS using Table or In
I keep running into an error when trying to add variables of one spss file to another. File 1 has 1.800.000 cases [payments], File 2 has 800.000 cases [recipients]. They both have an ID number to ...
0
votes
1answer
72 views
how to copy from one variable to another using if condition in spss
I am looking for IF condition syntax in SPSS. I have 2 variables, one is IND and the other is code:
IND (String) Code (String) i want final var as below
retail ...
0
votes
0answers
11 views
If Condition is SPSS [duplicate]
I am new to this forum..I am looking for IF condition syntax in SPSS. I have 2 variable,one is IND and another is code both are string variable. wherever code is blank, I want data from Ind Variable.
...
1
vote
1answer
50 views
Graph change in variables from summary of cases
[a] [b] [c]
Chrome Chrome Chrome
Chrome Internet Explorer Chrome
Chrome Chrome Chrome
Firefox ...
1
vote
1answer
42 views
Compute sum of all cases
browser pageviews month totalhits percentage
-------------------------------------------------
ch 227025 Nov 2012 626760 36.22
ie 184232 Nov 2012 626760 29.39
s ...
0
votes
0answers
49 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
1answer
32 views
Is it possible to loop this syntax
I have been trying for some time to loop the following sytanx say 10 times.
COMPUTE tempvar=UNIFORM(10).
SORT CASES BY behaviour_code tempvar (A).
SPLIT FILE BY behaviour_code.
COMPUTE tempvar=1.
...
0
votes
0answers
120 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
1answer
27 views
Including STDEV in this macro and call
Ive got together the following macro to get a random sample of various sizes then calculate MEAN a given number of times. I would also like calculate the STDEV alongside the MEAN. Ive tried various ...
1
vote
1answer
94 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 ...
0
votes
2answers
1k views
How to open spss data files in excel?
I want to open spss .sav data files in excel without open the spss files(i don't want to convert spss data file into excel file), I know this is possible using OLDB connection, but i don't know how to ...