Previous Page | Next Page

The SURVEYMEANS Procedure

Ratio Analysis

The "Ratio Analysis" table displays all of the statistics that you request with statistic-keywords in the PROC statement. If you do not specify any statistic-keywords, then by default this table displays the ratio and its standard error. The "Ratio Analysis" table might contain the following information for each ratio, depending on which statistic-keywords you request:

  • Numerator, which identifies the numerator variable of the ratio

  • Denominator, which identifies the denominator variable of the ratio

  • N, which is the number of observations used in the ratio analysis

  • number of Clusters

  • Sum of Weights

  • DF, which is the degrees of freedom for the test

  • Ratio

  • Std Error of Ratio, which is the standard error of the ratio

  • Var of Ratio, which is the variance of the ratio

  • Value, for testing

  • Pr , which is the two-sided -value for the test

  • % CL for Ratio, which are two-sided confidence limits for the Ratio

  • Upper % CL for Ratio, which are one-sided upper confidence limits for the Ratio

  • Lower % CL for Ratio, which are one-sided lower confidence limits for the Ratio

When you use the ODS OUTPUT statement to create an output data set, if you use labels for your RATIO statement, these labels are saved in the variable Ratio Statement in the output data set.

Previous Page | Next Page | Top of Page