From c001d5a5877a0fcedae9c0226acea0faf6eca5f5 Mon Sep 17 00:00:00 2001 From: Daniel Schlieper Date: Sun, 7 Dec 2014 22:17:30 -0800 Subject: [PATCH] command: Add STEMLEAF to list of unimplemented commands. --- src/language/command.def | 1 + 1 file changed, 1 insertion(+) diff --git a/src/language/command.def b/src/language/command.def index c7b6325073..2ba0f2673d 100644 --- a/src/language/command.def +++ b/src/language/command.def @@ -249,6 +249,7 @@ UNIMPL_CMD ("SEASON", "Estimate seasonal factors") UNIMPL_CMD ("SELECTPRED", "Select predictor variables") UNIMPL_CMD ("SPCHART", "Plot control charts") UNIMPL_CMD ("SPECTRA", "Plot spectral density") +UNIMPL_CMD ("STEMLEAF", "Plot stem-and-leaf display") UNIMPL_CMD ("SUMMARIZE", "Univariate statistics") UNIMPL_CMD ("SURVIVAL", "Survival analysis") UNIMPL_CMD ("TDISPLAY", "Display active models") -- 2.30.2