|
The Statistics Output node allows you to call an IBM® SPSS® Statistics procedure to
analyze your IBM SPSS Modeler data. A wide
variety of IBM SPSS Statistics
analytical procedures is available. This node requires a licensed copy of IBM SPSS Statistics.
|
Example
stream = modeler.script.stream()
statisticsoutputnode = stream.createAt("statisticsoutput", "Output", 200, 200)
statisticsoutputnode.setPropertyValue("syntax", "SORT CASES BY Age(A) Sex(A) BP(A) Cholesterol(A)")
statisticsoutputnode.setPropertyValue("use_output_name", False)
statisticsoutputnode.setPropertyValue("output_mode", "File")
statisticsoutputnode.setPropertyValue("full_filename", "Cases by Age, Sex and Medical History")
statisticsoutputnode.setPropertyValue("file_type", "HTML")
Table 1. statisticsoutputnode properties
statisticsoutputnode properties |
Data type |
Property description |
mode
|
Dialog
Syntax
|
Selects "IBM SPSS Statistics
dialog" option or Syntax Editor |
syntax
|
string
|
|
use_output_name
|
flag
|
|
output_name
|
string
|
|
output_mode
|
Screen
File
|
|
full_filename
|
string
|
|
file_type
|
HTML
SPV
SPW
|
|