英文: SPSS Syntax: spliting one categorical variable into multiple yes/no variables 问题 我有一个分类变量(v0),其中...
在SPSS中是否有Python代码来对所有数值问题中的特定值进行重新编码?
英文: Is there a Python code in SPSS to RECODE a specific value in all numeric questions? 问题 我正在使用SPSS...
Creating one variable from three, SPSS 将三个变量合并为一个,SPSS
英文: Creating one variable from three, SPSS 问题 能否有人善意地帮助解决SPSS语法的问题。我遇到了错误,但不明白为什么。 我有3个变量: Var1(取值为1...
保存SPSS输出文件并在文件名中使用当前系统日期,格式为yyyy-mm-dd。
英文: How to save SPSS outfile export with current system date in filename, formatted as yyyy-mm-dd 问题...
如何在 SPSS 中指定某个输出,如果有多个输出文件已打开。
英文: How to specify a certain output if more than one output files are open in spss 问题 我有2个输出文件已打开。在运...
如何从SPSS文件中的数据框中使用标签替换值?
英文: How to replace values by labels in data.frames from spss files? 问题 我必须读取一个.sav文件 我使用了haven包 libr...
使用char.sub命令处理多个变量
英文: Using char.sub command on multiple variables 问题 我必须选择多个变量中以特定数字开头的一组案例。 我正在使用以下代码: CHAR.SUBSTR(v...
在一个简单的计算中添加条件。
英文: Add conditions within a simple calculation 问题 我计算了一个简单的加法,但想在其中添加一个条件; ``` COMPUTE CharlsonSCORE...