RATIO STATISTICS

RATIO STATISTICS is available in the Statistics Base option.

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] [MEAN] [MEDIAN] [MIN] [MNCOV] [PRD]
                         [RANGE] [STDDEV] [WCOC(value list)] [WGTMEAN]]

  [/PRINT = [AAD] [BCOC(low,high)...] [CIN[({95   })]]
                                            {value}
            [COD] [MAX] [MDCOV] [MEAN] [MEDIAN] [MIN] [MNCOV] [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.