projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eccc3b6
)
command: Add STEMLEAF to list of unimplemented commands.
author
Daniel Schlieper
<daniel@tuxomania.net>
Mon, 8 Dec 2014 06:17:30 +0000
(22:17 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:17:32 +0000
(22:17 -0800)
src/language/command.def
patch
|
blob
|
history
diff --git
a/src/language/command.def
b/src/language/command.def
index c7b6325073655641bcb3649f4e5cea3d4319d611..2ba0f2673dd5215ef56c0027c8350ff8aee601af 100644
(file)
--- 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")