python-causality-handbook icon indicating copy to clipboard operation
python-causality-handbook copied to clipboard

Chapter 06 - plot titles

Open khomi-a opened this issue 1 year ago • 0 comments

For the plot titles E[T=1|IQ] - E[T=0|IQ] is used, however I believe

  • E[Y|T=1] - E[Y|T=0] (or E[Y|T=1, IQ] - E[Y|T=0, IQ] as it won't matter) should be used for the first plot
  • E[Y|T=1, IQ=1] - E[Y|T=0, IQ=1] (or {E[Y|T=1, IQ] - E[Y|T=0, IQ] }/IQ) - for the second one This is essentially a question of notation, however E[T=1|IQ] most probably would be considered by one as P(T=1|IQ)
image

khomi-a avatar Dec 09 '24 19:12 khomi-a