Statistics: Nonparametric Tests: Paired Sample Wilcoxon Signed Rank test
Preform paired sample Wilcoxon signed rank test
This feature is for OriginPro only.
1. signrank2 irng:=(Col(A),Col(B))
2. signrank2 irng:=(1,2) 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 Wilcoxon sign rank test. |
Null Hypothesis | null |
Input string |
|
Show the null hypothesis (Read only) |
Alternate Hypothesis | tail |
Input int |
|
Indicate whether an upper, lower or two tailed paired sample Wilcoxon sign rank test is performed.
|
Significance Level | alpha |
Input double |
|
Specify the significance level of the test. |
Output Result | rt |
Output ReportTree |
|
Specify the report worksheet destination |
1. To perform a paired sample Wilcoxon sign ranktest on the first two columns of the active worksheet using default settings, type the script command:
2. To perform an upper-tailed paired sample Wilcoxon sign ranktest on the first two columns of the active worksheet, use the script command:
For more information, please refer to our User Guide.