Statistics: Nonparametric Tests: One-Sample Wilcoxon Signed Rank Test
Perform a one-sample Wilcoxon signed rank test
This feature is for OriginPro only.
1. signrank1 irng:=col(A)
2. signrank1 irng:=Col(A) median:=0.1
3. signrank1 irng:=Col(1) median:=2.0 tail:=lower rt:=<new Sign>
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
Specify the input data range on which to perform one-sample Wilcoxon Sign rank test.
double
Specify the value for null hypothesis
string
Show the null hypothesis
int
Indicates whether an upper, lower, or 2 tailed Wilcoxon sign rank test should be performed Option list
Output
ReportTree
Specify the report worksheet destination
1. To perform a one-sample Wilcoxon Sign rankTest on column 1 of the active worksheet using default settings, type the script command:
2. To perform an upper-tailed one-sample Wilcoxon Sign rank Test on column B of the active worksheet, with the hypothetical mean set as 20, use the script command:
For more information, please refer to our User Guide.
Nag's help g08agc.pdf
ttest1, sign2, signrank2