NPAR TESTS
NPAR TESTS
is available in Statistics Base Edition.
NPAR TESTS
is a collection of nonparametric tests. These tests make minimal
assumptions about the underlying distribution of the data.
NPAR TESTS [CHISQUARE=varlist[(lo,hi)]/] [/EXPECTED={EQUAL }]
{f1,f2,...fn}
[/K-S({UNIFORM [min,max] })=varlist]
{NORMAL [mean,stddev]}
{POISSON [mean] } @@
{EXPONENTIAL [mean] }
[/KS_SIM
[CIN({99**}{value})] [SAMPLES({10000**}{integer})] [NONORMAL] ]
[/RUNS({MEAN })=varlist]
{MEDIAN}
{MODE }
{value }
[/BINOMIAL[({.5})]=varlist[({value1,value2})]]
{ p} {value }
[/MCNEMAR=varlist [WITH varlist [(PAIRED)]]]
[/SIGN=varlist [WITH varlist [(PAIRED)]]]
[/WILCOXON=varlist [WITH varlist [(PAIRED)]]]
|/MH=varlist [WITH varlist [(PAIRED)]]]††
[/COCHRAN=varlist]
[/FRIEDMAN=varlist]
[/KENDALL=varlist]
[/M-W=varlist BY var (value1,value2)]
[/K-S=varlist BY var (value1,value2)]
[/W-W=varlist BY var (value1,value2)]
[/MOSES[(n)]=varlist BY var (value1,value2)]
[/K-W=varlist BY var (value1,value2)]
[/J-T=varlist BY var (value1, value2)]††
[/MEDIAN[(value)]=varlist BY var (value1,value2)]
[/MISSING=[{ANALYSIS**}] [INCLUDE]]
{LISTWISE }
[/SAMPLE]
[/STATISTICS=[DESCRIPTIVES] [QUARTILES] [ALL]]
[/METHOD={MC [CIN({99.0 })] [SAMPLES({10000})] }]††
{value} {value}
{EXACT [TIMER({5 })] }
{value}
**Default if the subcommand is omitted.
@@ An error message is produced when varlist is specified for the POISSON keyword.
††Available only if Sampling and Testing is installed (available only on Windows operating systems).
This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.
Syntax for
the NPAR TESTS
command can be generated from the
dialogs accessible from the Nonparametric Tests item on the Analyze
menu.
Release History
Release 17.0
- Increased limits on number of variables allowed in the analysis.
Release 27
- Added support for the KS_SIM subcommand.
- Added support for the CIN keyword in the KS_SIM subcommand.
- Added support for the SAMPLES keyword in the KS_SIM subcommand.
- Added support for the NONORMAL keyword in the KS_SIM subcommand.
- Removed support for POISSON=varlist in the K-S subcommand.
Example
NPAR TESTS K-S(UNIFORM)=V1 /K-S(NORMAL,0,1)=V2.