-----------------------------------------------------------------------------------------------------------------------------------------------
      name:  <unnamed>
       log:  /Users/joshtasoff/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/mturkdisease_analyze.txt
  log type:  text
 opened on:  24 Mar 2025, 12:57:49

. clear all

. 
. use "$DATAPATH/mturkdisease.dta", clear

. 
. ****************** ANALYSIS ****************** 
. drop if female==.  // Eliminate the old guys from the beginning
(26 observations deleted)

. 
. gen immediate = (whentestA == 1 & whentestB == 1)

. gen immediateA = (whentestA==1)

. gen immediateB = (whentestB==1)

. gen delayA = (whentestA > 1 & whentestA<7)

. gen delayB = (whentestB > 1 & whentestB<7)

. gen avoid  = (whentestA == 7 | whentestB == 7)

. gen avoidA = (whentestA==7)

. gen avoidB = (whentestB==7)

. gen delay = (delayA | delayB) & !avoid

. gen delayoravoidA = (whentestA > 1)

. gen delayoravoidB = (whentestB > 1)

. 
. gen BAdelaydiff = whentestB - whentestA

. tab AoverB BAdelaydiff

           |                                                  BAdelaydiff
    AoverB |        -6         -5         -4         -3         -2         -1          0          1          2          3 |     Total
-----------+--------------------------------------------------------------------------------------------------------------+----------
         0 |         2          1          2          3          1          3        170          0          0          1 |       183 
         1 |         0          0          1          0          2          1         36          5          2          3 |        53 
-----------+--------------------------------------------------------------------------------------------------------------+----------
     Total |         2          1          3          3          3          4        206          5          2          4 |       236 


           |           BAdelaydiff
    AoverB |         4          5          6 |     Total
-----------+---------------------------------+----------
         0 |         0          0          0 |       183 
         1 |         1          1          1 |        53 
-----------+---------------------------------+----------
     Total |         1          1          1 |       236 

. 
. gen twentynine = (when==29) & when~=.

. 
. gen robust = (understood==5) & (honest==5) & (lied==1) & (comprehension==1) & (payingattention==1)

. 
. 
. // Avg delay
. gen avgdelay = (whentestA+whentestB)/2

. label var avgdelay "Average Delay" 

. 
. 
. 
. ******************
. * Labeling
. ******************
. label var whentestA "When to Test for Gangoff A"

. label var whentestB "When to Test for Gangoff B"

. label def delay 1 now 2 tomorrow 3 weeks 4 months 5 year 6 before 7 never

. label val whentestA delay

. label val whentestB delay

. label var immediateA "Seek -- Gangoff A"

. label var immediateB "Seek -- Gangoff B"

. label var delayA "Delay -- Gangoff A"

. label var delayB "Delay -- Gangoff B"

. label var avoidA "Avoid -- Gangoff A"

. label var avoidB "Avoid -- Gangoff B"

. label var AoverB "Gangoff A Test $\succ$ Gangoff B Test"

. label var Ascary "Gangoff A -- Fear"

. label var Aworry "Gangoff A -- Worry"

. label var Aoutofmind "Gangoff A -- Out of Mind"

. label var Bscary "Gangoff B -- Fear"

. label var Bworry "Gangoff B -- Worry"

. label var Boutofmind "Gangoff B -- Out of Mind"

. 
. label var z_Ascary "Gangoff A -- Fear (Std.)"

. label var z_Aworry "Gangoff A -- Worry (Std.)"

. label var z_Aoutofmind "Gangoff A -- Out of Mind (Std.)"

. label var z_Bscary "Gangoff B -- Fear (Std.)"

. label var z_Bworry "Gangoff B -- Worry (Std.)"

. label var z_Boutofmind "Gangoff B -- Out of Mind (Std.)"

. 
. label var orderB "Order"

. label var twentynine "Onset in 29 years"

. label var dis_vision "Vision Scenario"

. label var dis_motion "Motion Scenario"

. label var dis_mind  "Mind Scenario"

. label var dis_death  "Death Scenario"

. label var dis_pain  "Pain Scenario"

. label var female  "Female"

. label var age "Age"

. label var understood "Understood Survey"

. label var honest "Answered Questions Honestly"

. label var payingattention "Paying Attention Check"

. label var lied "Lied on a Question"

. label var careful "Answered Questions Carefully"

. label var comprehension_whichdisease "Comprehension Check"

. label var beta "$\beta$"

. label var delta "$\delta$"

. label var beta2 "$\beta$"

. label var delta2 "$\delta$"

. label var z_beta2 "$\beta$ (Std.)"

. label var z_delta2 "$\delta$ (Std.)"

. 
. 
. 
. 
. ******************************************
. *  Tables
. ******************************************
. 
. // Table Summary Stats 
. sum immediateA immediateB delayA delayB avoidA avoidB AoverB whentestA Ascary Aworry Aoutofmind whentestB Bscary Bworry Boutofmind orderB twe
> ntynine dis_vision dis_motion dis_mind dis_death dis_pain female age understood honest lied careful comprehension_whichdisease payingattentio
> n, sep(100)

    Variable |        Obs        Mean    Std. Dev.       Min        Max
-------------+---------------------------------------------------------
  immediateA |        236    .5805085    .4945247          0          1
  immediateB |        236    .5805085    .4945247          0          1
      delayA |        236    .2584746    .4387266          0          1
      delayB |        236    .2711864     .445517          0          1
      avoidA |        236    .1610169    .3683278          0          1
      avoidB |        236    .1483051    .3561575          0          1
      AoverB |        236    .2245763    .4181899          0          1
   whentestA |        236    2.682203    2.316605          1          7
      Ascary |        236    4.411017    1.564406          1          7
      Aworry |        236    4.110169    1.891904          1          7
  Aoutofmind |        236    3.805085    1.894038          1          7
   whentestB |        236    2.631356    2.266244          1          7
      Bscary |        235    6.059574    1.249215          1          7
      Bworry |        236    5.322034    1.783524          1          7
  Boutofmind |        236    3.118644    2.046978          1          7
      orderB |        236          .5    .5010627          0          1
  twentynine |        236    .4830508    .5007747          0          1
  dis_vision |        236    .1949153    .3969774          0          1
  dis_motion |        236    .2076271    .4064704          0          1
    dis_mind |        236    .1991525    .4002118          0          1
   dis_death |        236    .2076271    .4064704          0          1
    dis_pain |        236     .190678    .3936706          0          1
      female |        236    .3771186    .4856951          0          1
         age |        236    31.43644    7.918749         19         50
  understood |        236    4.783898    .4423285          2          5
      honest |        236    4.830508    .3871354          3          5
        lied |        236    1.224576    .5727777          1          5
     careful |        236     4.79661    .4033756          4          5
comprehens~e |        236    .9576271    .2018665          0          1
payingatte~n |        236    .9957627    .0650945          0          1

. 
. estpost summarize whentestA immediateA delayA avoidA AoverB Ascary Aworry Aoutofmind whentestB immediateB delayB avoidB Bscary Bworry Boutofm
> ind beta delta orderB twentynine dis_vision dis_motion dis_mind dis_death dis_pain female age understood honest lied careful comprehension_wh
> ichdisease payingattention

             |  e(count)   e(sum_w)    e(mean)     e(Var)      e(sd)     e(min)     e(max)     e(sum) 
-------------+----------------------------------------------------------------------------------------
   whentestA |       236        236   2.682203   5.366661   2.316605          1          7        633 
  immediateA |       236        236   .5805085   .2445546   .4945247          0          1        137 
      delayA |       236        236   .2584746   .1924811   .4387266          0          1         61 
      avoidA |       236        236   .1610169   .1356653   .3683278          0          1         38 
      AoverB |       236        236   .2245763   .1748828   .4181899          0          1         53 
      Ascary |       236        236   4.411017   2.447367   1.564406          1          7       1041 
      Aworry |       236        236   4.110169     3.5793   1.891904          1          7        970 
  Aoutofmind |       236        236   3.805085   3.587378   1.894038          1          7        898 
   whentestB |       236        236   2.631356   5.135864   2.266244          1          7        621 
  immediateB |       236        236   .5805085   .2445546   .4945247          0          1        137 
      delayB |       236        236   .2711864   .1984854    .445517          0          1         64 
      avoidB |       236        236   .1483051   .1268482   .3561575          0          1         35 
      Bscary |       235        235   6.059574   1.560538   1.249215          1          7       1424 
      Bworry |       236        236   5.322034   3.180959   1.783524          1          7       1256 
  Boutofmind |       236        236   3.118644   4.190119   2.046978          1          7        736 
        beta |       214        214   1.019838   .0444907   .2109281         .5   1.980198   218.2454 
       delta |       210        210   .7439814   .0299308   .1730051         .5          1   156.2361 
      orderB |       236        236         .5   .2510638   .5010627          0          1        118 
  twentynine |       236        236   .4830508   .2507753   .5007747          0          1        114 
  dis_vision |       236        236   .1949153   .1575911   .3969774          0          1         46 
  dis_motion |       236        236   .2076271   .1652182   .4064704          0          1         49 
    dis_mind |       236        236   .1991525   .1601695   .4002118          0          1         47 
   dis_death |       236        236   .2076271   .1652182   .4064704          0          1         49 
    dis_pain |       236        236    .190678   .1549766   .3936706          0          1         45 
      female |       236        236   .3771186   .2358997   .4856951          0          1         89 
         age |       236        236   31.43644   62.70658   7.918749         19         50       7419 
  understood |       236        236   4.783898   .1956545   .4423285          2          5       1129 
      honest |       236        236   4.830508   .1498738   .3871354          3          5       1140 
        lied |       236        236   1.224576   .3280743   .5727777          1          5        289 
     careful |       236        236    4.79661   .1627119   .4033756          4          5       1132 
comprehens~e |       236        236   .9576271   .0407501   .2018665          0          1        226 
payingatte~n |       236        236   .9957627   .0042373   .0650945          0          1        235 

. esttab using "$OUTPUTPATH/terriblediseasessummarystats.tex", cells("mean(fmt(%9.3fc)) sd min max") label nomtitle nonumber title("Terrible Di
> seases Experiment -- Summary Statistics \label{tab:sumstatsterrible}") replace nonotes 
(note: file /Users/joshtasoff/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/terriblediseasessummarystats.
> tex not found)
(output written to ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/terriblediseasessummarystats.tex)

. 
. // Table Main PrTests (Must do by hand)
. preserve

. ttest whentestA=whentestB

Paired t test
------------------------------------------------------------------------------
Variable |     Obs        Mean    Std. Err.   Std. Dev.   [95% Conf. Interval]
---------+--------------------------------------------------------------------
whente~A |     236    2.682203    .1507982    2.316605    2.385114    2.979292
whente~B |     236    2.631356    .1475199    2.266244    2.340725    2.921986
---------+--------------------------------------------------------------------
    diff |     236    .0508475    .0751714    1.154805   -.0972484    .1989433
------------------------------------------------------------------------------
     mean(diff) = mean(whentestA - whentestB)                     t =   0.6764
 Ho: mean(diff) = 0                              degrees of freedom =      235

 Ha: mean(diff) < 0           Ha: mean(diff) != 0           Ha: mean(diff) > 0
 Pr(T < t) = 0.7503         Pr(|T| > |t|) = 0.4994          Pr(T > t) = 0.2497

. expand 2, gen(clone)
(236 observations created)

. gen whentest=whentestA if clone==0
(236 missing values generated)

. replace whentest=whentestB if clone==1
(236 real changes made)

. ranksum whentest, by(clone)

Two-sample Wilcoxon rank-sum (Mann-Whitney) test

       clone |      obs    rank sum    expected
-------------+---------------------------------
           0 |      236       55994       55814
           1 |      236       55634       55814
-------------+---------------------------------
    combined |      472      111628      111628

unadjusted variance  2195350.67
adjustment for ties  -439826.34
                     ----------
adjusted variance    1755524.33

Ho: whentest(clone==0) = whentest(clone==1)
             z =   0.136
    Prob > |z| =   0.8919

Note: Exact p-value is not computed by default for sample sizes > 200.
      Use option exact to compute it.

. restore

. 
. prtest delayoravoidA=delayoravoidB

Two-sample test of proportions          delayoravoid: Number of obs =      236
                                        delayoravoid: Number of obs =      236
------------------------------------------------------------------------------
       Group |       Mean   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
delayoravoid |   .4194915   .0321225                      .3565325    .4824505
delayoravoid |   .4194915   .0321225                      .3565325    .4824505
-------------+----------------------------------------------------------------
        diff |          0   .0454281                     -.0890375    .0890375
             |  under Ho:   .0454281     0.00   1.000
------------------------------------------------------------------------------
        diff = prop(delayoravoid) - prop(delayoravoid)            z =   0.0000
    Ho: diff = 0

    Ha: diff < 0                 Ha: diff != 0                 Ha: diff > 0
 Pr(Z < z) = 0.5000         Pr(|Z| > |z|) = 1.0000          Pr(Z > z) = 0.5000

. prtest avoidA=avoidB

Two-sample test of proportions                avoidA: Number of obs =      236
                                              avoidB: Number of obs =      236
------------------------------------------------------------------------------
    Variable |       Mean   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      avoidA |   .1610169   .0239252                      .1141243    .2079096
      avoidB |   .1483051   .0231347                      .1029619    .1936483
-------------+----------------------------------------------------------------
        diff |   .0127119   .0332811                     -.0525179    .0779416
             |  under Ho:   .0332863     0.38   0.703
------------------------------------------------------------------------------
        diff = prop(avoidA) - prop(avoidB)                        z =   0.3819
    Ho: diff = 0

    Ha: diff < 0                 Ha: diff != 0                 Ha: diff > 0
 Pr(Z < z) = 0.6487         Pr(|Z| > |z|) = 0.7025          Pr(Z > z) = 0.3513

. 
. sum AoverB if immediate

    Variable |        Obs        Mean    Std. Dev.       Min        Max
-------------+---------------------------------------------------------
      AoverB |        129    .0620155     .242124          0          1

. prtest AoverB if avoid==0, by(delay)

Two-sample test of proportions                     0: Number of obs =      129
                                                   1: Number of obs =       66
------------------------------------------------------------------------------
       Group |       Mean   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
           0 |   .0620155    .021235                      .0203956    .1036354
           1 |   .4090909   .0605199                      .2904741    .5277078
-------------+----------------------------------------------------------------
        diff |  -.3470754   .0641372                     -.4727821   -.2213687
             |  under Ho:   .0580778    -5.98   0.000
------------------------------------------------------------------------------
        diff = prop(0) - prop(1)                                  z =  -5.9760
    Ho: diff = 0

    Ha: diff < 0                 Ha: diff != 0                 Ha: diff > 0
 Pr(Z < z) = 0.0000         Pr(|Z| > |z|) = 0.0000          Pr(Z > z) = 1.0000

. prtest AoverB if immediate==0, by(avoid)

Two-sample test of proportions                     0: Number of obs =       66
                                                   1: Number of obs =       41
------------------------------------------------------------------------------
       Group |       Mean   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
           0 |   .4090909   .0605199                      .2904741    .5277078
           1 |   .4390244    .077504                      .2871192    .5909295
-------------+----------------------------------------------------------------
        diff |  -.0299335   .0983338                     -.2226642    .1627972
             |  under Ho:   .0981627    -0.30   0.760
------------------------------------------------------------------------------
        diff = prop(0) - prop(1)                                  z =  -0.3049
    Ho: diff = 0

    Ha: diff < 0                 Ha: diff != 0                 Ha: diff > 0
 Pr(Z < z) = 0.3802         Pr(|Z| > |z|) = 0.7604          Pr(Z > z) = 0.6198

. prtest AoverB if delay==0, by(avoid)

Two-sample test of proportions                     0: Number of obs =      129
                                                   1: Number of obs =       41
------------------------------------------------------------------------------
       Group |       Mean   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
           0 |   .0620155    .021235                      .0203956    .1036354
           1 |   .4390244    .077504                      .2871192    .5909295
-------------+----------------------------------------------------------------
        diff |  -.3770089   .0803605                     -.5345125   -.2195053
             |  under Ho:   .0645293    -5.84   0.000
------------------------------------------------------------------------------
        diff = prop(0) - prop(1)                                  z =  -5.8424
    Ho: diff = 0

    Ha: diff < 0                 Ha: diff != 0                 Ha: diff > 0
 Pr(Z < z) = 0.0000         Pr(|Z| > |z|) = 0.0000          Pr(Z > z) = 1.0000

. 
. // Table Whentest Regression
. global treatments "orderB twentynine dis_vision dis_motion dis_mind dis_death"

. global background "female age"

. global psychA "z_Ascary z_Aworry z_Aoutofmind z_beta2 z_delta2 beta_miss delta_miss"

. global psychB "z_Bscary z_Bworry z_Boutofmind z_beta2 z_delta2 beta_miss delta_miss"

. 
. global tabregspec1 "$treatments"

. global tabregspec2 "$treatments $background"

. global tabregspec3 "$treatments $background $psychA"

. global tabregspec4 "$treatments $background $psychA if robust"

. global tabregspec5 "$tabregspec1"

. global tabregspec6 "$tabregspec2"

. global tabregspec7 "$treatments $background $psychB"

. global tabregspec8 "$treatments $background $psychB if robust"

. 
. reg whentestA AoverB $tabregspec1, vce(robust)

Linear regression                               Number of obs     =        236
                                                F(7, 228)         =       4.34
                                                Prob > F          =     0.0002
                                                R-squared         =     0.1173
                                                Root MSE          =     2.2096

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.825032   .3661543     4.98   0.000     1.103553    2.546511
      orderB |  -.1303827   .2904709    -0.45   0.654    -.7027333    .4419679
  twentynine |   .0018456   .2903911     0.01   0.995    -.5703477     .574039
  dis_vision |  -.4146463   .4869191    -0.85   0.395    -1.374083    .5447903
  dis_motion |  -.3578199   .4857037    -0.74   0.462    -1.314862     .599222
    dis_mind |  -.1170308    .472156    -0.25   0.804    -1.047378    .8133163
   dis_death |  -1.020018   .4483969    -2.27   0.024     -1.90355   -.1364868
       _cons |   2.726849   .4203158     6.49   0.000     1.898649    3.555049
------------------------------------------------------------------------------

. outreg using "$OUTPUTPATH/whenregression.tex", nocons ctitles("","(1)") bdec(3) se starlevels(10 5 1) starloc(1) varlabels replace tex fragme
> nt  pretext("\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}") addrows("Eliminate Questionable Su
> bjects", "No")    ///
>         posttext("\end{table}") note("OLS with robust standard errors. The dependent variable is ``When would you get tested for Gangoff (A/B
> )?''. Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this year, but at some point
>  before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7).  Order is an indicat
> or for different order of questions.  Onset in 29 years is an indicator for longer onset of disease (default is 11 years). Whenever a model i
> ncludes $\beta$ and $\delta$ it also includes indicators for missing values of these covariates.")
(note: file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whenregression.tex not found)
\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                                              ---------------------------------------------------
                                                                                         (1)    
                                              ---------------------------------------------------
                                               Gangoff A Test $\succ$ Gangoff B Test   1.825*** 
                                                                                       (0.366)  
                                               Order                                    -0.130  
                                                                                       (0.290)  
                                               Onset in 29 years                        0.002   
                                                                                       (0.290)  
                                               Vision Scenario                          -0.415  
                                                                                       (0.487)  
                                               Motion Scenario                          -0.358  
                                                                                       (0.486)  
                                               Mind Scenario                            -0.117  
                                                                                       (0.472)  
                                               Death Scenario                          -1.020** 
                                                                                       (0.448)  
                                               R2                                        0.12   
                                               N                                         236    
                                               Eliminate Questionable Subjects            No    
                                              ---------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

.  
. 
. forvalues i=2/4 {
  2.         if `i' ~=4 {
  3.                 local elim "No"
  4.         }
  5.         else if `i' ==4 {
  6.                 local elim "Yes"
  7.         }
  8.         reg whentestA AoverB ${tabregspec`i'}, vce(robust)
  9.         outreg using "$OUTPUTPATH/whenregression.tex", nocons ctitles("",(`i')) bdec(3) se starlevels(10 5 1) starloc(1) varlabels merge t
> ex fragment addrows("Eliminate Questionable Subjects", `elim')
 10. }

Linear regression                               Number of obs     =        236
                                                F(9, 226)         =       3.93
                                                Prob > F          =     0.0001
                                                R-squared         =     0.1330
                                                Root MSE          =     2.1996

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.825963   .3622115     5.04   0.000      1.11222    2.539707
      orderB |   -.128065    .290502    -0.44   0.660     -.700504    .4443739
  twentynine |  -.0176529   .2901875    -0.06   0.952    -.5894721    .5541663
  dis_vision |  -.5131618    .480823    -1.07   0.287    -1.460631    .4343077
  dis_motion |  -.4171646   .4777044    -0.87   0.383    -1.358489    .5241597
    dis_mind |  -.1440747   .4665687    -0.31   0.758    -1.063456    .7753066
   dis_death |  -1.035725   .4380249    -2.36   0.019     -1.89886   -.1725894
      female |   .5458127   .3079999     1.77   0.078     -.061106    1.152731
         age |   .0110389    .017342     0.64   0.525    -.0231337    .0452115
       _cons |    2.22221   .6511292     3.41   0.001     .9391494    3.505271
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                                         -------------------------------------------------------------
                                                                                    (1)       (2)    
                                         -------------------------------------------------------------
                                          Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826*** 
                                                                                  (0.366)   (0.362)  
                                          Order                                    -0.130    -0.128  
                                                                                  (0.290)   (0.291)  
                                          Onset in 29 years                        0.002     -0.018  
                                                                                  (0.290)   (0.290)  
                                          Vision Scenario                          -0.415    -0.513  
                                                                                  (0.487)   (0.481)  
                                          Motion Scenario                          -0.358    -0.417  
                                                                                  (0.486)   (0.478)  
                                          Mind Scenario                            -0.117    -0.144  
                                                                                  (0.472)   (0.467)  
                                          Death Scenario                          -1.020**  -1.036** 
                                                                                  (0.448)   (0.438)  
                                          Female                                             0.546*  
                                                                                            (0.308)  
                                          Age                                                0.011   
                                                                                            (0.017)  
                                          R2                                        0.12      0.13   
                                          N                                         236       236    
                                          Eliminate Questionable Subjects            No        No    
                                         -------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

Linear regression                               Number of obs     =        236
                                                F(16, 219)        =      11.17
                                                Prob > F          =     0.0000
                                                R-squared         =     0.3589
                                                Root MSE          =     1.9215

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.209456   .3351655     3.61   0.000     .5488928    1.870018
      orderB |  -.2481895   .2607628    -0.95   0.342    -.7621153    .2657363
  twentynine |   -.061836   .2607663    -0.24   0.813    -.5757687    .4520967
  dis_vision |  -.0983769   .4399853    -0.22   0.823    -.9655242    .7687704
  dis_motion |    .247992   .4577711     0.54   0.589    -.6542086    1.150193
    dis_mind |   .3916873   .4447977     0.88   0.380    -.4849446    1.268319
   dis_death |  -.3566957   .4418911    -0.81   0.420    -1.227599    .5142078
      female |   .7513475    .267849     2.81   0.005     .2234558    1.279239
         age |   .0137572   .0155613     0.88   0.378    -.0169118    .0444262
    z_Ascary |   .3483949   .1695897     2.05   0.041     .0141581    .6826316
    z_Aworry |  -.4293284   .2026693    -2.12   0.035    -.8287602   -.0298965
z_Aoutofmind |   .9745855   .1700087     5.73   0.000     .6395229    1.309648
     z_beta2 |     .11652   .1706171     0.68   0.495    -.2197417    .4527816
    z_delta2 |    .129102   .1475057     0.88   0.382    -.1616105    .4198144
   beta_miss |   -.320315   .5099691    -0.63   0.531     -1.32539    .6847604
  delta_miss |     .76542   .5793827     1.32   0.188    -.3764596      1.9073
       _cons |   1.799764   .6020905     2.99   0.003     .6131311    2.986398
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                                    -----------------------------------------------------------------------
                                                                               (1)       (2)       (3)    
                                    -----------------------------------------------------------------------
                                     Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209*** 
                                                                             (0.366)   (0.362)   (0.335)  
                                     Order                                    -0.130    -0.128    -0.248  
                                                                             (0.290)   (0.291)   (0.261)  
                                     Onset in 29 years                        0.002     -0.018    -0.062  
                                                                             (0.290)   (0.290)   (0.261)  
                                     Vision Scenario                          -0.415    -0.513    -0.098  
                                                                             (0.487)   (0.481)   (0.440)  
                                     Motion Scenario                          -0.358    -0.417    0.248   
                                                                             (0.486)   (0.478)   (0.458)  
                                     Mind Scenario                            -0.117    -0.144    0.392   
                                                                             (0.472)   (0.467)   (0.445)  
                                     Death Scenario                          -1.020**  -1.036**   -0.357  
                                                                             (0.448)   (0.438)   (0.442)  
                                     Female                                             0.546*   0.751*** 
                                                                                       (0.308)   (0.268)  
                                     Age                                                0.011     0.014   
                                                                                       (0.017)   (0.016)  
                                     Gangoff A -- Fear (Std.)                                    0.348**  
                                                                                                 (0.170)  
                                     Gangoff A -- Worry (Std.)                                   -0.429** 
                                                                                                 (0.203)  
                                     Gangoff A -- Out of Mind (Std.)                             0.975*** 
                                                                                                 (0.170)  
                                     $\beta$ (Std.)                                               0.117   
                                                                                                 (0.171)  
                                     $\delta$ (Std.)                                              0.129   
                                                                                                 (0.148)  
                                     beta_miss                                                    -0.320  
                                                                                                 (0.510)  
                                     delta_miss                                                   0.765   
                                                                                                 (0.579)  
                                     R2                                        0.12      0.13      0.36   
                                     N                                         236       236       236    
                                     Eliminate Questionable Subjects            No        No        No    
                                    -----------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

Linear regression                               Number of obs     =        170
                                                F(16, 153)        =      10.88
                                                Prob > F          =     0.0000
                                                R-squared         =     0.4196
                                                Root MSE          =     1.8659

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.338735   .4247552     3.15   0.002     .4995929    2.177877
      orderB |  -.1818558   .2973537    -0.61   0.542    -.7693049    .4055933
  twentynine |  -.0917383   .3110926    -0.29   0.768    -.7063297    .5228532
  dis_vision |  -.6485925   .5247287    -1.24   0.218    -1.685241    .3880564
  dis_motion |  -.6126832   .5314644    -1.15   0.251    -1.662639    .4372727
    dis_mind |   .0882896   .5511643     0.16   0.873    -1.000585    1.177164
   dis_death |  -.7813395   .5351678    -1.46   0.146    -1.838612    .2759328
      female |   .7192456   .3039214     2.37   0.019     .1188215     1.31967
         age |   .0125582   .0184589     0.68   0.497    -.0239092    .0490255
    z_Ascary |   .4175224   .1899972     2.20   0.029     .0421658    .7928791
    z_Aworry |  -.2157447   .2211708    -0.98   0.331    -.6526875    .2211981
z_Aoutofmind |   1.100641   .1969562     5.59   0.000     .7115362    1.489746
     z_beta2 |   .0866068   .1931076     0.45   0.654    -.2948946    .4681083
    z_delta2 |   .2152595   .1640804     1.31   0.192    -.1088962    .5394152
   beta_miss |   .3406532   .5653904     0.60   0.548    -.7763266    1.457633
  delta_miss |   .6515447   .7131594     0.91   0.362     -.757366    2.060456
       _cons |   2.244544   .7710413     2.91   0.004     .7212819    3.767805
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                               ---------------------------------------------------------------------------------
                                                                          (1)       (2)       (3)       (4)    
                               ---------------------------------------------------------------------------------
                                Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209***  1.339*** 
                                                                        (0.366)   (0.362)   (0.335)   (0.425)  
                                Order                                    -0.130    -0.128    -0.248    -0.182  
                                                                        (0.290)   (0.291)   (0.261)   (0.297)  
                                Onset in 29 years                        0.002     -0.018    -0.062    -0.092  
                                                                        (0.290)   (0.290)   (0.261)   (0.311)  
                                Vision Scenario                          -0.415    -0.513    -0.098    -0.649  
                                                                        (0.487)   (0.481)   (0.440)   (0.525)  
                                Motion Scenario                          -0.358    -0.417    0.248     -0.613  
                                                                        (0.486)   (0.478)   (0.458)   (0.531)  
                                Mind Scenario                            -0.117    -0.144    0.392     0.088   
                                                                        (0.472)   (0.467)   (0.445)   (0.551)  
                                Death Scenario                          -1.020**  -1.036**   -0.357    -0.781  
                                                                        (0.448)   (0.438)   (0.442)   (0.535)  
                                Female                                             0.546*   0.751***  0.719**  
                                                                                  (0.308)   (0.268)   (0.304)  
                                Age                                                0.011     0.014     0.013   
                                                                                  (0.017)   (0.016)   (0.018)  
                                Gangoff A -- Fear (Std.)                                    0.348**   0.418**  
                                                                                            (0.170)   (0.190)  
                                Gangoff A -- Worry (Std.)                                   -0.429**   -0.216  
                                                                                            (0.203)   (0.221)  
                                Gangoff A -- Out of Mind (Std.)                             0.975***  1.101*** 
                                                                                            (0.170)   (0.197)  
                                $\beta$ (Std.)                                               0.117     0.087   
                                                                                            (0.171)   (0.193)  
                                $\delta$ (Std.)                                              0.129     0.215   
                                                                                            (0.148)   (0.164)  
                                beta_miss                                                    -0.320    0.341   
                                                                                            (0.510)   (0.565)  
                                delta_miss                                                   0.765     0.652   
                                                                                            (0.579)   (0.713)  
                                R2                                        0.12      0.13      0.36      0.42   
                                N                                         236       236       236       170    
                                Eliminate Questionable Subjects            No        No        No       Yes    
                               ---------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

. 
. forvalues i=5/8 {
  2.         if `i' ~=8 {
  3.                 local elim "No"
  4.         }
  5.         else if `i' ==8 {
  6.                 local elim "Yes"
  7.         }
  8.         reg whentestB AoverB ${tabregspec`i'}, vce(robust)
  9.         outreg using "$OUTPUTPATH/whenregression.tex", nocons ctitles("",(`i')) bdec(3) se starlevels(10 5 1) starloc(1) varlabels merge t
> ex fragment addrows("Eliminate Questionable Subjects", `elim')
 10. }

Linear regression                               Number of obs     =        236
                                                F(7, 228)         =       9.06
                                                Prob > F          =     0.0000
                                                R-squared         =     0.2114
                                                Root MSE          =     2.0432

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   2.437744   .3407409     7.15   0.000     1.766341    3.109148
      orderB |   .0143081   .2701464     0.05   0.958    -.5179946    .5466107
  twentynine |  -.3025611   .2704859    -1.12   0.264    -.8355329    .2304106
  dis_vision |  -.0985571   .4598087    -0.21   0.830    -1.004575    .8074606
  dis_motion |  -.2036674   .4715579    -0.43   0.666    -1.132836    .7255012
    dis_mind |  -.1474331   .4531075    -0.33   0.745    -1.040247    .7453804
   dis_death |  -.9078006     .40677    -2.23   0.027     -1.70931   -.1062916
       _cons |   2.502238   .3933425     6.36   0.000     1.727187    3.277289
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                          -------------------------------------------------------------------------------------------
                                                                     (1)       (2)       (3)       (4)       (5)    
                          -------------------------------------------------------------------------------------------
                           Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209***  1.339***  2.438*** 
                                                                   (0.366)   (0.362)   (0.335)   (0.425)   (0.341)  
                           Order                                    -0.130    -0.128    -0.248    -0.182    0.014   
                                                                   (0.290)   (0.291)   (0.261)   (0.297)   (0.270)  
                           Onset in 29 years                        0.002     -0.018    -0.062    -0.092    -0.303  
                                                                   (0.290)   (0.290)   (0.261)   (0.311)   (0.270)  
                           Vision Scenario                          -0.415    -0.513    -0.098    -0.649    -0.099  
                                                                   (0.487)   (0.481)   (0.440)   (0.525)   (0.460)  
                           Motion Scenario                          -0.358    -0.417    0.248     -0.613    -0.204  
                                                                   (0.486)   (0.478)   (0.458)   (0.531)   (0.472)  
                           Mind Scenario                            -0.117    -0.144    0.392     0.088     -0.147  
                                                                   (0.472)   (0.467)   (0.445)   (0.551)   (0.453)  
                           Death Scenario                          -1.020**  -1.036**   -0.357    -0.781   -0.908** 
                                                                   (0.448)   (0.438)   (0.442)   (0.535)   (0.407)  
                           Female                                             0.546*   0.751***  0.719**            
                                                                             (0.308)   (0.268)   (0.304)            
                           Age                                                0.011     0.014     0.013             
                                                                             (0.017)   (0.016)   (0.018)            
                           Gangoff A -- Fear (Std.)                                    0.348**   0.418**            
                                                                                       (0.170)   (0.190)            
                           Gangoff A -- Worry (Std.)                                   -0.429**   -0.216            
                                                                                       (0.203)   (0.221)            
                           Gangoff A -- Out of Mind (Std.)                             0.975***  1.101***           
                                                                                       (0.170)   (0.197)            
                           $\beta$ (Std.)                                               0.117     0.087             
                                                                                       (0.171)   (0.193)            
                           $\delta$ (Std.)                                              0.129     0.215             
                                                                                       (0.148)   (0.164)            
                           beta_miss                                                    -0.320    0.341             
                                                                                       (0.510)   (0.565)            
                           delta_miss                                                   0.765     0.652             
                                                                                       (0.579)   (0.713)            
                           R2                                        0.12      0.13      0.36      0.42      0.21   
                           N                                         236       236       236       170       236    
                           Eliminate Questionable Subjects            No        No        No       Yes        No    
                          -------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

Linear regression                               Number of obs     =        236
                                                F(9, 226)         =      10.33
                                                Prob > F          =     0.0000
                                                R-squared         =     0.2447
                                                Root MSE          =     2.0084

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |    2.42792   .3278564     7.41   0.000     1.781873    3.073966
      orderB |    .006411   .2665862     0.02   0.981    -.5189014    .5317235
  twentynine |  -.3126643   .2690628    -1.16   0.246    -.8428569    .2175283
  dis_vision |  -.2453227   .4409308    -0.56   0.579    -1.114184    .6235386
  dis_motion |  -.2922786   .4582661    -0.64   0.524    -1.195299    .6107422
    dis_mind |  -.1838175   .4367032    -0.42   0.674    -1.044348    .6767133
   dis_death |   -.921751   .3880373    -2.38   0.018    -1.686385   -.1571173
      female |   .7001728   .2815747     2.49   0.014     .1453252     1.25502
         age |   .0244389   .0155926     1.57   0.118    -.0062866    .0551643
       _cons |   1.538101    .600128     2.56   0.011     .3555391    2.720663
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                     -----------------------------------------------------------------------------------------------------
                                                                (1)       (2)       (3)       (4)       (5)       (6)    
                     -----------------------------------------------------------------------------------------------------
                      Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209***  1.339***  2.438***  2.428*** 
                                                              (0.366)   (0.362)   (0.335)   (0.425)   (0.341)   (0.328)  
                      Order                                    -0.130    -0.128    -0.248    -0.182    0.014     0.006   
                                                              (0.290)   (0.291)   (0.261)   (0.297)   (0.270)   (0.267)  
                      Onset in 29 years                        0.002     -0.018    -0.062    -0.092    -0.303    -0.313  
                                                              (0.290)   (0.290)   (0.261)   (0.311)   (0.270)   (0.269)  
                      Vision Scenario                          -0.415    -0.513    -0.098    -0.649    -0.099    -0.245  
                                                              (0.487)   (0.481)   (0.440)   (0.525)   (0.460)   (0.441)  
                      Motion Scenario                          -0.358    -0.417    0.248     -0.613    -0.204    -0.292  
                                                              (0.486)   (0.478)   (0.458)   (0.531)   (0.472)   (0.458)  
                      Mind Scenario                            -0.117    -0.144    0.392     0.088     -0.147    -0.184  
                                                              (0.472)   (0.467)   (0.445)   (0.551)   (0.453)   (0.437)  
                      Death Scenario                          -1.020**  -1.036**   -0.357    -0.781   -0.908**  -0.922** 
                                                              (0.448)   (0.438)   (0.442)   (0.535)   (0.407)   (0.388)  
                      Female                                             0.546*   0.751***  0.719**             0.700**  
                                                                        (0.308)   (0.268)   (0.304)             (0.282)  
                      Age                                                0.011     0.014     0.013               0.024   
                                                                        (0.017)   (0.016)   (0.018)             (0.016)  
                      Gangoff A -- Fear (Std.)                                    0.348**   0.418**                      
                                                                                  (0.170)   (0.190)                      
                      Gangoff A -- Worry (Std.)                                   -0.429**   -0.216                      
                                                                                  (0.203)   (0.221)                      
                      Gangoff A -- Out of Mind (Std.)                             0.975***  1.101***                     
                                                                                  (0.170)   (0.197)                      
                      $\beta$ (Std.)                                               0.117     0.087                       
                                                                                  (0.171)   (0.193)                      
                      $\delta$ (Std.)                                              0.129     0.215                       
                                                                                  (0.148)   (0.164)                      
                      beta_miss                                                    -0.320    0.341                       
                                                                                  (0.510)   (0.565)                      
                      delta_miss                                                   0.765     0.652                       
                                                                                  (0.579)   (0.713)                      
                      R2                                        0.12      0.13      0.36      0.42      0.21      0.24   
                      N                                         236       236       236       170       236       236    
                      Eliminate Questionable Subjects            No        No        No       Yes        No        No    
                     -----------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

Linear regression                               Number of obs     =        235
                                                F(16, 218)        =      23.79
                                                Prob > F          =     0.0000
                                                R-squared         =     0.5261
                                                Root MSE          =     1.6179

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |     1.5914   .3180214     5.00   0.000     .9646103     2.21819
      orderB |   .1563253   .2212348     0.71   0.481    -.2797076    .5923583
  twentynine |  -.2395209   .2182631    -1.10   0.274    -.6696968     .190655
  dis_vision |   .1086257   .3507045     0.31   0.757    -.5825797    .7998312
  dis_motion |   .0754918   .3556755     0.21   0.832     -.625511    .7764947
    dis_mind |  -.0212491   .3368379    -0.06   0.950    -.6851248    .6426266
   dis_death |   -.442227   .3438874    -1.29   0.200    -1.119997    .2355426
      female |   .8896706     .23217     3.83   0.000     .4320855    1.347256
         age |   .0213437   .0130979     1.63   0.105    -.0044711    .0471584
    z_Bscary |   .1251801   .1577417     0.79   0.428     -.185714    .4360741
    z_Bworry |  -.4653458   .1938423    -2.40   0.017    -.8473907    -.083301
z_Boutofmind |   .9695838   .1756858     5.52   0.000     .6233237    1.315844
     z_beta2 |   .0829883   .1471205     0.56   0.573    -.2069724     .372949
    z_delta2 |   .0629462   .1165708     0.54   0.590    -.1668039    .2926963
   beta_miss |  -.9047974   .4514713    -2.00   0.046    -1.794605   -.0149901
  delta_miss |   .7735076   .5062693     1.53   0.128    -.2243014    1.771317
       _cons |   1.386799   .5162719     2.69   0.008     .3692757    2.404322
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

                ---------------------------------------------------------------------------------------------------------------
                                                           (1)       (2)       (3)       (4)       (5)       (6)       (7)    
                ---------------------------------------------------------------------------------------------------------------
                 Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209***  1.339***  2.438***  2.428***  1.591*** 
                                                         (0.366)   (0.362)   (0.335)   (0.425)   (0.341)   (0.328)   (0.318)  
                 Order                                    -0.130    -0.128    -0.248    -0.182    0.014     0.006     0.156   
                                                         (0.290)   (0.291)   (0.261)   (0.297)   (0.270)   (0.267)   (0.221)  
                 Onset in 29 years                        0.002     -0.018    -0.062    -0.092    -0.303    -0.313    -0.240  
                                                         (0.290)   (0.290)   (0.261)   (0.311)   (0.270)   (0.269)   (0.218)  
                 Vision Scenario                          -0.415    -0.513    -0.098    -0.649    -0.099    -0.245    0.109   
                                                         (0.487)   (0.481)   (0.440)   (0.525)   (0.460)   (0.441)   (0.351)  
                 Motion Scenario                          -0.358    -0.417    0.248     -0.613    -0.204    -0.292    0.075   
                                                         (0.486)   (0.478)   (0.458)   (0.531)   (0.472)   (0.458)   (0.356)  
                 Mind Scenario                            -0.117    -0.144    0.392     0.088     -0.147    -0.184    -0.021  
                                                         (0.472)   (0.467)   (0.445)   (0.551)   (0.453)   (0.437)   (0.337)  
                 Death Scenario                          -1.020**  -1.036**   -0.357    -0.781   -0.908**  -0.922**   -0.442  
                                                         (0.448)   (0.438)   (0.442)   (0.535)   (0.407)   (0.388)   (0.344)  
                 Female                                             0.546*   0.751***  0.719**             0.700**   0.890*** 
                                                                   (0.308)   (0.268)   (0.304)             (0.282)   (0.232)  
                 Age                                                0.011     0.014     0.013               0.024     0.021   
                                                                   (0.017)   (0.016)   (0.018)             (0.016)   (0.013)  
                 Gangoff A -- Fear (Std.)                                    0.348**   0.418**                                
                                                                             (0.170)   (0.190)                                
                 Gangoff A -- Worry (Std.)                                   -0.429**   -0.216                                
                                                                             (0.203)   (0.221)                                
                 Gangoff A -- Out of Mind (Std.)                             0.975***  1.101***                               
                                                                             (0.170)   (0.197)                                
                 $\beta$ (Std.)                                               0.117     0.087                         0.083   
                                                                             (0.171)   (0.193)                       (0.147)  
                 $\delta$ (Std.)                                              0.129     0.215                         0.063   
                                                                             (0.148)   (0.164)                       (0.117)  
                 beta_miss                                                    -0.320    0.341                        -0.905** 
                                                                             (0.510)   (0.565)                       (0.451)  
                 delta_miss                                                   0.765     0.652                         0.774   
                                                                             (0.579)   (0.713)                       (0.506)  
                 Gangoff B -- Fear (Std.)                                                                             0.125   
                                                                                                                     (0.158)  
                 Gangoff B -- Worry (Std.)                                                                           -0.465** 
                                                                                                                     (0.194)  
                 Gangoff B -- Out of Mind (Std.)                                                                     0.970*** 
                                                                                                                     (0.176)  
                 R2                                        0.12      0.13      0.36      0.42      0.21      0.24      0.53   
                 N                                         236       236       236       170       236       236       235    
                 Eliminate Questionable Subjects            No        No        No       Yes        No        No        No    
                ---------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

Linear regression                               Number of obs     =        169
                                                F(16, 152)        =      19.44
                                                Prob > F          =     0.0000
                                                R-squared         =     0.6003
                                                Root MSE          =     1.5312

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   2.013099   .3706706     5.43   0.000     1.280768    2.745431
      orderB |   .3203494   .2457774     1.30   0.194    -.1652314    .8059303
  twentynine |  -.1757405   .2448063    -0.72   0.474    -.6594028    .3079219
  dis_vision |  -.2004141   .4048594    -0.50   0.621    -1.000292    .5994642
  dis_motion |  -.3941721   .4014104    -0.98   0.328    -1.187236     .398892
    dis_mind |   -.286019    .382973    -0.75   0.456    -1.042656    .4706185
   dis_death |  -.6682579     .37353    -1.79   0.076    -1.406239    .0697231
      female |   .8892981    .269378     3.30   0.001     .3570896    1.421507
         age |   .0193197    .014965     1.29   0.199    -.0102466     .048886
    z_Bscary |   .1898632   .1899251     1.00   0.319    -.1853707    .5650971
    z_Bworry |   -.409417   .2469412    -1.66   0.099    -.8972972    .0784632
z_Boutofmind |   .9846306   .2061944     4.78   0.000     .5772535    1.392008
     z_beta2 |   .1356052   .2011007     0.67   0.501    -.2617082    .5329187
    z_delta2 |   .0551101   .1247031     0.44   0.659    -.1912651    .3014854
   beta_miss |  -.2614236   .4894501    -0.53   0.594    -1.228427      .70558
  delta_miss |   .6529639   .5949629     1.10   0.274    -.5225006    1.828428
       _cons |   1.601978   .6102138     2.63   0.010     .3963824    2.807574
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested?}\label{tab:whentotest}

           -------------------------------------------------------------------------------------------------------------------------
                                                      (1)       (2)       (3)       (4)       (5)       (6)       (7)       (8)    
           -------------------------------------------------------------------------------------------------------------------------
            Gangoff A Test $\succ$ Gangoff B Test   1.825***  1.826***  1.209***  1.339***  2.438***  2.428***  1.591***  2.013*** 
                                                    (0.366)   (0.362)   (0.335)   (0.425)   (0.341)   (0.328)   (0.318)   (0.371)  
            Order                                    -0.130    -0.128    -0.248    -0.182    0.014     0.006     0.156     0.320   
                                                    (0.290)   (0.291)   (0.261)   (0.297)   (0.270)   (0.267)   (0.221)   (0.246)  
            Onset in 29 years                        0.002     -0.018    -0.062    -0.092    -0.303    -0.313    -0.240    -0.176  
                                                    (0.290)   (0.290)   (0.261)   (0.311)   (0.270)   (0.269)   (0.218)   (0.245)  
            Vision Scenario                          -0.415    -0.513    -0.098    -0.649    -0.099    -0.245    0.109     -0.200  
                                                    (0.487)   (0.481)   (0.440)   (0.525)   (0.460)   (0.441)   (0.351)   (0.405)  
            Motion Scenario                          -0.358    -0.417    0.248     -0.613    -0.204    -0.292    0.075     -0.394  
                                                    (0.486)   (0.478)   (0.458)   (0.531)   (0.472)   (0.458)   (0.356)   (0.401)  
            Mind Scenario                            -0.117    -0.144    0.392     0.088     -0.147    -0.184    -0.021    -0.286  
                                                    (0.472)   (0.467)   (0.445)   (0.551)   (0.453)   (0.437)   (0.337)   (0.383)  
            Death Scenario                          -1.020**  -1.036**   -0.357    -0.781   -0.908**  -0.922**   -0.442   -0.668*  
                                                    (0.448)   (0.438)   (0.442)   (0.535)   (0.407)   (0.388)   (0.344)   (0.374)  
            Female                                             0.546*   0.751***  0.719**             0.700**   0.890***  0.889*** 
                                                              (0.308)   (0.268)   (0.304)             (0.282)   (0.232)   (0.269)  
            Age                                                0.011     0.014     0.013               0.024     0.021     0.019   
                                                              (0.017)   (0.016)   (0.018)             (0.016)   (0.013)   (0.015)  
            Gangoff A -- Fear (Std.)                                    0.348**   0.418**                                          
                                                                        (0.170)   (0.190)                                          
            Gangoff A -- Worry (Std.)                                   -0.429**   -0.216                                          
                                                                        (0.203)   (0.221)                                          
            Gangoff A -- Out of Mind (Std.)                             0.975***  1.101***                                         
                                                                        (0.170)   (0.197)                                          
            $\beta$ (Std.)                                               0.117     0.087                         0.083     0.136   
                                                                        (0.171)   (0.193)                       (0.147)   (0.201)  
            $\delta$ (Std.)                                              0.129     0.215                         0.063     0.055   
                                                                        (0.148)   (0.164)                       (0.117)   (0.125)  
            beta_miss                                                    -0.320    0.341                        -0.905**   -0.261  
                                                                        (0.510)   (0.565)                       (0.451)   (0.489)  
            delta_miss                                                   0.765     0.652                         0.774     0.653   
                                                                        (0.579)   (0.713)                       (0.506)   (0.595)  
            Gangoff B -- Fear (Std.)                                                                             0.125     0.190   
                                                                                                                (0.158)   (0.190)  
            Gangoff B -- Worry (Std.)                                                                           -0.465**  -0.409*  
                                                                                                                (0.194)   (0.247)  
            Gangoff B -- Out of Mind (Std.)                                                                     0.970***  0.985*** 
                                                                                                                (0.176)   (0.206)  
            R2                                        0.12      0.13      0.36      0.42      0.21      0.24      0.53      0.60   
            N                                         236       236       236       170       236       236       235       169    
            Eliminate Questionable Subjects            No        No        No       Yes        No        No        No       Yes    
           -------------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
OLS with robust standard errors. The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but 
> within the year (4), Not this year, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), 
> I do not plan to get tested (7).  Order is an indicator for different order of questions.  Onset in 29 years is an indicator for longer onset
>  of disease (default is 11 years). Whenever a model includes $\beta$ and $\delta$ it also includes indicators for missing values of these cov
> ariates.

\end{table}

. 
. 
. // Table Whentest, robustness with ologit
. ologit whentestA AoverB $tabregspec1, vce(robust)

Iteration 0:   log pseudolikelihood = -320.78921  
Iteration 1:   log pseudolikelihood = -305.65397  
Iteration 2:   log pseudolikelihood = -305.40277  
Iteration 3:   log pseudolikelihood =  -305.4027  
Iteration 4:   log pseudolikelihood =  -305.4027  

Ordered logistic regression                     Number of obs     =        236
                                                Wald chi2(7)      =      30.28
                                                Prob > chi2       =     0.0001
Log pseudolikelihood =  -305.4027               Pseudo R2         =     0.0480

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.586535   .2993928     5.30   0.000     .9997355    2.173334
      orderB |  -.2125737   .2638975    -0.81   0.421    -.7298033    .3046558
  twentynine |  -.0299105   .2613109    -0.11   0.909    -.5420704    .4822494
  dis_vision |  -.5334055   .4460789    -1.20   0.232    -1.407704     .340893
  dis_motion |  -.3454625   .4225118    -0.82   0.414    -1.173571    .4826455
    dis_mind |  -.0073782   .3885142    -0.02   0.985     -.768852    .7540955
   dis_death |  -.9312257   .4111784    -2.26   0.024    -1.737121   -.1253309
-------------+----------------------------------------------------------------
       /cut1 |   .2302317    .346387                     -.4486744    .9091377
       /cut2 |   .4347055   .3471283                     -.2456535    1.115064
       /cut3 |    .847326   .3534155                      .1546443    1.540008
       /cut4 |   1.158823   .3650015                      .4434335    1.874213
       /cut5 |   1.517051   .3795027                      .7732397    2.260863
       /cut6 |   1.707018    .389532                      .9435492    2.470487
------------------------------------------------------------------------------

. outreg using "$OUTPUTPATH/whenologit.tex", nocons ctitles("","(1)") bdec(3) se starlevels(10 5 1) starloc(1) varlabels replace tex fragment  
> pretext("\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}") addrows("Eliminat
> e Questionable Subjects", "No")    ///
>         posttext("\end{table}") note("The dependent variable is ``When would you get tested for Gangoff (A/B)?''. Responses are: Now (1), Tom
> orrow (2), Later this week (3), Longer than a week but within the year (4), Not this year, but at some point before (time of onset minus one)
>  years (5), After (time of onset minus one) years (6), I do not plan to get tested (7).  ``Order'' is an indicator for different order of que
> stions.  ``Onset in 29 years'' is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$ and $\delta$ also incl
> ude unreported dummies that control for whether responses on the MPLs had a single switch-point.")
(note: file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whenologit.tex not found)
\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

                             ------------------------------------------------------------------------------------
                                                               (1)                                              
                             ------------------------------------------------------------------------------------
                              When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587*** 
                                                                                                       (0.299)  
                                                               Order                                    -0.213  
                                                                                                       (0.264)  
                                                               Onset in 29 years                        -0.030  
                                                                                                       (0.261)  
                                                               Vision Scenario                          -0.533  
                                                                                                       (0.446)  
                                                               Motion Scenario                          -0.345  
                                                                                                       (0.423)  
                                                               Mind Scenario                            -0.007  
                                                                                                       (0.389)  
                                                               Death Scenario                          -0.931** 
                                                                                                       (0.411)  
                              /                                cut1                                     0.230   
                                                                                                       (0.346)  
                                                               cut2                                     0.435   
                                                                                                       (0.347)  
                                                               cut3                                    0.847**  
                                                                                                       (0.353)  
                                                               cut4                                    1.159*** 
                                                                                                       (0.365)  
                                                               cut5                                    1.517*** 
                                                                                                       (0.380)  
                                                               cut6                                    1.707*** 
                                                                                                       (0.390)  
                              N                                                                          236    
                              Eliminate Questionable Subjects                                             No    
                             ------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

. 
. forvalues i=2/4 {
  2.         if `i' ~=4 {
  3.                 local elim "No"
  4.         }
  5.         else if `i' ==4 {
  6.                 local elim "Yes"
  7.         }
  8.         ologit whentestA AoverB ${tabregspec`i'}, vce(robust)
  9.         outreg using "$OUTPUTPATH/whenologit.tex", nocons ctitles("",(`i')) bdec(3) se starlevels(10 5 1) starloc(1) varlabels merge tex f
> ragment addrows("Eliminate Questionable Subjects", `elim')
 10. }

Iteration 0:   log pseudolikelihood = -320.78921  
Iteration 1:   log pseudolikelihood = -303.41435  
Iteration 2:   log pseudolikelihood = -303.09517  
Iteration 3:   log pseudolikelihood = -303.09504  
Iteration 4:   log pseudolikelihood = -303.09504  

Ordered logistic regression                     Number of obs     =        236
                                                Wald chi2(9)      =      34.56
                                                Prob > chi2       =     0.0001
Log pseudolikelihood = -303.09504               Pseudo R2         =     0.0552

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |    1.62515   .2984917     5.44   0.000     1.040117    2.210183
      orderB |  -.1908211   .2688077    -0.71   0.478    -.7176746    .3360324
  twentynine |  -.0418128   .2650443    -0.16   0.875      -.56129    .4776644
  dis_vision |  -.6488152   .4511181    -1.44   0.150     -1.53299      .23536
  dis_motion |  -.4025709   .4206905    -0.96   0.339    -1.227109    .4219673
    dis_mind |  -.0527822   .3849206    -0.14   0.891    -.8072128    .7016484
   dis_death |  -.9894484   .4078767    -2.43   0.015    -1.788872   -.1900248
      female |   .5484754   .2741816     2.00   0.045     .0110892    1.085862
         age |   .0072713   .0155184     0.47   0.639    -.0231443    .0376868
-------------+----------------------------------------------------------------
       /cut1 |   .6313819   .5446512                     -.4361148    1.698879
       /cut2 |   .8401157   .5454844                     -.2290141    1.909246
       /cut3 |   1.258763   .5534638                      .1739942    2.343532
       /cut4 |   1.572945   .5545717                      .4860042    2.659885
       /cut5 |   1.935266   .5717912                      .8145756    3.055956
       /cut6 |   2.127648   .5842719                      .9824962      3.2728
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

                        ----------------------------------------------------------------------------------------------
                                                          (1)                                                        
                        ----------------------------------------------------------------------------------------------
                         When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625*** 
                                                                                                  (0.299)   (0.298)  
                                                          Order                                    -0.213    -0.191  
                                                                                                  (0.264)   (0.269)  
                                                          Onset in 29 years                        -0.030    -0.042  
                                                                                                  (0.261)   (0.265)  
                                                          Vision Scenario                          -0.533    -0.649  
                                                                                                  (0.446)   (0.451)  
                                                          Motion Scenario                          -0.345    -0.403  
                                                                                                  (0.423)   (0.421)  
                                                          Mind Scenario                            -0.007    -0.053  
                                                                                                  (0.389)   (0.385)  
                                                          Death Scenario                          -0.931**  -0.989** 
                                                                                                  (0.411)   (0.408)  
                         /                                cut1                                     0.230     0.631   
                                                                                                  (0.346)   (0.545)  
                                                          cut2                                     0.435     0.840   
                                                                                                  (0.347)   (0.545)  
                                                          cut3                                    0.847**   1.259**  
                                                                                                  (0.353)   (0.553)  
                                                          cut4                                    1.159***  1.573*** 
                                                                                                  (0.365)   (0.555)  
                                                          cut5                                    1.517***  1.935*** 
                                                                                                  (0.380)   (0.572)  
                                                          cut6                                    1.707***  2.128*** 
                                                                                                  (0.390)   (0.584)  
                                                          Female                                            0.548**  
                                                                                                            (0.274)  
                                                          Age                                                0.007   
                                                                                                            (0.016)  
                         N                                                                          236       236    
                         Eliminate Questionable Subjects                                             No        No    
                        ----------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

Iteration 0:   log pseudolikelihood = -320.78921  
Iteration 1:   log pseudolikelihood = -277.49442  
Iteration 2:   log pseudolikelihood = -275.37652  
Iteration 3:   log pseudolikelihood =  -275.3638  
Iteration 4:   log pseudolikelihood =  -275.3638  

Ordered logistic regression                     Number of obs     =        236
                                                Wald chi2(16)     =      95.01
                                                Prob > chi2       =     0.0000
Log pseudolikelihood =  -275.3638               Pseudo R2         =     0.1416

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.303069   .3153368     4.13   0.000     .6850208    1.921118
      orderB |  -.3421965   .3009229    -1.14   0.255    -.9319946    .2476015
  twentynine |  -.0570943   .2992674    -0.19   0.849    -.6436477     .529459
  dis_vision |  -.5156341   .4985777    -1.03   0.301    -1.492828    .4615603
  dis_motion |   .1356956   .5071791     0.27   0.789    -.8583572    1.129748
    dis_mind |   .3203405   .4861272     0.66   0.510    -.6324512    1.273132
   dis_death |  -.6081404   .4812987    -1.26   0.206    -1.551469    .3351878
      female |   .7992541   .3044258     2.63   0.009     .2025906    1.395918
         age |   .0092794   .0178114     0.52   0.602    -.0256304    .0441892
    z_Ascary |   .2743374   .1891541     1.45   0.147    -.0963978    .6450727
    z_Aworry |  -.3318737   .2182843    -1.52   0.128     -.759703    .0959556
z_Aoutofmind |   1.000317    .210436     4.75   0.000     .5878701    1.412764
     z_beta2 |   .1908401   .2081255     0.92   0.359    -.2170784    .5987587
    z_delta2 |   .1607268   .1829546     0.88   0.380    -.1978576    .5193112
   beta_miss |  -.1462464   .7642672    -0.19   0.848    -1.644183     1.35169
  delta_miss |   .9246763   .8166125     1.13   0.257    -.6758548    2.525207
-------------+----------------------------------------------------------------
       /cut1 |   .9332761   .6408078                      -.322684    2.189236
       /cut2 |    1.17559   .6398558                     -.0785041    2.429684
       /cut3 |   1.692647   .6448787                      .4287082    2.956586
       /cut4 |   2.096437   .6528997                      .8167773    3.376097
       /cut5 |    2.56089   .6711853                      1.245391    3.876389
       /cut6 |   2.802588   .6838954                      1.462178    4.142998
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

                   --------------------------------------------------------------------------------------------------------
                                                     (1)                                                                  
                   --------------------------------------------------------------------------------------------------------
                    When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303*** 
                                                                                             (0.299)   (0.298)   (0.315)  
                                                     Order                                    -0.213    -0.191    -0.342  
                                                                                             (0.264)   (0.269)   (0.301)  
                                                     Onset in 29 years                        -0.030    -0.042    -0.057  
                                                                                             (0.261)   (0.265)   (0.299)  
                                                     Vision Scenario                          -0.533    -0.649    -0.516  
                                                                                             (0.446)   (0.451)   (0.499)  
                                                     Motion Scenario                          -0.345    -0.403    0.136   
                                                                                             (0.423)   (0.421)   (0.507)  
                                                     Mind Scenario                            -0.007    -0.053    0.320   
                                                                                             (0.389)   (0.385)   (0.486)  
                                                     Death Scenario                          -0.931**  -0.989**   -0.608  
                                                                                             (0.411)   (0.408)   (0.481)  
                    /                                cut1                                     0.230     0.631     0.933   
                                                                                             (0.346)   (0.545)   (0.641)  
                                                     cut2                                     0.435     0.840     1.176*  
                                                                                             (0.347)   (0.545)   (0.640)  
                                                     cut3                                    0.847**   1.259**   1.693*** 
                                                                                             (0.353)   (0.553)   (0.645)  
                                                     cut4                                    1.159***  1.573***  2.096*** 
                                                                                             (0.365)   (0.555)   (0.653)  
                                                     cut5                                    1.517***  1.935***  2.561*** 
                                                                                             (0.380)   (0.572)   (0.671)  
                                                     cut6                                    1.707***  2.128***  2.803*** 
                                                                                             (0.390)   (0.584)   (0.684)  
                                                     Female                                            0.548**            
                                                                                                       (0.274)            
                                                     Age                                                0.007             
                                                                                                       (0.016)            
                                                     Female                                                      0.799*** 
                                                                                                                 (0.304)  
                                                     Age                                                          0.009   
                                                                                                                 (0.018)  
                                                     Gangoff A -- Fear (Std.)                                     0.274   
                                                                                                                 (0.189)  
                                                     Gangoff A -- Worry (Std.)                                    -0.332  
                                                                                                                 (0.218)  
                                                     Gangoff A -- Out of Mind (Std.)                             1.000*** 
                                                                                                                 (0.210)  
                                                     $\beta$ (Std.)                                               0.191   
                                                                                                                 (0.208)  
                                                     $\delta$ (Std.)                                              0.161   
                                                                                                                 (0.183)  
                                                     beta_miss                                                    -0.146  
                                                                                                                 (0.764)  
                                                     delta_miss                                                   0.925   
                                                                                                                 (0.817)  
                    N                                                                          236       236       236    
                    Eliminate Questionable Subjects                                             No        No        No    
                   --------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

Iteration 0:   log pseudolikelihood = -227.12469  
Iteration 1:   log pseudolikelihood = -189.52159  
Iteration 2:   log pseudolikelihood = -186.77838  
Iteration 3:   log pseudolikelihood = -186.76086  
Iteration 4:   log pseudolikelihood = -186.76086  

Ordered logistic regression                     Number of obs     =        170
                                                Wald chi2(16)     =      74.81
                                                Prob > chi2       =     0.0000
Log pseudolikelihood = -186.76086               Pseudo R2         =     0.1777

------------------------------------------------------------------------------
             |               Robust
   whentestA |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.465372   .4152265     3.53   0.000     .6515429    2.279201
      orderB |  -.4932689   .3795574    -1.30   0.194    -1.237188      .25065
  twentynine |  -.0299094   .3845075    -0.08   0.938    -.7835303    .7237115
  dis_vision |   -1.24631   .6309585    -1.98   0.048    -2.482966   -.0096535
  dis_motion |  -.7246756   .6540217    -1.11   0.268    -2.006535    .5571834
    dis_mind |  -.1540992   .6176012    -0.25   0.803    -1.364575    1.056377
   dis_death |  -1.294858   .5959052    -2.17   0.030    -2.462811   -.1269057
      female |   .8592539   .3780397     2.27   0.023     .1183097    1.600198
         age |   .0104861    .023235     0.45   0.652    -.0350537    .0560259
    z_Ascary |   .3982575   .2387787     1.67   0.095    -.0697402    .8662552
    z_Aworry |   -.092645   .2689118    -0.34   0.730    -.6197024    .4344124
z_Aoutofmind |   1.310663   .2848519     4.60   0.000     .7523632    1.868962
     z_beta2 |   .2392268   .2176814     1.10   0.272    -.1874209    .6658744
    z_delta2 |    .299924   .2238003     1.34   0.180    -.1387165    .7385645
   beta_miss |     .75124   .7662935     0.98   0.327    -.7506677    2.253148
  delta_miss |   .6532114   .8880791     0.74   0.462    -1.087392    2.393815
-------------+----------------------------------------------------------------
       /cut1 |   .4530784   .8548995                     -1.222494    2.128651
       /cut2 |   .7046976   .8526898                     -.9665437    2.375939
       /cut3 |    1.16443   .8515787                     -.5046336    2.833494
       /cut4 |   1.603103   .8569459                     -.0764801    3.282686
       /cut5 |   2.150366   .8922807                      .4015284    3.899205
       /cut6 |   2.459464   .9009233                      .6936866    4.225241
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

              ------------------------------------------------------------------------------------------------------------------
                                                (1)                                                                            
              ------------------------------------------------------------------------------------------------------------------
               When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303***  1.465*** 
                                                                                        (0.299)   (0.298)   (0.315)   (0.415)  
                                                Order                                    -0.213    -0.191    -0.342    -0.493  
                                                                                        (0.264)   (0.269)   (0.301)   (0.380)  
                                                Onset in 29 years                        -0.030    -0.042    -0.057    -0.030  
                                                                                        (0.261)   (0.265)   (0.299)   (0.385)  
                                                Vision Scenario                          -0.533    -0.649    -0.516   -1.246** 
                                                                                        (0.446)   (0.451)   (0.499)   (0.631)  
                                                Motion Scenario                          -0.345    -0.403    0.136     -0.725  
                                                                                        (0.423)   (0.421)   (0.507)   (0.654)  
                                                Mind Scenario                            -0.007    -0.053    0.320     -0.154  
                                                                                        (0.389)   (0.385)   (0.486)   (0.618)  
                                                Death Scenario                          -0.931**  -0.989**   -0.608   -1.295** 
                                                                                        (0.411)   (0.408)   (0.481)   (0.596)  
               /                                cut1                                     0.230     0.631     0.933     0.453   
                                                                                        (0.346)   (0.545)   (0.641)   (0.855)  
                                                cut2                                     0.435     0.840     1.176*    0.705   
                                                                                        (0.347)   (0.545)   (0.640)   (0.853)  
                                                cut3                                    0.847**   1.259**   1.693***   1.164   
                                                                                        (0.353)   (0.553)   (0.645)   (0.852)  
                                                cut4                                    1.159***  1.573***  2.096***   1.603*  
                                                                                        (0.365)   (0.555)   (0.653)   (0.857)  
                                                cut5                                    1.517***  1.935***  2.561***  2.150**  
                                                                                        (0.380)   (0.572)   (0.671)   (0.892)  
                                                cut6                                    1.707***  2.128***  2.803***  2.459*** 
                                                                                        (0.390)   (0.584)   (0.684)   (0.901)  
                                                Female                                            0.548**                      
                                                                                                  (0.274)                      
                                                Age                                                0.007                       
                                                                                                  (0.016)                      
                                                Female                                                      0.799***           
                                                                                                            (0.304)            
                                                Age                                                          0.009             
                                                                                                            (0.018)            
                                                Gangoff A -- Fear (Std.)                                     0.274             
                                                                                                            (0.189)            
                                                Gangoff A -- Worry (Std.)                                    -0.332            
                                                                                                            (0.218)            
                                                Gangoff A -- Out of Mind (Std.)                             1.000***           
                                                                                                            (0.210)            
                                                $\beta$ (Std.)                                               0.191             
                                                                                                            (0.208)            
                                                $\delta$ (Std.)                                              0.161             
                                                                                                            (0.183)            
                                                beta_miss                                                    -0.146            
                                                                                                            (0.764)            
                                                delta_miss                                                   0.925             
                                                                                                            (0.817)            
                                                Female                                                                0.859**  
                                                                                                                      (0.378)  
                                                Age                                                                    0.010   
                                                                                                                      (0.023)  
                                                Gangoff A -- Fear (Std.)                                               0.398*  
                                                                                                                      (0.239)  
                                                Gangoff A -- Worry (Std.)                                              -0.093  
                                                                                                                      (0.269)  
                                                Gangoff A -- Out of Mind (Std.)                                       1.311*** 
                                                                                                                      (0.285)  
                                                $\beta$ (Std.)                                                         0.239   
                                                                                                                      (0.218)  
                                                $\delta$ (Std.)                                                        0.300   
                                                                                                                      (0.224)  
                                                beta_miss                                                              0.751   
                                                                                                                      (0.766)  
                                                delta_miss                                                             0.653   
                                                                                                                      (0.888)  
               N                                                                          236       236       236       170    
               Eliminate Questionable Subjects                                             No        No        No       Yes    
              ------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

. 
. forvalues i=5/8 {
  2.         if `i' ~=8 {
  3.                 local elim "No"
  4.         }
  5.         else if `i' ==8 {
  6.                 local elim "Yes"
  7.         }
  8.         ologit whentestB AoverB ${tabregspec`i'}, vce(robust)
  9.         outreg using "$OUTPUTPATH/whenologit.tex", nocons ctitles("",(`i')) bdec(3) se starlevels(10 5 1) starloc(1) varlabels merge tex f
> ragment addrows("Eliminate Questionable Subjects", `elim')
 10. }

Iteration 0:   log pseudolikelihood = -323.65654  
Iteration 1:   log pseudolikelihood = -297.02981  
Iteration 2:   log pseudolikelihood = -296.16406  
Iteration 3:   log pseudolikelihood = -296.16304  
Iteration 4:   log pseudolikelihood = -296.16304  

Ordered logistic regression                     Number of obs     =        236
                                                Wald chi2(7)      =      52.72
                                                Prob > chi2       =     0.0000
Log pseudolikelihood = -296.16304               Pseudo R2         =     0.0849

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   2.190039   .3125617     7.01   0.000     1.577429    2.802649
      orderB |  -.1151018   .2685473    -0.43   0.668    -.6414449    .4112414
  twentynine |  -.4305121   .2751258    -1.56   0.118    -.9697488    .1087246
  dis_vision |  -.2310807    .457609    -0.50   0.614    -1.127978    .6658165
  dis_motion |  -.2091552    .462577    -0.45   0.651    -1.115789     .697479
    dis_mind |  -.0024986   .4295966    -0.01   0.995    -.8444924    .8394952
   dis_death |  -.9395728   .4228119    -2.22   0.026    -1.768269   -.1108768
-------------+----------------------------------------------------------------
       /cut1 |   .3191017   .3576859                     -.3819498    1.020153
       /cut2 |   .5708324   .3632807                     -.1411847    1.282849
       /cut3 |   1.057768   .3710514                      .3305207    1.785015
       /cut4 |   1.431687   .3897512                      .6677885    2.195585
       /cut5 |   1.835499   .4024414                      1.046728    2.624269
       /cut6 |   2.052545   .4168099                      1.235613    2.869478
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

         ----------------------------------------------------------------------------------------------------------------------------
                                           (1)                                                                                      
         ----------------------------------------------------------------------------------------------------------------------------
          When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303***  1.465***           
                                                                                   (0.299)   (0.298)   (0.315)   (0.415)            
                                           Order                                    -0.213    -0.191    -0.342    -0.493            
                                                                                   (0.264)   (0.269)   (0.301)   (0.380)            
                                           Onset in 29 years                        -0.030    -0.042    -0.057    -0.030            
                                                                                   (0.261)   (0.265)   (0.299)   (0.385)            
                                           Vision Scenario                          -0.533    -0.649    -0.516   -1.246**           
                                                                                   (0.446)   (0.451)   (0.499)   (0.631)            
                                           Motion Scenario                          -0.345    -0.403    0.136     -0.725            
                                                                                   (0.423)   (0.421)   (0.507)   (0.654)            
                                           Mind Scenario                            -0.007    -0.053    0.320     -0.154            
                                                                                   (0.389)   (0.385)   (0.486)   (0.618)            
                                           Death Scenario                          -0.931**  -0.989**   -0.608   -1.295**           
                                                                                   (0.411)   (0.408)   (0.481)   (0.596)            
          /                                cut1                                     0.230     0.631     0.933     0.453     0.319   
                                                                                   (0.346)   (0.545)   (0.641)   (0.855)   (0.358)  
                                           cut2                                     0.435     0.840     1.176*    0.705     0.571   
                                                                                   (0.347)   (0.545)   (0.640)   (0.853)   (0.363)  
                                           cut3                                    0.847**   1.259**   1.693***   1.164    1.058*** 
                                                                                   (0.353)   (0.553)   (0.645)   (0.852)   (0.371)  
                                           cut4                                    1.159***  1.573***  2.096***   1.603*   1.432*** 
                                                                                   (0.365)   (0.555)   (0.653)   (0.857)   (0.390)  
                                           cut5                                    1.517***  1.935***  2.561***  2.150**   1.835*** 
                                                                                   (0.380)   (0.572)   (0.671)   (0.892)   (0.402)  
                                           cut6                                    1.707***  2.128***  2.803***  2.459***  2.053*** 
                                                                                   (0.390)   (0.584)   (0.684)   (0.901)   (0.417)  
                                           Female                                            0.548**                                
                                                                                             (0.274)                                
                                           Age                                                0.007                                 
                                                                                             (0.016)                                
                                           Female                                                      0.799***                     
                                                                                                       (0.304)                      
                                           Age                                                          0.009                       
                                                                                                       (0.018)                      
                                           Gangoff A -- Fear (Std.)                                     0.274                       
                                                                                                       (0.189)                      
                                           Gangoff A -- Worry (Std.)                                    -0.332                      
                                                                                                       (0.218)                      
                                           Gangoff A -- Out of Mind (Std.)                             1.000***                     
                                                                                                       (0.210)                      
                                           $\beta$ (Std.)                                               0.191                       
                                                                                                       (0.208)                      
                                           $\delta$ (Std.)                                              0.161                       
                                                                                                       (0.183)                      
                                           beta_miss                                                    -0.146                      
                                                                                                       (0.764)                      
                                           delta_miss                                                   0.925                       
                                                                                                       (0.817)                      
                                           Female                                                                0.859**            
                                                                                                                 (0.378)            
                                           Age                                                                    0.010             
                                                                                                                 (0.023)            
                                           Gangoff A -- Fear (Std.)                                               0.398*            
                                                                                                                 (0.239)            
                                           Gangoff A -- Worry (Std.)                                              -0.093            
                                                                                                                 (0.269)            
                                           Gangoff A -- Out of Mind (Std.)                                       1.311***           
                                                                                                                 (0.285)            
                                           $\beta$ (Std.)                                                         0.239             
                                                                                                                 (0.218)            
                                           $\delta$ (Std.)                                                        0.300             
                                                                                                                 (0.224)            
                                           beta_miss                                                              0.751             
                                                                                                                 (0.766)            
                                           delta_miss                                                             0.653             
                                                                                                                 (0.888)            
          When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test                                           2.190*** 
                                                                                                                           (0.313)  
                                           Order                                                                            -0.115  
                                                                                                                           (0.269)  
                                           Onset in 29 years                                                                -0.431  
                                                                                                                           (0.275)  
                                           Vision Scenario                                                                  -0.231  
                                                                                                                           (0.458)  
                                           Motion Scenario                                                                  -0.209  
                                                                                                                           (0.463)  
                                           Mind Scenario                                                                    -0.002  
                                                                                                                           (0.430)  
                                           Death Scenario                                                                  -0.940** 
                                                                                                                           (0.423)  
          N                                                                          236       236       236       170       236    
          Eliminate Questionable Subjects                                             No        No        No       Yes        No    
         ----------------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

Iteration 0:   log pseudolikelihood = -323.65654  
Iteration 1:   log pseudolikelihood = -292.99743  
Iteration 2:   log pseudolikelihood =  -291.7524  
Iteration 3:   log pseudolikelihood = -291.74998  
Iteration 4:   log pseudolikelihood = -291.74998  

Ordered logistic regression                     Number of obs     =        236
                                                Wald chi2(9)      =      62.12
                                                Prob > chi2       =     0.0000
Log pseudolikelihood = -291.74998               Pseudo R2         =     0.0986

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |    2.24955   .3090576     7.28   0.000     1.643808    2.855292
      orderB |  -.0717188   .2797451    -0.26   0.798    -.6200091    .4765715
  twentynine |  -.4573746   .2878722    -1.59   0.112    -1.021594    .1068445
  dis_vision |  -.3847339   .4627825    -0.83   0.406    -1.291771    .5223031
  dis_motion |  -.2877532   .4607175    -0.62   0.532    -1.190743    .6152365
    dis_mind |  -.0569434   .4215444    -0.14   0.893    -.8831553    .7692685
   dis_death |  -1.038202   .4195926    -2.47   0.013    -1.860588   -.2158158
      female |   .7230867   .2745737     2.63   0.008     .1849323    1.261241
         age |   .0184093    .015071     1.22   0.222    -.0111293     .047948
-------------+----------------------------------------------------------------
       /cut1 |   1.128651   .5619189                      .0273105    2.229992
       /cut2 |   1.388974   .5652737                      .2810579     2.49689
       /cut3 |   1.889952   .5775669                      .7579416    3.021962
       /cut4 |   2.274252   .5787658                      1.139892    3.408612
       /cut5 |   2.691696   .5935835                      1.528294    3.855098
       /cut6 |   2.914979   .6079448                      1.723429    4.106529
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

    --------------------------------------------------------------------------------------------------------------------------------------
                                      (1)                                                                                                
    --------------------------------------------------------------------------------------------------------------------------------------
     When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303***  1.465***                     
                                                                              (0.299)   (0.298)   (0.315)   (0.415)                      
                                      Order                                    -0.213    -0.191    -0.342    -0.493                      
                                                                              (0.264)   (0.269)   (0.301)   (0.380)                      
                                      Onset in 29 years                        -0.030    -0.042    -0.057    -0.030                      
                                                                              (0.261)   (0.265)   (0.299)   (0.385)                      
                                      Vision Scenario                          -0.533    -0.649    -0.516   -1.246**                     
                                                                              (0.446)   (0.451)   (0.499)   (0.631)                      
                                      Motion Scenario                          -0.345    -0.403    0.136     -0.725                      
                                                                              (0.423)   (0.421)   (0.507)   (0.654)                      
                                      Mind Scenario                            -0.007    -0.053    0.320     -0.154                      
                                                                              (0.389)   (0.385)   (0.486)   (0.618)                      
                                      Death Scenario                          -0.931**  -0.989**   -0.608   -1.295**                     
                                                                              (0.411)   (0.408)   (0.481)   (0.596)                      
     /                                cut1                                     0.230     0.631     0.933     0.453     0.319    1.129**  
                                                                              (0.346)   (0.545)   (0.641)   (0.855)   (0.358)   (0.562)  
                                      cut2                                     0.435     0.840     1.176*    0.705     0.571    1.389**  
                                                                              (0.347)   (0.545)   (0.640)   (0.853)   (0.363)   (0.565)  
                                      cut3                                    0.847**   1.259**   1.693***   1.164    1.058***  1.890*** 
                                                                              (0.353)   (0.553)   (0.645)   (0.852)   (0.371)   (0.578)  
                                      cut4                                    1.159***  1.573***  2.096***   1.603*   1.432***  2.274*** 
                                                                              (0.365)   (0.555)   (0.653)   (0.857)   (0.390)   (0.579)  
                                      cut5                                    1.517***  1.935***  2.561***  2.150**   1.835***  2.692*** 
                                                                              (0.380)   (0.572)   (0.671)   (0.892)   (0.402)   (0.594)  
                                      cut6                                    1.707***  2.128***  2.803***  2.459***  2.053***  2.915*** 
                                                                              (0.390)   (0.584)   (0.684)   (0.901)   (0.417)   (0.608)  
                                      Female                                            0.548**                                          
                                                                                        (0.274)                                          
                                      Age                                                0.007                                           
                                                                                        (0.016)                                          
                                      Female                                                      0.799***                               
                                                                                                  (0.304)                                
                                      Age                                                          0.009                                 
                                                                                                  (0.018)                                
                                      Gangoff A -- Fear (Std.)                                     0.274                                 
                                                                                                  (0.189)                                
                                      Gangoff A -- Worry (Std.)                                    -0.332                                
                                                                                                  (0.218)                                
                                      Gangoff A -- Out of Mind (Std.)                             1.000***                               
                                                                                                  (0.210)                                
                                      $\beta$ (Std.)                                               0.191                                 
                                                                                                  (0.208)                                
                                      $\delta$ (Std.)                                              0.161                                 
                                                                                                  (0.183)                                
                                      beta_miss                                                    -0.146                                
                                                                                                  (0.764)                                
                                      delta_miss                                                   0.925                                 
                                                                                                  (0.817)                                
                                      Female                                                                0.859**                      
                                                                                                            (0.378)                      
                                      Age                                                                    0.010                       
                                                                                                            (0.023)                      
                                      Gangoff A -- Fear (Std.)                                               0.398*                      
                                                                                                            (0.239)                      
                                      Gangoff A -- Worry (Std.)                                              -0.093                      
                                                                                                            (0.269)                      
                                      Gangoff A -- Out of Mind (Std.)                                       1.311***                     
                                                                                                            (0.285)                      
                                      $\beta$ (Std.)                                                         0.239                       
                                                                                                            (0.218)                      
                                      $\delta$ (Std.)                                                        0.300                       
                                                                                                            (0.224)                      
                                      beta_miss                                                              0.751                       
                                                                                                            (0.766)                      
                                      delta_miss                                                             0.653                       
                                                                                                            (0.888)                      
     When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test                                           2.190***  2.250*** 
                                                                                                                      (0.313)   (0.309)  
                                      Order                                                                            -0.115    -0.072  
                                                                                                                      (0.269)   (0.280)  
                                      Onset in 29 years                                                                -0.431    -0.457  
                                                                                                                      (0.275)   (0.288)  
                                      Vision Scenario                                                                  -0.231    -0.385  
                                                                                                                      (0.458)   (0.463)  
                                      Motion Scenario                                                                  -0.209    -0.288  
                                                                                                                      (0.463)   (0.461)  
                                      Mind Scenario                                                                    -0.002    -0.057  
                                                                                                                      (0.430)   (0.422)  
                                      Death Scenario                                                                  -0.940**  -1.038** 
                                                                                                                      (0.423)   (0.420)  
                                      Female                                                                                    0.723*** 
                                                                                                                                (0.275)  
                                      Age                                                                                        0.018   
                                                                                                                                (0.015)  
     N                                                                          236       236       236       170       236       236    
     Eliminate Questionable Subjects                                             No        No        No       Yes        No        No    
    --------------------------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

Iteration 0:   log pseudolikelihood = -323.11115  
Iteration 1:   log pseudolikelihood = -254.57465  
Iteration 2:   log pseudolikelihood = -249.25618  
Iteration 3:   log pseudolikelihood = -249.19563  
Iteration 4:   log pseudolikelihood =  -249.1956  
Iteration 5:   log pseudolikelihood =  -249.1956  

Ordered logistic regression                     Number of obs     =        235
                                                Wald chi2(16)     =     118.63
                                                Prob > chi2       =     0.0000
Log pseudolikelihood =  -249.1956               Pseudo R2         =     0.2288

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   1.939543   .3721383     5.21   0.000     1.210165    2.668921
      orderB |   .1301645   .3325421     0.39   0.695    -.5216061    .7819351
  twentynine |  -.5353899   .3294157    -1.63   0.104    -1.181033    .1102531
  dis_vision |  -.2502375   .5786575    -0.43   0.665    -1.384385    .8839104
  dis_motion |   .0823908    .505207     0.16   0.870    -.9077968    1.072578
    dis_mind |   .0404953   .4656595     0.09   0.931    -.8721807    .9531712
   dis_death |  -.7375175   .5237468    -1.41   0.159    -1.764042    .2890073
      female |   1.215594   .3408683     3.57   0.000     .5475041    1.883683
         age |   .0248427   .0189735     1.31   0.190    -.0123447    .0620301
    z_Bscary |   .0038891    .209083     0.02   0.985    -.4059061    .4136844
    z_Bworry |  -.4150831   .2349077    -1.77   0.077    -.8754937    .0453275
z_Boutofmind |   1.152535   .2191652     5.26   0.000     .7229793    1.582091
     z_beta2 |   .1900618   .2038604     0.93   0.351    -.2094972    .5896209
    z_delta2 |   .1425416   .1823828     0.78   0.434    -.2149221    .5000052
   beta_miss |  -1.376653   .8521957    -1.62   0.106    -3.046926    .2936201
  delta_miss |   1.219804   .9221474     1.32   0.186    -.5875719     3.02718
-------------+----------------------------------------------------------------
       /cut1 |   1.593193   .7956998                      .0336503    3.152736
       /cut2 |   1.921609   .8023161                      .3490986     3.49412
       /cut3 |   2.584211   .8159833                      .9849128    4.183509
       /cut4 |   3.137068    .802399                      1.564395    4.709741
       /cut5 |   3.751278   .8119939                      2.159799    5.342757
       /cut6 |    4.07116     .82342                      2.457287    5.685034
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

    --------------------------------------------------------------------------------------------------------------------------------------
                                      (1)                                                                                                
    --------------------------------------------------------------------------------------------------------------------------------------
     When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303***  1.465***                     
                                                                              (0.299)   (0.298)   (0.315)   (0.415)                      
                                      Order                                    -0.213    -0.191    -0.342    -0.493                      
                                                                              (0.264)   (0.269)   (0.301)   (0.380)                      
                                      Onset in 29 years                        -0.030    -0.042    -0.057    -0.030                      
                                                                              (0.261)   (0.265)   (0.299)   (0.385)                      
                                      Vision Scenario                          -0.533    -0.649    -0.516   -1.246**                     
                                                                              (0.446)   (0.451)   (0.499)   (0.631)                      
                                      Motion Scenario                          -0.345    -0.403    0.136     -0.725                      
                                                                              (0.423)   (0.421)   (0.507)   (0.654)                      
                                      Mind Scenario                            -0.007    -0.053    0.320     -0.154                      
                                                                              (0.389)   (0.385)   (0.486)   (0.618)                      
                                      Death Scenario                          -0.931**  -0.989**   -0.608   -1.295**                     
                                                                              (0.411)   (0.408)   (0.481)   (0.596)                      
     /                                cut1                                     0.230     0.631     0.933     0.453     0.319    1.129**  
                                                                              (0.346)   (0.545)   (0.641)   (0.855)   (0.358)   (0.562)  
                                      cut2                                     0.435     0.840     1.176*    0.705     0.571    1.389**  
                                                                              (0.347)   (0.545)   (0.640)   (0.853)   (0.363)   (0.565)  
                                      cut3                                    0.847**   1.259**   1.693***   1.164    1.058***  1.890*** 
                                                                              (0.353)   (0.553)   (0.645)   (0.852)   (0.371)   (0.578)  
                                      cut4                                    1.159***  1.573***  2.096***   1.603*   1.432***  2.274*** 
                                                                              (0.365)   (0.555)   (0.653)   (0.857)   (0.390)   (0.579)  
                                      cut5                                    1.517***  1.935***  2.561***  2.150**   1.835***  2.692*** 
                                                                              (0.380)   (0.572)   (0.671)   (0.892)   (0.402)   (0.594)  
                                      cut6                                    1.707***  2.128***  2.803***  2.459***  2.053***  2.915*** 
                                                                              (0.390)   (0.584)   (0.684)   (0.901)   (0.417)   (0.608)  
                                      Female                                            0.548**                                          
                                                                                        (0.274)                                          
                                      Age                                                0.007                                           
                                                                                        (0.016)                                          
                                      Female                                                      0.799***                               
                                                                                                  (0.304)                                
                                      Age                                                          0.009                                 
                                                                                                  (0.018)                                
                                      Gangoff A -- Fear (Std.)                                     0.274                                 
                                                                                                  (0.189)                                
                                      Gangoff A -- Worry (Std.)                                    -0.332                                
                                                                                                  (0.218)                                
                                      Gangoff A -- Out of Mind (Std.)                             1.000***                               
                                                                                                  (0.210)                                
                                      $\beta$ (Std.)                                               0.191                                 
                                                                                                  (0.208)                                
                                      $\delta$ (Std.)                                              0.161                                 
                                                                                                  (0.183)                                
                                      beta_miss                                                    -0.146                                
                                                                                                  (0.764)                                
                                      delta_miss                                                   0.925                                 
                                                                                                  (0.817)                                
                                      Female                                                                0.859**                      
                                                                                                            (0.378)                      
                                      Age                                                                    0.010                       
                                                                                                            (0.023)                      
                                      Gangoff A -- Fear (Std.)                                               0.398*                      
                                                                                                            (0.239)                      
                                      Gangoff A -- Worry (Std.)                                              -0.093                      
                                                                                                            (0.269)                      
                                      Gangoff A -- Out of Mind (Std.)                                       1.311***                     
                                                                                                            (0.285)                      
                                      $\beta$ (Std.)                                                         0.239                       
                                                                                                            (0.218)                      
                                      $\delta$ (Std.)                                                        0.300                       
                                                                                                            (0.224)                      
                                      beta_miss                                                              0.751                       
                                                                                                            (0.766)                      
                                      delta_miss                                                             0.653                       
                                                                                                            (0.888)                      
     When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test                                           2.190***  2.250*** 
                                                                                                                      (0.313)   (0.309)  
                                      Order                                                                            -0.115    -0.072  
                                                                                                                      (0.269)   (0.280)  
                                      Onset in 29 years                                                                -0.431    -0.457  
                                                                                                                      (0.275)   (0.288)  
                                      Vision Scenario                                                                  -0.231    -0.385  
                                                                                                                      (0.458)   (0.463)  
                                      Motion Scenario                                                                  -0.209    -0.288  
                                                                                                                      (0.463)   (0.461)  
                                      Mind Scenario                                                                    -0.002    -0.057  
                                                                                                                      (0.430)   (0.422)  
                                      Death Scenario                                                                  -0.940**  -1.038** 
                                                                                                                      (0.423)   (0.420)  
                                      Female                                                                                    0.723*** 
                                                                                                                                (0.275)  
                                      Age                                                                                        0.018   
                                                                                                                                (0.015)  
                                      Gangoff B -- Fear (Std.)                                                                           
                                                                                                                                         
                                      Gangoff B -- Worry (Std.)                                                                          
                                                                                                                                         
                                      Gangoff B -- Out of Mind (Std.)                                                                    
                                                                                                                                         
                                      $\beta$ (Std.)                                                                                     
                                                                                                                                         
                                      $\delta$ (Std.)                                                                                    
                                                                                                                                         
                                      beta_miss                                                                                          
                                                                                                                                         
                                      delta_miss                                                                                         
                                                                                                                                         
     N                                                                          236       236       236       170       236       236    
     Eliminate Questionable Subjects                                             No        No        No       Yes        No        No    
    --------------------------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.


                             ------------------------------------------------------------------------------------
                                                               (1)                                              
                             ------------------------------------------------------------------------------------
                              When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test            
                                                                                                                
                                                               Order                                            
                                                                                                                
                                                               Onset in 29 years                                
                                                                                                                
                                                               Vision Scenario                                  
                                                                                                                
                                                               Motion Scenario                                  
                                                                                                                
                                                               Mind Scenario                                    
                                                                                                                
                                                               Death Scenario                                   
                                                                                                                
                              /                                cut1                                    1.593**  
                                                                                                       (0.796)  
                                                               cut2                                    1.922**  
                                                                                                       (0.802)  
                                                               cut3                                    2.584*** 
                                                                                                       (0.816)  
                                                               cut4                                    3.137*** 
                                                                                                       (0.802)  
                                                               cut5                                    3.751*** 
                                                                                                       (0.812)  
                                                               cut6                                    4.071*** 
                                                                                                       (0.823)  
                                                               Female                                           
                                                                                                                
                                                               Age                                              
                                                                                                                
                                                               Female                                           
                                                                                                                
                                                               Age                                              
                                                                                                                
                                                               Gangoff A -- Fear (Std.)                         
                                                                                                                
                                                               Gangoff A -- Worry (Std.)                        
                                                                                                                
                                                               Gangoff A -- Out of Mind (Std.)                  
                                                                                                                
                                                               $\beta$ (Std.)                                   
                                                                                                                
                                                               $\delta$ (Std.)                                  
                                                                                                                
                                                               beta_miss                                        
                                                                                                                
                                                               delta_miss                                       
                                                                                                                
                                                               Female                                           
                                                                                                                
                                                               Age                                              
                                                                                                                
                                                               Gangoff A -- Fear (Std.)                         
                                                                                                                
                                                               Gangoff A -- Worry (Std.)                        
                                                                                                                
                                                               Gangoff A -- Out of Mind (Std.)                  
                                                                                                                
                                                               $\beta$ (Std.)                                   
                                                                                                                
                                                               $\delta$ (Std.)                                  
                                                                                                                
                                                               beta_miss                                        
                                                                                                                
                                                               delta_miss                                       
                                                                                                                
                              When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test   1.940*** 
                                                                                                       (0.372)  
                                                               Order                                    0.130   
                                                                                                       (0.333)  
                                                               Onset in 29 years                        -0.535  
                                                                                                       (0.329)  
                                                               Vision Scenario                          -0.250  
                                                                                                       (0.579)  
                                                               Motion Scenario                          0.082   
                                                                                                       (0.505)  
                                                               Mind Scenario                            0.040   
                                                                                                       (0.466)  
                                                               Death Scenario                           -0.738  
                                                                                                       (0.524)  
                                                               Female                                  1.216*** 
                                                                                                       (0.341)  
                                                               Age                                      0.025   
                                                                                                       (0.019)  
                                                               Gangoff B -- Fear (Std.)                 0.004   
                                                                                                       (0.209)  
                                                               Gangoff B -- Worry (Std.)               -0.415*  
                                                                                                       (0.235)  
                                                               Gangoff B -- Out of Mind (Std.)         1.153*** 
                                                                                                       (0.219)  
                                                               $\beta$ (Std.)                           0.190   
                                                                                                       (0.204)  
                                                               $\delta$ (Std.)                          0.143   
                                                                                                       (0.182)  
                                                               beta_miss                                -1.377  
                                                                                                       (0.852)  
                                                               delta_miss                               1.220   
                                                                                                       (0.922)  
                              N                                                                          235    
                              Eliminate Questionable Subjects                                             No    
                             ------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

Iteration 0:   log pseudolikelihood = -234.07981  
Iteration 1:   log pseudolikelihood = -175.48278  
Iteration 2:   log pseudolikelihood = -170.17609  
Iteration 3:   log pseudolikelihood =  -170.0717  
Iteration 4:   log pseudolikelihood = -170.07155  
Iteration 5:   log pseudolikelihood = -170.07155  

Ordered logistic regression                     Number of obs     =        169
                                                Wald chi2(16)     =      99.93
                                                Prob > chi2       =     0.0000
Log pseudolikelihood = -170.07155               Pseudo R2         =     0.2734

------------------------------------------------------------------------------
             |               Robust
   whentestB |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
      AoverB |   2.518378   .5074837     4.96   0.000     1.523728    3.513027
      orderB |   .2500764   .4122811     0.61   0.544    -.5579796    1.058133
  twentynine |  -.3567391   .3969691    -0.90   0.369    -1.134784    .4213061
  dis_vision |   -.801012   .6978292    -1.15   0.251    -2.168732    .5667081
  dis_motion |  -.5103267   .5725425    -0.89   0.373    -1.632489     .611836
    dis_mind |  -.6010137   .5506955    -1.09   0.275    -1.680357    .4783296
   dis_death |  -1.277128   .5716061    -2.23   0.025    -2.397455   -.1568004
      female |   1.398257   .4406756     3.17   0.002     .5345483    2.261965
         age |   .0199832   .0242382     0.82   0.410    -.0275229    .0674892
    z_Bscary |   .1507279   .2733071     0.55   0.581    -.3849443       .6864
    z_Bworry |  -.4571511    .327321    -1.40   0.163    -1.098689    .1843863
z_Boutofmind |   1.266014   .2759702     4.59   0.000     .7251223    1.806905
     z_beta2 |   .3366457   .2761025     1.22   0.223    -.2045052    .8777966
    z_delta2 |   .1322024    .216982     0.61   0.542    -.2930745    .5574794
   beta_miss |  -.3949503   .9667316    -0.41   0.683    -2.289709    1.499809
  delta_miss |   .9003511   1.098484     0.82   0.412    -1.252639    3.053341
-------------+----------------------------------------------------------------
       /cut1 |   1.155163   .9852211                     -.7758347    3.086161
       /cut2 |   1.477982   .9819791                     -.4466617    3.402626
       /cut3 |    2.16092   .9941696                      .2123829    4.109456
       /cut4 |   2.849254   .9750857                       .938121    4.760387
       /cut5 |   3.568904   1.001801                      1.605411    5.532397
       /cut6 |     3.9628   .9994339                      2.003946    5.921654
------------------------------------------------------------------------------

\begin{table}[htbp]\caption{Terrible Diseases -- When to get tested? (Ordered Logit)}\label{tab:whentotestlogit}

    --------------------------------------------------------------------------------------------------------------------------------------
                                      (1)                                                                                                
    --------------------------------------------------------------------------------------------------------------------------------------
     When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test   1.587***  1.625***  1.303***  1.465***                     
                                                                              (0.299)   (0.298)   (0.315)   (0.415)                      
                                      Order                                    -0.213    -0.191    -0.342    -0.493                      
                                                                              (0.264)   (0.269)   (0.301)   (0.380)                      
                                      Onset in 29 years                        -0.030    -0.042    -0.057    -0.030                      
                                                                              (0.261)   (0.265)   (0.299)   (0.385)                      
                                      Vision Scenario                          -0.533    -0.649    -0.516   -1.246**                     
                                                                              (0.446)   (0.451)   (0.499)   (0.631)                      
                                      Motion Scenario                          -0.345    -0.403    0.136     -0.725                      
                                                                              (0.423)   (0.421)   (0.507)   (0.654)                      
                                      Mind Scenario                            -0.007    -0.053    0.320     -0.154                      
                                                                              (0.389)   (0.385)   (0.486)   (0.618)                      
                                      Death Scenario                          -0.931**  -0.989**   -0.608   -1.295**                     
                                                                              (0.411)   (0.408)   (0.481)   (0.596)                      
     /                                cut1                                     0.230     0.631     0.933     0.453     0.319    1.129**  
                                                                              (0.346)   (0.545)   (0.641)   (0.855)   (0.358)   (0.562)  
                                      cut2                                     0.435     0.840     1.176*    0.705     0.571    1.389**  
                                                                              (0.347)   (0.545)   (0.640)   (0.853)   (0.363)   (0.565)  
                                      cut3                                    0.847**   1.259**   1.693***   1.164    1.058***  1.890*** 
                                                                              (0.353)   (0.553)   (0.645)   (0.852)   (0.371)   (0.578)  
                                      cut4                                    1.159***  1.573***  2.096***   1.603*   1.432***  2.274*** 
                                                                              (0.365)   (0.555)   (0.653)   (0.857)   (0.390)   (0.579)  
                                      cut5                                    1.517***  1.935***  2.561***  2.150**   1.835***  2.692*** 
                                                                              (0.380)   (0.572)   (0.671)   (0.892)   (0.402)   (0.594)  
                                      cut6                                    1.707***  2.128***  2.803***  2.459***  2.053***  2.915*** 
                                                                              (0.390)   (0.584)   (0.684)   (0.901)   (0.417)   (0.608)  
                                      Female                                            0.548**                                          
                                                                                        (0.274)                                          
                                      Age                                                0.007                                           
                                                                                        (0.016)                                          
                                      Female                                                      0.799***                               
                                                                                                  (0.304)                                
                                      Age                                                          0.009                                 
                                                                                                  (0.018)                                
                                      Gangoff A -- Fear (Std.)                                     0.274                                 
                                                                                                  (0.189)                                
                                      Gangoff A -- Worry (Std.)                                    -0.332                                
                                                                                                  (0.218)                                
                                      Gangoff A -- Out of Mind (Std.)                             1.000***                               
                                                                                                  (0.210)                                
                                      $\beta$ (Std.)                                               0.191                                 
                                                                                                  (0.208)                                
                                      $\delta$ (Std.)                                              0.161                                 
                                                                                                  (0.183)                                
                                      beta_miss                                                    -0.146                                
                                                                                                  (0.764)                                
                                      delta_miss                                                   0.925                                 
                                                                                                  (0.817)                                
                                      Female                                                                0.859**                      
                                                                                                            (0.378)                      
                                      Age                                                                    0.010                       
                                                                                                            (0.023)                      
                                      Gangoff A -- Fear (Std.)                                               0.398*                      
                                                                                                            (0.239)                      
                                      Gangoff A -- Worry (Std.)                                              -0.093                      
                                                                                                            (0.269)                      
                                      Gangoff A -- Out of Mind (Std.)                                       1.311***                     
                                                                                                            (0.285)                      
                                      $\beta$ (Std.)                                                         0.239                       
                                                                                                            (0.218)                      
                                      $\delta$ (Std.)                                                        0.300                       
                                                                                                            (0.224)                      
                                      beta_miss                                                              0.751                       
                                                                                                            (0.766)                      
                                      delta_miss                                                             0.653                       
                                                                                                            (0.888)                      
     When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test                                           2.190***  2.250*** 
                                                                                                                      (0.313)   (0.309)  
                                      Order                                                                            -0.115    -0.072  
                                                                                                                      (0.269)   (0.280)  
                                      Onset in 29 years                                                                -0.431    -0.457  
                                                                                                                      (0.275)   (0.288)  
                                      Vision Scenario                                                                  -0.231    -0.385  
                                                                                                                      (0.458)   (0.463)  
                                      Motion Scenario                                                                  -0.209    -0.288  
                                                                                                                      (0.463)   (0.461)  
                                      Mind Scenario                                                                    -0.002    -0.057  
                                                                                                                      (0.430)   (0.422)  
                                      Death Scenario                                                                  -0.940**  -1.038** 
                                                                                                                      (0.423)   (0.420)  
                                      Female                                                                                    0.723*** 
                                                                                                                                (0.275)  
                                      Age                                                                                        0.018   
                                                                                                                                (0.015)  
                                      Gangoff B -- Fear (Std.)                                                                           
                                                                                                                                         
                                      Gangoff B -- Worry (Std.)                                                                          
                                                                                                                                         
                                      Gangoff B -- Out of Mind (Std.)                                                                    
                                                                                                                                         
                                      $\beta$ (Std.)                                                                                     
                                                                                                                                         
                                      $\delta$ (Std.)                                                                                    
                                                                                                                                         
                                      beta_miss                                                                                          
                                                                                                                                         
                                      delta_miss                                                                                         
                                                                                                                                         
     N                                                                          236       236       236       170       236       236    
     Eliminate Questionable Subjects                                             No        No        No       Yes        No        No    
    --------------------------------------------------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.


                        ----------------------------------------------------------------------------------------------
                                                          (1)                                                        
                        ----------------------------------------------------------------------------------------------
                         When to Test for Gangoff A       Gangoff A Test $\succ$ Gangoff B Test                      
                                                                                                                     
                                                          Order                                                      
                                                                                                                     
                                                          Onset in 29 years                                          
                                                                                                                     
                                                          Vision Scenario                                            
                                                                                                                     
                                                          Motion Scenario                                            
                                                                                                                     
                                                          Mind Scenario                                              
                                                                                                                     
                                                          Death Scenario                                             
                                                                                                                     
                         /                                cut1                                    1.593**    1.155   
                                                                                                  (0.796)   (0.985)  
                                                          cut2                                    1.922**    1.478   
                                                                                                  (0.802)   (0.982)  
                                                          cut3                                    2.584***  2.161**  
                                                                                                  (0.816)   (0.994)  
                                                          cut4                                    3.137***  2.849*** 
                                                                                                  (0.802)   (0.975)  
                                                          cut5                                    3.751***  3.569*** 
                                                                                                  (0.812)   (1.002)  
                                                          cut6                                    4.071***  3.963*** 
                                                                                                  (0.823)   (0.999)  
                                                          Female                                                     
                                                                                                                     
                                                          Age                                                        
                                                                                                                     
                                                          Female                                                     
                                                                                                                     
                                                          Age                                                        
                                                                                                                     
                                                          Gangoff A -- Fear (Std.)                                   
                                                                                                                     
                                                          Gangoff A -- Worry (Std.)                                  
                                                                                                                     
                                                          Gangoff A -- Out of Mind (Std.)                            
                                                                                                                     
                                                          $\beta$ (Std.)                                             
                                                                                                                     
                                                          $\delta$ (Std.)                                            
                                                                                                                     
                                                          beta_miss                                                  
                                                                                                                     
                                                          delta_miss                                                 
                                                                                                                     
                                                          Female                                                     
                                                                                                                     
                                                          Age                                                        
                                                                                                                     
                                                          Gangoff A -- Fear (Std.)                                   
                                                                                                                     
                                                          Gangoff A -- Worry (Std.)                                  
                                                                                                                     
                                                          Gangoff A -- Out of Mind (Std.)                            
                                                                                                                     
                                                          $\beta$ (Std.)                                             
                                                                                                                     
                                                          $\delta$ (Std.)                                            
                                                                                                                     
                                                          beta_miss                                                  
                                                                                                                     
                                                          delta_miss                                                 
                                                                                                                     
                         When to Test for Gangoff B       Gangoff A Test $\succ$ Gangoff B Test   1.940***  2.518*** 
                                                                                                  (0.372)   (0.507)  
                                                          Order                                    0.130     0.250   
                                                                                                  (0.333)   (0.412)  
                                                          Onset in 29 years                        -0.535    -0.357  
                                                                                                  (0.329)   (0.397)  
                                                          Vision Scenario                          -0.250    -0.801  
                                                                                                  (0.579)   (0.698)  
                                                          Motion Scenario                          0.082     -0.510  
                                                                                                  (0.505)   (0.573)  
                                                          Mind Scenario                            0.040     -0.601  
                                                                                                  (0.466)   (0.551)  
                                                          Death Scenario                           -0.738   -1.277** 
                                                                                                  (0.524)   (0.572)  
                                                          Female                                  1.216***  1.398*** 
                                                                                                  (0.341)   (0.441)  
                                                          Age                                      0.025     0.020   
                                                                                                  (0.019)   (0.024)  
                                                          Gangoff B -- Fear (Std.)                 0.004     0.151   
                                                                                                  (0.209)   (0.273)  
                                                          Gangoff B -- Worry (Std.)               -0.415*    -0.457  
                                                                                                  (0.235)   (0.327)  
                                                          Gangoff B -- Out of Mind (Std.)         1.153***  1.266*** 
                                                                                                  (0.219)   (0.276)  
                                                          $\beta$ (Std.)                           0.190     0.337   
                                                                                                  (0.204)   (0.276)  
                                                          $\delta$ (Std.)                          0.143     0.132   
                                                                                                  (0.182)   (0.217)  
                                                          beta_miss                                -1.377    -0.395  
                                                                                                  (0.852)   (0.967)  
                                                          delta_miss                               1.220     0.900   
                                                                                                  (0.922)   (1.098)  
                         N                                                                          235       169    
                         Eliminate Questionable Subjects                                             No       Yes    
                        ----------------------------------------------------------------------------------------------
                                                        * p<0.1; ** p<0.05; *** p<0.01
The dependent variable is . Responses are: Now (1), Tomorrow (2), Later this week (3), Longer than a week but within the year (4), Not this yea
> r, but at some point before (time of onset minus one) years (5), After (time of onset minus one) years (6), I do not plan to get tested (7). 
>   is an indicator for different order of questions.   is an indicator for longer onset of disease (default is 11 years). Columns with $\beta$
>  and $\delta$ also include unreported dummies that control for whether responses on the MPLs had a single switch-point.

\end{table}

. 
. 
. ******************************************
. *  Figures
. ******************************************
. 
. // whentestA Histogram
. twoway (histogram whentestA, start(1) fcolor(gs14) lcolor(none) percent barwidth(0.4) discrete), xla(1/7, valuelabel noticks)

. graph rename whentestA, replace
(note: graph whentestA not found)

. graph export "$OUTPUTPATH/whentestA.pdf", replace
(file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whentestA.pdf written in PDF format)

. 
. // whentestB Histogram
. twoway (histogram whentestB, start(1) fcolor(gs14) lcolor(none) percent barwidth(0.4) discrete), xla(1/7, valuelabel noticks)

. graph rename whentestB, replace
(note: graph whentestB not found)

. graph export "$OUTPUTPATH/whentestB.pdf", replace
(file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whentestB.pdf written in PDF format)

. 
. // whentestA Histogram split by AoverB
. twoway   ///
>         (histogram whentestA if AoverB==0, start(1) fcolor(gs11) lcolor(gs11) percent barwidth(0.4) discrete ) ///
>         (histogram whentestA if AoverB==1, start(1)  fcolor(none) lcolor(black) percent barwidth(0.4) discrete), ///
>         xla(1/7, valuelabel noticks) legend(order(1 "Prefers B to A" 2 "Prefers A to B" )) 

. graph rename whentestA_split, replace
(note: graph whentestA_split not found)

. graph export "$OUTPUTPATH/whentestA_split.pdf", replace
(file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whentestA_split.pdf written in PDF format)

.         
. 
. // whentestB Histogram split by AoverB
. twoway   ///
>         (histogram whentestB if AoverB==0, start(1) fcolor(gs11) lcolor(gs11) percent barwidth(0.4) discrete ) ///
>         (histogram whentestB if AoverB==1, start(1)  fcolor(none) lcolor(black) percent barwidth(0.4) discrete), ///
>         xla(1/7, valuelabel noticks) legend(order(1 "Prefers B to A" 2 "Prefers A to B" )) 

. graph rename whentestB_split, replace
(note: graph whentestB_split not found)

. graph export "$OUTPUTPATH/whentestB_split.pdf", replace
(file ~/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/whentestB_split.pdf written in PDF format)

.         
. 
. 
. 
. 
. log close
      name:  <unnamed>
       log:  /Users/joshtasoff/Dropbox/Anticipation Experiment/Code-Data Share for Hyp Exp/TerribleDiseases/Output/mturkdisease_analyze.txt
  log type:  text
 closed on:  24 Mar 2025, 12:57:51
-----------------------------------------------------------------------------------------------------------------------------------------------
