GetSigMarkersAt method (Python)
Returns the significance indicators, if any, for the specified data cell. Significance indicators
are created for custom tables (CTABLES
) when pairwise comparisons of column
proportions or column means are calculated. The GetSigMarkersAt
method returns
significance indicators only when the indicators are merged into the main table.
SpssDataCells.GetSigMarkersAt(row,column)
Parameters
- Row
- Row index.
- Column
- Column index.
Return Value
- Simple indicators
- When simple indicators are used, the returned value is a Python dictionary. The keys of the
dictionary are the case-preserved values of the indicators for the specified cell. The value for
each key is the number of the column, in the column label array, whose alphabetic identifier matches
the key.
- When multiple statistics are specified for the custom table, the column number for each key is the column for the statistic that was used for the comparison.
- If two significance levels are specified for the pairwise comparisons, capital letters (for the indicators) are used to identify significance values less than or equal to the smaller level. Lowercase letters (for the indicators) are used to identify significance values less than or equal to the larger level.
- APA-style indicators
- When APA-style indicators are used, the returned value is a string that consists of the indicator for the specified cell.
You can get the indicator type from the SpssPivotTable.GetSigMarkersType
method.