2.16.4.2 Details of TreeNodes in Statsxy


Quantities

The quantities tree specifies which quantity to be computed and output.

Syntax: quantities.Treenode:=<value>

  • quantities.bincenter:=0
  • quantities.sd:=1
  • quantities.max:=1
Treenode Label Type Default Description
binstart Bin Start int 0 Specify whether to output the bin start value.
binend Bin End int 0 Specify whether to output the bin end value.
bincenter Bin Center int 1 Specify whether to output the bin center value.
bin Bin int 0 Specify whether to output the bin range.
posminy X of Minimum Y int 0 Specify whether to output X coordinate of the minimum Y in the bin range.
posmaxy X of Maximum Y int 0 Specify whether to output X coordinate of the maximum Y in the bin range.
mean Mean int 1 Specify whether to output the mean value of the bin range.
median Meidan int 0 Specify whether to output the median value of the bin range.
sd Standard Deviation int 0 Specify whether to output the standard deviation value of the bin range.
sem SE of Mean int 0 Specify whether to output the standard errors of mean.
lowercim Lower 95% Cl of Mean int 0 Specify whether to output the lower limit of the 95% confidence interval of mean.
uppercim Upper 95% Cl of Mean int 0 Specify whether to output upper limit of the 95% confidence interval of mean.
variance Variance int 0 Specify whether to output the variance of the bin range.
sum Sum int 0 Specify whether to output the sum value of the bin range.
min Minimum int 0 Specify whether to output the maximum value of the bin range.
max Maximun int 0 Specify whether to output the minimum value of the bin range.
count Count int 0 Specify whether or not to compute and output counts for each bin.