-
ALPHA=number-list
specifies the level of significance of the statistical test or requests a solution for alpha by specifying a missing value (ALPHA=.). The default is 0.05, which corresponds to the usual 0.05
100% = 5% level of significance. For the TEST=EQUIV analysis, a value of
corresponds to a 100(1 – 2
)% confidence interval. For all the other analyses, a value of
corresponds to a 100(1 –
)% confidence interval. If the CI= and SIDES=1 options are used, then the value must be less than 0.5. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
CI
CI=T
specifies an analysis of precision of the confidence interval for the mean. Instead of power, the relevant probability for this analysis is the probability of achieving a desired precision. Specifically, it is the probability that the half-width of the confidence interval will be at most the value specified by the HALFWIDTH= option. If neither the CI= option nor the TEST= option is used, the default is TEST=T.
-
CV=number-list
specifies the coefficient of variation, defined as the ratio of the standard deviation to the mean on the original data scale. You can use this option only with DIST=LOGNORMAL. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
DIST=LOGNORMAL | NORMAL
specifies the underlying distribution assumed for the test statistic. NORMAL corresponds the normal distribution, and LOGNORMAL corresponds to the lognormal distribution. The default value is NORMAL.
-
HALFWIDTH=number-list
specifies the desired confidence interval half-width. The half-width is defined as the distance between the point estimate and a finite endpoint. This option can be used only with the CI=T analysis. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
LOWER=number-list
specifies the lower equivalence bound for the mean. This option can be used only with the TEST=EQUIV analysis. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
MEAN=number-list
specifies the mean, in the original scale, or requests a solution for the mean by specifying a missing value (MEAN=.). The mean is arithmetic if DIST=NORMAL and geometric if DIST=LOGNORMAL. This option can be used only with the TEST=T and TEST=EQUIV analyses. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
NFRACTIONAL
NFRAC
enables fractional input and output for sample sizes. See the section Sample Size Adjustment Options for information about the ramifications of the presence (and absence) of the NFRACTIONAL option.
-
NTOTAL=number-list
specifies the sample size or requests a solution for the sample size by specifying a missing value (NTOTAL=.). For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
NULLMEAN=number-list
NULLM=number-list
specifies the null mean, in the original scale (whether DIST=NORMAL or DIST=LOGNORMAL). The default value is 0 when DIST=NORMAL and 1 when DIST=LOGNORMAL. This option can be used only with the TEST=T analysis. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
OUTPUTORDER=INTERNAL | REVERSE | SYNTAX
-
controls how the input and default analysis parameters are ordered in the output. OUTPUTORDER=INTERNAL (the default) arranges the parameters in the output according to the following order of their corresponding options:
The OUTPUTORDER=SYNTAX option arranges the parameters in the output in the same order in which their corresponding options are specified in the ONESAMPLEMEANS statement. The OUTPUTORDER=REVERSE option arranges the parameters in the output in the reverse of the order in which their corresponding options are specified in the ONESAMPLEMEANS statement.
-
POWER=number-list
specifies the desired power of the test or requests a solution for the power by specifying a missing value (POWER=.). The power is expressed as a probability, a number between 0 and 1, rather than as a percentage. This option can be used only with the TEST=T and TEST=EQUIV analyses. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
PROBTYPE=keyword-list
-
specifies the type of probability for the PROBWIDTH= option. A value of CONDITIONAL (the default) indicates the conditional probability that the confidence interval half-width is at most the value specified by the HALFWIDTH= option, given that the true mean is captured by the confidence interval. A value of UNCONDITIONAL indicates the unconditional probability that the confidence interval half-width is at most the value specified by the HALFWIDTH= option. You can use the alias GIVENVALIDITY for CONDITIONAL. The PROBTYPE= option can be used only with the CI=T analysis. For information about specifying the keyword-list, see the section Specifying Value Lists in Analysis Statements.
- CONDITIONAL
width probability conditional on interval containing the mean
- UNCONDITIONAL
unconditional width probability
-
PROBWIDTH=number-list
specifies the desired probability of obtaining a confidence interval half-width less than or equal to the value specified by the HALFWIDTH= option. A missing value (PROBWIDTH=.) requests a solution for this probability. The type of probability is controlled with the PROBTYPE= option. Values are expressed as probabilities (for example, 0.9) rather than percentages. This option can be used only with the CI=T analysis. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
SIDES=keyword-list
-
specifies the number of sides (or tails) and the direction of the statistical test or confidence interval. For information about specifying the keyword-list, see the section Specifying Value Lists in Analysis Statements. Valid keywords and their interpretation for the TEST= analyses are as follows:
- 1
specifies a one-sided test, with the alternative hypothesis in the same direction as the effect.
- 2
specifies a two-sided test.
- U
specifies an upper one-sided test, with the alternative hypothesis indicating a mean greater than the null value.
- L
specifies a lower one-sided test, with the alternative hypothesis indicating a mean less than the null value.
For confidence intervals, SIDES=U refers to an interval between the lower confidence limit and infinity, and SIDES=L refers to an interval between minus infinity and the upper confidence limit. For both of these cases and SIDES=1, the confidence interval computations are equivalent. The SIDES= option can be used only with the TEST=T and CI=T analyses. By default, SIDES=2.
-
STDDEV=number-list
STD=number-list
specifies the standard deviation, or requests a solution for the standard deviation by specifying a missing value (STDDEV=.). You can use this option only with DIST=NORMAL. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.
-
TEST=EQUIV | T
TEST
specifies the statistical analysis. TEST=EQUIV specifies an equivalence test of the mean by using a two one-sided tests (TOST) analysis (Schuirmann 1987). TEST or TEST=T (the default) specifies a t test on the mean. If neither the TEST= option nor the CI= option is used, the default is TEST=T.
specifies the upper equivalence bound for the mean, in the original scale (whether DIST=NORMAL or DIST=LOGNORMAL). This option can be used only with the TEST=EQUIV analysis. For information about specifying the number-list, see the section Specifying Value Lists in Analysis Statements.