SIMRUN
/PLAN FILE='/simulations/myplan.splan'
/CRITERIA REPRESULTS=TRUE SEED=498654860
/DISTRIBUTION DISPLAY=PDF CDF
/BOXPLOT DISPLAY=YES
/SCATTERPLOT DISPLAY=YES
/TORNADO DISPLAY=YES TYPE=CORR VARIANCE
/PRINT DESCRIPTIVES=YES PERCENTILES=YES(NTILES=4).
- The CRITERIA subcommand specifies an explicit seed value so that results of this
simulation can be reproduced by using the same seed.
- The DISTRIBUTION subcommand specifies that both probability density functions and
cumulative distribution functions of the predicted target values will
be displayed.
- The BOXPLOT subcommand
specifies that a boxplot of the distribution of predicted target values
will be displayed.
- The SCATTERPLOT subcommand specifies that scatterplots of each target with each
of its simulated inputs will be displayed.
- The TORNADO subcommand
specifies that two tornado charts will be displayed. One chart will
display the correlation coefficients between a target and its simulated
inputs, and the other will display the contribution to the variance
of the target from each of its simulated inputs.
- The PRINT subcommand
specifies that tables of descriptive statistics of targets and inputs
will be generated as well as a table of the quartiles for continuous
targets.