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
Input
Range
Specify the input data range to be performed paired sample Wilcoxon sign rank test.
string
Show the null hypothesis (Read only)
int
Indicate whether an upper, lower or two tailed paired sample Wilcoxon sign rank test is performed. Option list
double
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.
NAG's help, g08agc
ttestpair, sign2, signrank1