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,...
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...
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...
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...
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.