CSDESCRIPTIVES

CSDESCRIPTIVES is available in the Complex Samples option.

CSDESCRIPTIVES estimates means, sums, and ratios, and computes their standard errors, design effects, confidence intervals, and hypothesis tests, for samples that are drawn by complex sampling methods.

CSDESCRIPTIVES

/PLAN FILE = file

[/JOINTPROB FILE = file]

[/SUMMARY VARIABLES = varlist]

[/MEAN [TTEST = {value    }]
                {valuelist}

[/SUM [TTEST = {value    }]
               {valuelist}

[/RATIO NUMERATOR = varlist DENOMINATOR = varlist

        [TTEST = {value    }]]
                 {valuelist}

[/RATIO...]


[/STATISTICS [COUNT] [POPSIZE] [SE] [CV] [DEFF] [DEFFSQRT]
             [CIN [({95** })]]]
                    {value}

[/SUBPOP TABLE = varname [BY varname [BY ...]] [DISPLAY = {LAYERED }]]
                                                          {SEPARATE}

[/MISSING [SCOPE = {ANALYSIS}] [CLASSMISSING = {EXCLUDE}]]
                   {LISTWISE}                  {INCLUDE}

**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 CSDESCRIPTIVES command can be generated from the Complex Samples Descriptives dialog.

Example

CSDESCRIPTIVES
  /PLAN FILE = ‘/survey/myfile.xml’
  /SUMMARY VARIABLES = y1 y2
  /MEAN.