POWER PEARSON ONESAMPLE

POWER PEARSON ONESAMPLE is available in IBM® SPSS® Statistics Base Edition. The command invokes the power analysis for the one-sample Pearson correlation test. Pearson product-moment correlation coefficient measures the strength of linear association between two scale random variables, which are assumed to follow a bivariate normal distribution.

POWER PEARSON ONESAMPLE 
    /PARAMETERS
        [ TEST = {NONDIRECTIONAL**} {DIRECTIONAL} ]
        [ ADJUST BIAS = {TRUE**} {FALSE} ]
        [ SIGNIFICANCE = {0.05**} {value} ]
        { N = {integer} } { POWER = {value} }
        [ NULL = {0**} {value} ]
        ALTERNATIVE = {value}
    [ /PLOT
        [ N([integer1 integer2 ]) ] [ NULL ] [ ALTERNATIVE ] [ DIFF ]
        [ N_XAXIS([integer1 integer2]) DIFF_YAXIS ]
        [ N_YAXIS([integer1 integer2]) DIFF_XAXIS ]
        [ NULL_XAXIS ALTERNATIVE_YAXIS ]
        [ NULL_YAXIS ALTERNATIVE_XAXIS ]
        [ VROTATE({10**} {integer}) ]
        [ HROTATE({325**} {integer}) ] ]

** 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.

Release History

Release 27.0
  • Command introduced