Questions tagged as 'spss'

1
answer

Changing the missing data NA by "something else"

When I import a .sav file I do not want the < NA > in my mydata1 . I would like instead of NA to appear, for example, "something else." mydata = read.spss('mydata.sav', use.value.labels = TRUE, to.data.frame = TRUE,...
asked by 15.05.2014 / 23:24
1
answer

How to convert numeric variables to string?

I have a series of 45 numeric variables that represent the right or wrong answers of a set of students (45 questions in all) and would like to create a single string with the 45 answers and would like to have a string Q_CN with all of them conca...
asked by 08.07.2014 / 17:25
1
answer

Python - How to keep list item decimal places for variable?

I'm using Python within SPSS to read some values within a dataset. These values are stored in a list. I am using 15 decimal places and in the list the values appear with 15 houses. However when I copy the value to a variable this stores with up...
asked by 23.06.2018 / 05:39
0
answers

Create variables using cases

I have a bank like this número do atendimento produto unidade preçouni preçotot 1 camisa 1 10 10 1 calça 2 20 40 1 boné 1 10 10...
asked by 12.04.2018 / 19:21
0
answers

How to measure the association between ordinal and nominal variables?

I want to measure the association between gender and the number of assignments of each score in a questionnaire. However, I have a 2x6 reference table with numbers less than 5 in more than one box (over 20% of the boxes). Looking for some solu...
asked by 03.04.2017 / 21:18
1
answer

SPSS - does anyone know how to create repetition loops and how do these loops create new variables in a dataset?

Does anyone know how to create repeating loops and that this loops create new variables in a dataset? if possible using SPSS Syntax or some other function of the software.     
asked by 23.05.2016 / 21:07