From: Daniel Schlieper Date: Mon, 8 Dec 2014 06:17:30 +0000 (-0800) Subject: command: Add STEMLEAF to list of unimplemented commands. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=c001d5a5877a0fcedae9c0226acea0faf6eca5f5 command: Add STEMLEAF to list of unimplemented commands. --- 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")