SPSS is a statistics package. Originally released in 1968, it is currently owned by IBM.

learn more… | top users | synonyms

11
votes
8answers
8k views

R and SPSS difference

i will be analysing vast amount of network traffic related data shortly. i will pre-process the data in order to analyse it. i have found that R and SPSS are among the most popular tools for ...
8
votes
8answers
13k views

Read SPSS file into R

Probably a basic answer. I am trying to learn R and want to bring in an SPSS file, which I can open in SPSS. I have tried using read.spss from foreign and spss.get from Hmisc. Both error messages ...
7
votes
2answers
4k views

SPSS and PHP/MySQL Integration

I apologize up front for the broadness of this question, but I'm wondering if anyone has any suggestions/pointers. A friend's company uses SPSS for statistical data, surveys, etc. They'd like to be ...
5
votes
4answers
603 views

How did you experience the transition from SPSS to R?

The discussion in this question is the direct cause for me asking this question. The more general reason is the fact that I often have to explain R use to people that are only familiar with SPSS. I ...
5
votes
3answers
4k views

Ignore escape characters (backslashes) in R strings

While running an R-plugin in SPSS, I receive a Windows path string as input e.g. 'C:\Users\mhermans\somefile.csv' I would like to use that path in subsequent R code, but then the slashes need to be ...
5
votes
2answers
773 views

Warning / Error when Importing a .sav

I have two versions of SPSS at work. SPSS 11 running on Windows XP and SPSS 20 running on Linux. Both copies of SPSS work fine. Files created with either version of SPSS open without incident on the ...
5
votes
4answers
326 views

Getting an SPSS data file into R

At my company, we are thinking of gradually phasing out SPSS in choice of R. During the transition though we'll still be having the data coming in SPSS data file format (.sav). I'm having issues ...
4
votes
7answers
8k views

How do I calculate these statistics?

I'm writing an app to help facilitate some research, and part of this involves doing some statistical calculations. Right now, the researchers are using a program called SPSS. Part of the output that ...
4
votes
5answers
177 views

Create summary table of categorical variables of different lengths

In SPSS it is fairly easy to create a summary table of categorical variables using "Custom Tables": How can I do this in R? General and expandable solutions are preferred, and solutions using the ...
4
votes
4answers
2k views

How to get descriptive statistics on questionnaire items by group using SPSS?

I have carried out an evaluation of a product using likert scale questionnaire and imported the date into SPSS. I have my columns arranged as follows: ID, Group, Q1, Q2, Q3, Q4 I have two different ...
4
votes
0answers
65 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: ...
3
votes
6answers
994 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
3
votes
3answers
127 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 ...
3
votes
2answers
1k views

Load R package in SPSS

I have just started working with the integration of R into SPSS and I have problems with loading some R packages in SPSS. I can load e.g. library(foreign) or library(graphics) but it does not work for ...
3
votes
4answers
932 views

Remove variable labels attached with foreign/Hmisc SPSS import functions

As usual, I got some SPSS file that I've imported into R with spss.get function from Hmisc package. I'm bothered with labelled class that Hmisc::spss.get adds to all variables in data.frame, hence ...
3
votes
1answer
207 views

How to extract the codes from a factor

First of all I would like to apologise in adavnce if I won't be very clear in my question. I'm totally new to R and my terminology won't be that good. We get a SPSS file from an external company that ...
3
votes
2answers
218 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 ); ...
3
votes
2answers
377 views

How to apply fit line for different lines that have different trends including linear and cubic in one scatter plot graph in SPSS?

I have got a scatter plot with three treatments and would like to apply the best fit line for each treatments. Is there any way in SPSS to apply fit lines in one treatment without affecting others at ...
2
votes
3answers
743 views

weight data with R Part II

Given is the following data frame: structure(list(UH6401 = c(1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, ...
2
votes
2answers
685 views

clear memory in SPSS, like what is done in R

Being an R user, I'm now trying to learn the SPSS syntax. I sed to add the command rm(list=ls()) at the being of R script to ensure that R is empty before I go on my work. Is there a similar command ...
2
votes
6answers
10k views

How can I loop through variables in SPSS? I want to avoid code duplication

Is there a "native" SPSS way to loop through some variable names? All I want to do is take a list of variables (that I define) and run the same procedure for them: pseudo-code - not really a good ...
2
votes
2answers
605 views

SPSS - sum of squares change radically with slight model changes in ANOVA?

I have noticed that the sum of squares in my models can change fairly radically with even the slightest adjustment to my models???? Is this normal???? I'm using SPSS 16, and both models presented ...
2
votes
2answers
57 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 ...
2
votes
1answer
14 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, ...
2
votes
1answer
39 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 ...
2
votes
1answer
90 views

moving averages varlist

I am trying to calculate moving averages spanning 30 days (prior moving averages) using SPSS 20 for about 1200 stock tickers. I would like to use a loop like: Calculate 30 days moving average for a ...
2
votes
3answers
572 views

information from `label attribute` in R to `VARIABLE LABELS` in SPSS

I'm working in R, but I need to deliver some data in SPSS format with both 'variable labels' and 'value labels' and I'm kinda stuck. I've added variable labels to my data using the Hmisc's label ...
2
votes
1answer
377 views

Looping through variables in spss

Im looking for a way to loop through variables (eg week01 to week52) and count the number of times the value changes across the them. For example week01 to week18 may be coded as 1 week19 to week40 ...
2
votes
1answer
289 views

weight data with R

I have a dataset like this: structure(c(1, 2, 1, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2, ...
2
votes
1answer
424 views

SPSS: Looping over Several Variables

I am working in SPSS and have a large number of variables, call them v1 to v7000. I want to perform a series of "complex operations" on each variable to create a new set of variables: t1 to t7000. ...
2
votes
1answer
120 views

import mysql database in to pspp?

Hi friends am looking in to pspp for charting ans stastics can anyone tell me how can i connect my mysql database in to pspp gnu . is my mysql supported by pspp ? this is the homwpage os pspp am ...
2
votes
2answers
2k views

copy and paste specific cells from EXCEL into specific SPSS cells

I am trying to copy data from excel into SPSS. I have 80 excel files and need to copy and paste the same cells from each workbook into my main SPSS database. Is there any way I can do this aside from ...
2
votes
0answers
52 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?
2
votes
2answers
98 views

spss to xml conversion

I have done missing value analysis using SPSS 20, I want to convert the missing value analysis into XML so that I can import that XML into PASW modeler. How can I do it ? Note that PASW Statistics is ...
2
votes
0answers
227 views

SPSS: 2 sample t-test: real data against group with M=0 and SD=1? [closed]

we want to use SPSS to compare two groups (2 sample t-test, independent samples). The first group contains real data, the other group is fictional. This fictional group should contain as many ...
1
vote
10answers
296 views

Number crunching in Ruby (optimisation needed)

Ruby may not be the optimal language for this but I'm sort of comfortable working with this in my terminal so that's what I'm going with. I need to process the numbers from 1 to 666666 so I pin out ...
1
vote
3answers
310 views

In SPSS, is it possible to export a dataset file to .CSV with the value names instead of the value numbers?

In my SPSS file, I have a variable called "X". It has four values: 1="dog", 2="cat", 3="hyena", 4="parrot". If I export my data to a .CSV file, here's what it looks like: X 1 2 3 4 I want the ...
1
vote
3answers
737 views

X12 seasonal adjustment program from census, problem with input file extensions

I downloaded the X12 seasonal adjustment program located here: http://www.census.gov/srd/www/x12a/x12downv03_pc.html I followed the setup and got the setting correct. When I go to select a file to ...
1
vote
4answers
724 views

Trying to read an SPSS file in to R. Turns into all NAs. Errors inside

I am trying to read an SPSS file in to R using read.spss. It is a very large file (The World Values Survey), with about 67k entries. Here is the code, with the errors: > library(foreign) > wvs ...
1
vote
1answer
748 views

Please help on using SPSS to add scales of Likert-type

Since the last post is closed due to unclear expression, here is a edited one. There are in total 20 items from 5 Likert-type scale questions from a questionnaire. I need to add the 20 items from 5 ...
1
vote
2answers
778 views

Calculating a correlation coefficient that includes missing values

I'm looking to calculate some form of correlation coefficient in R (or any common stats package actually) in which the value of the correlation is influenced by missing values. I am not sure if this ...
1
vote
2answers
1k views

How to aggregate on IQR in SPSS?

I have to aggregate (of course with a categorical break variable) a quite big data table containing some continuous variables by resulting the mean, median, standard deviation and interquartile range ...
1
vote
1answer
55 views

AUTORECODE from SPSS to R

I want to write a function that is doing the same as the SPSS command AUTORECODE. AUTORECODE recodes the values of string and numeric variables to consecutive integers and puts the recoded values ...
1
vote
2answers
490 views

Shortcuts for specifying multiple variables in SPSS

Are there any shortcuts codes in SPSS for listing multiple variables? Say something similar to v1-v3 instead of v1 v2 v3 in SAS data step?
1
vote
2answers
194 views

How do I run multiple sets of regressions in SPSS without having to retype the command each time?

How do I run multiple sets of regressions in SPSS without having to retype the command each time or without having to change the dependent variable every single time manually? I need to run a lot of ...
1
vote
2answers
67 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 ...
1
vote
3answers
313 views

How to handle (Google Forms - Spreadsheet) “Checkboxes” answers in SPSS

I am analyzing an electronic survey I made using Google Forms and I have the following problem. One of the questions can take multiple answers in the form of Checkboxes as shown in the picture below. ...
1
vote
3answers
559 views

Merging count frequencies SPSS

I am working on a data set that is made up of multiple response questions. I would like to run a count frequency against all the variables and merge the graphs so it will display the percentage of ...
1
vote
1answer
1k views

Multiple if any command in spss

Is it possible to use Nested if any command in spss? for example if any(1, a to c) and if (1, s to x) xx=1.
1
vote
2answers
935 views

SPSS - Multiple Graphs

I create a graph in SPSS and can go in and change the colours and other visual properties. But then when I create another graph, it uses the old default properties again. I can see the code when I ...

1 2 3 4 5