RATIO STATISTICS
RATIO STATISTICS
is available in the Statistics
Base Edition.
RATIO STATISTICS
provides a variety of descriptive statistics for the ratio between
two variables.
RATIO STATISTICS numerator varname WITH denominator varname
[BY group varname[({ASCENDING**})]]
{DESCENDING }
{NOSORT }
[/MISSING = {EXCLUDE**}]
{INCLUDE }
[/OUTFILE('file'|'dataset') = [AAD] [BCOC((low,high) [(low,high)] ...)] [CIN[({95 })]]
{value}
[COD] [MAX] [MDCOV] [COV] [MEAN] [MEDIAN] [MIN] [MNCOV] [PRB]
[PRD] [RANGE] [STDDEV] [WCOC(value list)] [WGTMEAN]]
[/PRINT = [AAD] [BCOC(low,high)...] [CIN[({95 })]]
{value}
[COD] [COV] [MAX] [MDCOV] [MEAN] [MEDIAN] [MIN] [MNCOV] [N] [PRB]
[PRD] [RANGE] [STDDEV] [WCOC(value list)] [WGTMEAN]]
** Default if the subcommand is omitted.
This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.
Syntax for the RATIO STATISTICS command can be generated from the Ratio Statistics dialog box.
Example
RATIO STATISTICS appraise WITH price
/PRINT = AAD BCOC((1,2) (3,4)) MEAN.
Release history
Release 28.0
- COV and PRB keywords added to the OUTFILE subcommand.
- COV, PRB, and N keywords added to the PRINT subcommand.