From a5cb47ed192173b33511f3aefdb8f1f67415af4b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 29 Jan 2022 09:48:07 -0800 Subject: [PATCH] Add list of unimplemented features. --- tests/language/stats/ctables.at | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/tests/language/stats/ctables.at b/tests/language/stats/ctables.at index 43413ac21f..f39ebdc02e 100644 --- a/tests/language/stats/ctables.at +++ b/tests/language/stats/ctables.at @@ -1,5 +1,46 @@ AT_BANNER([CTABLES]) +dnl TODO: +dnl +dnl - Parsing (positive and negative) +dnl - String variables and values +dnl - Date/time variables and values +dnl - Multiple-response sets. +dnl * MRSETS subcommand. +dnl - SPLIT FILE with SEPARATE splits +dnl - Definition of columns/rows when labels are rotated from one axis to another. +dnl - Preprocessing to distinguish categorical from scale. +dnl - )CILEVEL in summary specifications +dnl - Summary functions: +dnl * Unimplemented ones. +dnl * U-prefix for unweighted summaries. +dnl * .LCL and .UCL suffixes. +dnl * .SE suffixes. +dnl * Separate summary functions for totals and subtotals. +dnl - Special formats for summary functions: NEGPAREN, NEQUAL, PAREN, PCTPAREN. +dnl - Testing details of missing value handling in summaries. +dnl - test CLABELS ROWLABELS=LAYER. +dnl - CATEGORIES: +dnl * Special case for explicit category specifications and multiple dichotomy sets +dnl * THRU +dnl * OTHERNM +dnl * String values +dnl * Date values +dnl * Data-dependent sorting. +dnl - EMPTY=INCLUDE. +dnl - TITLES: )DATE, )TIME, )TABLE. +dnl - SIGTEST +dnl - COMPARETEST +dnl - FORMAT: +dnl * MINCOLWIDTH, MAXCOLWIDTH, UNITS. +dnl * EMPTY. +dnl * MISSING. +dnl - VLABELS. +dnl - SMISSING. +dnl - WEIGHT and adjustment weights. +dnl - PCOMPUTE and PPROPERTIES. +dnl - HIDESMALLCOUNTS. + # AT_SETUP([CTABLES parsing]) # AT_DATA([ctables.sps], # [[DATA LIST LIST NOTABLE /x y z. -- 2.30.2