statisticsmodelnode properties
![]() |
The Statistics Model node enables you to analyze and work with your data by running IBM® SPSS® Statistics procedures that produce PMML. This node requires a licensed copy of IBM SPSS Statistics. |
Example
stream = modeler.script.stream()
statisticsmodelnode = stream.createAt("statisticsmodel", "Model", 200, 200)
statisticsmodelnode.setPropertyValue("syntax", "COMPUTE NewVar = Na + K.")
statisticsmodelnode.setKeyedPropertyValue("new_name", "NewVar", "Mixed Drugs")
statisticsmodelnode properties |
Data type | Property description |
---|---|---|
syntax
|
string | |
default_include
|
flag | See the topic filternode properties for more information. |
include
|
flag | See the topic filternode properties for more information. |
new_name
|
string | See the topic filternode properties for more information. |