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
Input
Range
Specify the input data range to be performed paired sample sign test.
string
Show the null hypothesis of the test (read only).
int
Indicates whether an upper, lower, or 2 tailed paired sample sign test should be performed. Option list
double
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.
NAG's help, g08aac.pdf c
ttestpair, signrank2