POWER MEANS ONESAMPLE
POWER MEANS ONESAMPLE is available in IBM® SPSS® Statistics Base Edition. The command invokes power analysis for the one sample t-test to draw statistical inference about the mean parameter. It is assumed that the sample data independently and identically follow a normal distribution with a fixed mean and variance.
POWER MEANS ONESAMPLE
/PARAMETERS
[ TEST={NONDIRECTIONAL**} {DIRECTIONAL} ]
[ SIGNIFICANCE={0.05**} {value}] ]
{ N={integer} } { POWER=[value] | [value1 TO value2 BY value3] }
{ SD={value} MEAN={value} NULL={0**} {value} ES={value} }
[ /PLOT
[ N([integer1 integer2]) ]
[ ES([value1 value2]) ]
[ N_XAXIS([integer1 integer2]) ES_YAXIS([value1 value2]) ]
[ N_YAXIS([integer1 integer2]) ES_XAXIS([value1 value2]) ]
[ VROTATE({10**} {integer}) ]
[ HROTATE({325**} {integer}) ] ]
[ /PRECISION
[ HALFWIDTH={values} ]
** Default if the subcommand or keyword is omitted.
This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.
Syntax for the
POWER MEANS ONESAMPLE
command can be generated from the Power Analysis of One-Sample T Test dialog.
Release History
Release 28.0.1
- Added support for the PARAMETERS subcommand's ES keyword.
- Added support for the PRECISION subcommand.
Release 28.0
- PARAMETERS subcommand's POWER keyword supports [value1 TO value2 BY value3].
Release 27.0
- Command introduced