Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何首先在 SPSS Modeler 中不进行观察。我已经按 ID 升序排列了我的变量。您能否让我知道我们使用什么函数在 SPSS Modeler 中获得不相等的值。非常感谢你的帮助。
你能澄清你需要什么吗?我了解到您正在尝试分析丢失的案例。
要过滤缺失的案例:添加过滤器节点(选项包括或排除 - 取决于分析类型)并使用以下代码:
var = undef 或 var = '$null$' 或 var =''