Diff for "FAQ/zpercs" - CBU statistics Wiki
location: Diff for "FAQ/zpercs"
Differences between revisions 1 and 2
Revision 1 as of 2013-10-03 13:53:52
Size: 302
Editor: PeterWatson
Comment:
Revision 2 as of 2013-10-03 13:54:22
Size: 302
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 6: Line 5:
{{ {{{
Line 9: Line 8:
}} }}}

How do I convert a s-core into a percentile in SPSS?

The below computes 100 P(Z < z) in SPSS. So putting z equal to 1.96 gives a perc of 97.5% since 97.5 percent of the Normal distribution is less than the mean plus 2 standard deviations.

compute perc=100*CDF.NORMAL(z,0,1).
exe.

None: FAQ/zpercs (last edited 2013-10-03 13:54:22 by PeterWatson)