X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.def;h=742f4ccc087a113d6605ef1724413f8db5ea091f;hb=19d0debdc5b72e1bb6c79956403a4d3bc054f300;hp=7d3b95e047e26be2d9f39601628da969a0f1453d;hpb=1255b66223eac8ff1b0abf138ead22fd801c6633;p=pspp-builds.git diff --git a/src/language/command.def b/src/language/command.def index 7d3b95e0..742f4ccc 100644 --- a/src/language/command.def +++ b/src/language/command.def @@ -26,7 +26,7 @@ DEF_CMD (S_ANY, 0, "EXIT", cmd_finish) DEF_CMD (S_ANY, 0, "FILE HANDLE", cmd_file_handle) DEF_CMD (S_ANY, F_KEEP_FINAL_TOKEN, "FILE LABEL", cmd_file_label) DEF_CMD (S_ANY, 0, "FINISH", cmd_finish) -DEF_CMD (S_ANY, 0, "HOST", cmd_host) +DEF_CMD (S_ANY, F_KEEP_FINAL_TOKEN, "HOST", cmd_host) DEF_CMD (S_ANY, 0, "INCLUDE", cmd_include) DEF_CMD (S_ANY, 0, "N OF CASES", cmd_n_of_cases) DEF_CMD (S_ANY, F_ABBREV, "N", cmd_n_of_cases) @@ -131,56 +131,104 @@ DEF_CMD (S_ANY, F_TESTING, "DEBUG CASEFILE", cmd_debug_casefile) DEF_CMD (S_ANY, F_TESTING, "DEBUG EVALUATE", cmd_debug_evaluate) DEF_CMD (S_ANY, F_TESTING, "DEBUG MOMENTS", cmd_debug_moments) DEF_CMD (S_ANY, F_TESTING, "DEBUG POOL", cmd_debug_pool) +DEF_CMD (S_ANY, F_TESTING, "DEBUG FLOAT FORMAT", cmd_debug_float_format) DEF_CMD (S_ANY, F_TESTING, "DEBUG XFORM FAIL", cmd_debug_xform_fail) /* Unimplemented commands. */ +UNIMPL_CMD ("2SLS", "Two stage least squares regression") UNIMPL_CMD ("ACF", "Autocorrelation function") UNIMPL_CMD ("ADD FILES", "Add files to dictionary") UNIMPL_CMD ("ALSCAL", "Multidimensional scaling") +UNIMPL_CMD ("ANACOR", "Correspondence analysis") UNIMPL_CMD ("ANOVA", "Factorial analysis of variance") UNIMPL_CMD ("CASEPLOT", "Plot time series") UNIMPL_CMD ("CASESTOVARS", "Restructure complex data") +UNIMPL_CMD ("CATPCA", "Categorical principle components analysis") +UNIMPL_CMD ("CATREG", "Categorical regression") UNIMPL_CMD ("CCF", "Time series cross correlation") +UNIMPL_CMD ("CD", "Change working directory") UNIMPL_CMD ("CLEAR TRANSFORMATIONS", "Clears transformations from active file") UNIMPL_CMD ("CLUSTER", "Hierachial clustering") UNIMPL_CMD ("CONJOINT", "Analyse full concept data") +UNIMPL_CMD ("CORRESPONDENCE", "Show correspondence") UNIMPL_CMD ("COXREG", "Cox proportional hazards regression") UNIMPL_CMD ("CREATE", "Create time series data") +UNIMPL_CMD ("CSDESCRIPTIVES", "Complex samples descriptives") +UNIMPL_CMD ("CSGLM", "Complex samples GLM") +UNIMPL_CMD ("CSLOGISTIC", "Complex samples logistic regression") +UNIMPL_CMD ("CSPLAN", "Complex samples design") +UNIMPL_CMD ("CSSELECT", "Select complex samples") +UNIMPL_CMD ("CSTABULATE", "Tabulate complex samples") +UNIMPL_CMD ("CTABLES", "Display complex samples") UNIMPL_CMD ("CURVEFIT", "Fit curve to line plot") +UNIMPL_CMD ("DATAFILE ATTRIBUTE", "User defined datafile attributes") +UNIMPL_CMD ("DATASET", "Alternate data set") UNIMPL_CMD ("DATE", "Create time series data") +UNIMPL_CMD ("DEFINE", "Syntax macros") +UNIMPL_CMD ("DETECTANOMALY", "Find unusual cases") UNIMPL_CMD ("DISCRIMINANT", "Linear discriminant analysis") UNIMPL_CMD ("EDIT", "obsolete") UNIMPL_CMD ("END FILE TYPE", "Ends complex data input") UNIMPL_CMD ("FACTOR", "Factor analysis") UNIMPL_CMD ("FILE TYPE", "Complex data input") UNIMPL_CMD ("FIT", "Goodness of Fit") +UNIMPL_CMD ("GENLOG", "Categorical model fitting") UNIMPL_CMD ("GET TRANSLATE", "Read other file formats") +UNIMPL_CMD ("GGRAPH", "Custom defined graphs") UNIMPL_CMD ("GLM", "General Linear Model") UNIMPL_CMD ("GRAPH", "Draw graphs") +UNIMPL_CMD ("HILOGLINEAR", "Hierarchial loglinear models") +UNIMPL_CMD ("HOMALS", "Homogeneity analysis") UNIMPL_CMD ("IGRAPH", "Interactive graphs") UNIMPL_CMD ("INFO", "Local Documentation") +UNIMPL_CMD ("INSERT", "Insert file") UNIMPL_CMD ("KEYED DATA LIST", "Read nonsequential data") UNIMPL_CMD ("KM", "Kaplan-Meier") UNIMPL_CMD ("LOGISTIC REGRESSION", "Regression Analysis") +UNIMPL_CMD ("LOGLINEAR", "General model fitting") +UNIMPL_CMD ("MANOVA", "Multivariate analysis of variance") +UNIMPL_CMD ("MAPS", "Geographical display") +UNIMPL_CMD ("MATRIX", "Matrix processing") UNIMPL_CMD ("MCONVERT", "Convert covariance/correlation matrices") +UNIMPL_CMD ("MIXED", "Mixed linear models") +UNIMPL_CMD ("MODEL CLOSE ", "Close server connection") +UNIMPL_CMD ("MODEL HANDLE", "Define server connection") +UNIMPL_CMD ("MODEL LIST ", "Show existing models") +UNIMPL_CMD ("MODEL NAME ", "Specify model label") +UNIMPL_CMD ("MRSETS", "Multiple response sets") +UNIMPL_CMD ("MULTIPLE CORRESPONDENCE", "Multiple correspondence analysis") UNIMPL_CMD ("MULT RESPONSE", "Multiple reponse analysis") UNIMPL_CMD ("MVA", "Missing value analysis") +UNIMPL_CMD ("NAIVEBAYES", "Small sample bayesian prediction") UNIMPL_CMD ("NLR", "Non Linear Regression") +UNIMPL_CMD ("NOMREG", "Multinomial logistic regression") UNIMPL_CMD ("NONPAR CORR", "Nonparametric correlation") UNIMPL_CMD ("NPAR TESTS", "Nonparametric tests") UNIMPL_CMD ("NUMBERED", "") +UNIMPL_CMD ("OLAP CUBES", "On-line analytical processing") +UNIMPL_CMD ("OMS", "Output management") +UNIMPL_CMD ("ORTHOPLAN", "Orthogonal effects design") +UNIMPL_CMD ("OVERALS", "Nonlinear canonical correlation") UNIMPL_CMD ("PACF", "Partial autocorrelation") UNIMPL_CMD ("PARTIAL CORR", "Partial correlation") +UNIMPL_CMD ("PLANCARDS", "Conjoint analysis planning") +UNIMPL_CMD ("PLUM", "Estimate ordinal regression models") UNIMPL_CMD ("POINT", "Marker in keyed file") UNIMPL_CMD ("PPLOT", "Plot time series variables") UNIMPL_CMD ("PREDICT", "Specify forecast period") +UNIMPL_CMD ("PREFSCAL", "Multidimensional unfolding") UNIMPL_CMD ("PRESERVE", "Push settings") +UNIMPL_CMD ("PRINCALS", "PCA by alternating least squares") UNIMPL_CMD ("PROBIT", "Probit analysis") UNIMPL_CMD ("PROCEDURE OUTPUT", "Specify output file") UNIMPL_CMD ("PROXIMITIES", "Pairwise similarity") +UNIMPL_CMD ("PROXSCAL", "Multidimensional scaling of proximity data") UNIMPL_CMD ("QUICK CLUSTER", "Fast clustering") +UNIMPL_CMD ("RATIO STATISTICS", "Descriptives of ratios") +UNIMPL_CMD ("READ MODEL", "Read new model") UNIMPL_CMD ("RECORD TYPE", "Defines a type of record within FILE TYPE") UNIMPL_CMD ("REFORMAT", "Read obsolete files") +UNIMPL_CMD ("RELIABILITY", "Reliability estimates") UNIMPL_CMD ("REPEATING DATA", "Specify multiple cases per input record") UNIMPL_CMD ("REPORT", "Pretty print working file") UNIMPL_CMD ("RESTORE", "Restore settings") @@ -188,14 +236,26 @@ UNIMPL_CMD ("RMV", "Replace missing values") UNIMPL_CMD ("ROC", "Receiver operating characteristic") UNIMPL_CMD ("SAVE TRANSLATE", "Save to foriegn format") UNIMPL_CMD ("SCRIPT", "Run script file") +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 ("SUMMARIZE", "Univariate statistics") UNIMPL_CMD ("SURVIVAL", "Survival analysis") +UNIMPL_CMD ("TDISPLAY", "Display active models") +UNIMPL_CMD ("TREE", "Create classification tree") +UNIMPL_CMD ("TSAPPLY", "Apply time series model") UNIMPL_CMD ("TSET", "Set time sequence variables") UNIMPL_CMD ("TSHOW", "Show time sequence variables") +UNIMPL_CMD ("TSMODEL", "Estimate time series model") UNIMPL_CMD ("TSPLOT", "Plot time sequence variables") +UNIMPL_CMD ("TWOSTEP CLUSTER", "Cluster observations") UNIMPL_CMD ("UNIANOVA", "Univariate analysis") UNIMPL_CMD ("UNNUMBERED", "obsolete") UNIMPL_CMD ("UPDATE", "Update working file") +UNIMPL_CMD ("VALIDATEDATA", "Identify suspicious cases") +UNIMPL_CMD ("VARCOMP", "Estimate variance") UNIMPL_CMD ("VARSTOCASES", "Restructure complex data") UNIMPL_CMD ("VERIFY", "Report time series") +UNIMPL_CMD ("WLS", "Weighted least squares regression") +UNIMPL_CMD ("XGRAPH", "High resolution charts")