X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Ftransformation.texi;h=2a52ad17f72049b8fe4b036836a4bcd3bb3c7454;hb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;hp=27bbb2da8d039204be8c27f9b996f867b9ba6511;hpb=da4e969668bf31c5e5d79a78e5f9ac96a97b22a6;p=pspp-builds.git diff --git a/doc/transformation.texi b/doc/transformation.texi index 27bbb2da..2a52ad17 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -83,7 +83,7 @@ list. Each set must have exactly as many source variables as aggregation variables. Each aggregation variable receives the results of applying the specified aggregation function to the corresponding source -variable. The MEAN, SD, and SUM aggregation functions may only be +variable. The MEAN, MEDIAN, SD, and SUM aggregation functions may only be applied to numeric variables. All the rest may be applied to numeric and short and long string variables. @@ -128,6 +128,9 @@ dictionary information from the source variable. Arithmetic mean. Limited to numeric values. The default format is F8.2. +@item MEDIAN(var_name) +The median value. Limited to numeric values. The default format is F8.2. + @item MIN(var_name) Minimum value. The aggregation variable receives the complete dictionary information from the source variable.