If there are groupby columns, they comprise the UPI. Otherwise, N is the UPI.
teststyle = binomial (Default)
| Column |
Data Type |
Description |
| N |
Float |
Count of value pairs. |
| NPos |
Float |
Count of positive value differences. |
| NNeg |
Float |
Count of negative value differences. |
| BP |
Float |
Binomial probability. |
| BinomialCallP |
Char |
Binomial result: - a=accept null hypothesis
- p=reject null hypothesis (positive)
- n=reject null hypothesis (negative)
|
teststyle = sign
| Name |
Type |
Definition |
| N |
Float |
Count of value pairs. |
| NPos |
Float |
Count of positive values. |
| NNeg |
INTEGER |
Count of negative or zero values. |
| BP |
Float |
Binomial probability. |
| BinomialCallP |
Char |
Binomial sign result: - a=accept null hypothesis
- p=reject null hypothesis (positive)
- n=reject null hypothesis (negative)
|