Statistics: Nonparametric Tests: Paired Sample Sign Test
Perform paired sample sign test
This feature is for OriginPro only.
1. sign2 irng:=(col(A),col(B))
2. sign2 irng:=(col(A),col(B)) tail:=upper
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify the input data range to be performed paired sample sign test. |
Null Hypothesis | null |
Input string |
|
Show the null hypothesis of the test (read only). |
Alternate Hypothesis | tail |
Input int |
|
Indicates whether an upper, lower, or 2 tailed paired sample sign test should be performed. Option list
|
Significance Level | alpha |
Input double |
|
Specify the significance level of the test. |
Output Results | rt |
Output ReportTree |
|
Specify the output report worksheet destination |
1. To perform a paired sample signtest on column 1 and column 2 of the active worksheet using default settings, type the script command:
2. To perform an upper-tailed paired sample signtest on column A and column B of the active worksheet, use the script command:
For more information,please refer to our User Guide.