Calculate Row Summary
See Also
This dialog can be used to calculate row summaries within a spreadsheet. Row summaries can be calculated for all variate or factor columns within a spreadsheet.

Columns to Summarize

Lists the type of columns that can be used in forming the row summaries.
All numeric columns- All variate and factor columns within the spreadsheet
All variate columns- All variate columns within the spreadsheet
All factor columns- All factor columns within the spreadsheet
Selected columns- The currently selected columns within the spreadsheet. This option is only available when a spreadsheet contains selected columns.

Row Summary to calculate

The following lists the statistics that can be calculated for each row along with the equivalent function that could be used to perform the same calculation using the CALCULATE directive in the command language.
StatisticDescriptionGenStat Command
SumThe sum/total of the values in the rowVTOTALS/VSUMS function
MeanThe mean of the values in the rowVMEANS function
Standard deviationThe standard deviation of the values in the rowVSD function
VarianceThe variance of the values in the rowVVARIANCES function
Standard error of MeansThe standard error of the row meanVSEMEANS function
MedianThe median value in the rowVMEDIANS function
MinimaThe minimum value in the rowVMAXIMA function
MaximaThe minimum value in the rowVMINIMA function
No. of ObservationsThe number of non missing valuesVNOBSERVATIONS function
No. of Missing ValuesThe number of missing values (*)VNMV function
No. of ValuesThe number of columnsVNVALUES function
SkewnessThe skewness of the valuesVSKEWNESS function
KurtosisThe kurtosis of the valuesVKURTOSIS function

Save In

The column name to contain the row summaries.

Add summary column to Sheet

Add the calculated column to the current spreadsheet.

OK

Calculate the column containing the row summaries and close the dialog.

Cancel

Close the dialog without making any changes.

Apply

Calculate the column containing the row summaries and leave the dialog open to calculate another row summary.

See Also