gwern comments on Value of Information: 8 examples - Less Wrong

48 Post author: gwern 18 May 2012 11:45PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (43)

You are viewing a single comment's thread. Show more comments above.

Comment author: gwern 27 May 2012 02:48:26PM 0 points [-]

To expand; if d<=0.19, to detect this effect at p<0.05 with 75% odds, we need ~75 pairs of nights or ~150 nights of data:

pwr.t.test(d=(456.4783 - (456.4783 - 17.32))/131.4656,power=0.5,sig.level=0.05,type="paired",alternative="greater")
n = 75.44403
d = 0.1911111

Doable, but not trivial.