Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

d-prime

2,331 views
Skip to first unread message

Martijn

unread,
Feb 21, 2007, 1:14:37 PM2/21/07
to
Does anybody happen to know how I can (easily) calculate d-prime in SPSS?

Regards,

Martijn


Bruce Weaver

unread,
Feb 21, 2007, 1:58:42 PM2/21/07
to

I'm a little rusty on signal detection theory, but I think d' = z(hit) -
z(false alarm), right? So something like this should work:

COMPUTE #zhit = IDF.NORMAL(hit,0,1) .
COMPUTE #zfa = IDF.NORMAL(fa,0,1) .
compute dprime = #zhit - #zfa.
exe.

It assumes variables HIT and FA that give hits and false alarms as
proportions.

--
Bruce Weaver
bwe...@lakeheadu.ca
www.angelfire.com/wv/bwhomedir

Art Kendall

unread,
Feb 21, 2007, 2:30:57 PM2/21/07
to
In signal detection theory it is a z found by taking the difference
between the z associated with the hit rate as a proportion and the z
associated with the false alarm rate as a proportion.

data list list/id (f3) hitrate(f7.3) falsealarmrate(f7.3).
begin data
1 .50 .05
2 .70 .08
3 .45 .033
4 .51 .01
5 .96 .01
6 .06 .01
end data.
compute dprime = idf.normal(hitrate,0,1) -idf.normal(falsealarmrate,0,1).
formats dprime (f7.2).
list.


Art Kendall
Social Research Consultants

Martijn

unread,
Feb 22, 2007, 1:10:07 PM2/22/07
to
Hi Art & Bruce,

Thanks for you help!

Martijn


"Art Kendall" <Arthur....@verizon.net> wrote in message
news:45DC9DEC...@verizon.net...

vna...@uic.edu

unread,
Nov 23, 2014, 8:24:05 PM11/23/14
to
Thank you for asking that question, still helpful 7 years later

Rich Ulrich

unread,
Nov 24, 2014, 11:46:32 PM11/24/14
to
On Sun, 23 Nov 2014 17:24:02 -0800 (PST), vna...@uic.edu wrote:

>Thank you for asking that question, still helpful 7 years later

A helpful question? - My ISP shows me the original, but I
don't see an answer.

If you want to ask a question, it is far better to ASK it than
to assume that everyone sees it. Or is curious enough to
look for it.

"Does anybody happen to know how I can (easily) calculate d-prime in
SPSS?"

I don't know. Have you looked?

--
Rich Ulrich
(no more responses from me until after Thankgiving some time.)

David Marso

unread,
Nov 25, 2014, 7:28:08 AM11/25/14
to
Rich,
Looks like both Art K and Bruce W opined on this subject back in 2007 ;-)
https://groups.google.com/forum/#!topic/comp.soft-sys.stat.spss/4cJW8FeFA1E
--
0 new messages