-------------------------------------------------------------------------------------------------------------------------------------- name: log: C:\Users\ljzig\Desktop\jardina piston 2021 follow up\JP follow up.log log type: text opened on: 29 Mar 2022, 21:36:27 . use "C:\Users\ljzig\Desktop\jardina piston 2021 follow up\VERSION 2 Qualtrics_2016_BJPS_raw.dta" . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . * From the "BJPS replication file.do" file from Jardina and Piston 2021, . * located here (https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/A3XIFC&version=2.0), . * run in the version 2 "Qualtrics_2016_BJPS_raw.dta" dataset line 446 . * through line 526. Line 526 should match Table 1 of Jardina and Piston 2021. . end of do-file . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . gen obamatherm0to1=obamatherm/100 (551 missing values generated) . gen trumptherm0to1=trumptherm/100 (551 missing values generated) . gen rubiotherm0to1=rubiotherm/100 (21 missing values generated) . gen cruztherm0to1=cruztherm/100 (23 missing values generated) . gen bushtherm0to1=bushtherm/100 (22 missing values generated) . gen aofmanpicblacks=aofmanpic_1/100 (820 missing values generated) . gen aofmannopicblacks=aofmannopi_1/100 (836 missing values generated) . gen aofmanvinceblacks=aofmanvinc_1/100 (830 missing values generated) . egen aofmanblacks=rowmean(aofmanpicblacks aofmannopicblacks aofmanvinceblacks) (502 missing values generated) . gen aofmanpicwhites=aofmanpic_4/100 (820 missing values generated) . gen aofmannopicwhites=aofmannopi_4/100 (835 missing values generated) . gen aofmanvincewhites=aofmanvinc_4/100 (831 missing values generated) . egen aofmanwhites=rowmean(aofmanpicwhites aofmannopicwhites aofmanvincewhites) (502 missing values generated) . gen aofmanpicwb=(aofmanpicwhites-aofmanpicblacks+1)/2 (820 missing values generated) . gen aofmannopicwb=(aofmannopicwhites-aofmannopicblacks+1)/2 (836 missing values generated) . gen aofmanvincewb=(aofmanvincewhites-aofmanvinceblacks+1)/2 (831 missing values generated) . gen aofmanwb=(aofmanwhites-aofmanblacks+1)/2 (503 missing values generated) . gen aofmanpicwbbig=(aofmanpicwb*200)-100 (820 missing values generated) . gen aofmannopicwbbig=(aofmannopicwb*200)-100 (836 missing values generated) . gen aofmanvincewbbig=(aofmanvincewb*200)-100 (831 missing values generated) . gen cbbarbaric=charblacks_1 (743 missing values generated) . gen cbsavage=charblacks_4 (743 missing values generated) . gen cbnorestraint=charblacks_8 (743 missing values generated) . gen cbbarbaricrev=(cbbarbaric*(-1))+6 (743 missing values generated) . gen cbsavagerev=(cbsavage*(-1))+6 (743 missing values generated) . gen cbnorestraintrev=(cbnorestraint*(-1))+6 (743 missing values generated) . alpha cbbarbaric cbsavage cbnorestraint, gen(cnegbsmall) Test scale = mean(unstandardized items) Average interitem covariance: 1.242869 Number of items in the scale: 3 Scale reliability coefficient: 0.9212 . gen cnegbsmall0to1=((cnegbsmall*(-1))+5)/4 (743 missing values generated) . gen whiteshardworking=1-((sterlazy_1-1)/6) (341 missing values generated) . gen blackshardworking=1-((sterlazy_2-1)/6) (341 missing values generated) . gen whitesintell=1-((sterunint_1-1)/6) (342 missing values generated) . gen blacksintell=1-((sterunint_2-1)/6) (342 missing values generated) . gen wbintell=(whitesintell-blacksintell)/2 (343 missing values generated) . gen wbhardworking=(whiteshardworking-blackshardworking)/2 (341 missing values generated) . gen whitestereo=(whiteshardworking+whitesintell)/2 (342 missing values generated) . gen blackstereo=(blackshardworking+blacksintell)/2 (342 missing values generated) . gen bwstereoindex=((whitestereo-blackstereo)+1)/2 (343 missing values generated) . gen whitepeaceful=1-((sterviolen_1-1)/6) (345 missing values generated) . gen blackpeaceful=1-((sterviolen_2-1)/6) (345 missing values generated) . gen whitestereobig=(whiteshardworking+whitesintell+whitepeaceful)/3 (346 missing values generated) . gen blackstereobig=(blackshardworking+blacksintell+blackpeaceful)/3 (346 missing values generated) . gen bwstereoindexbig=((whitestereo-blackstereo)+1)/2 (343 missing values generated) . gen blackmarriage=ofrmarriag (1 missing value generated) . recode blackmarriage (2=0)(3=.5)(4=1) (blackmarriage: 991 changes made) . gen partyid2=. (992 missing values generated) . replace partyid2=6 if party1==2 (302 real changes made) . replace partyid2=0 if party1==2 (302 real changes made) . replace partyid=3 if party1==3 (318 real changes made) . replace partyid2=0 if strongdem==1 (183 real changes made) . replace partyid2=1 if strongdem==2 (128 real changes made) . replace partyid2=6 if strongrep==1 (176 real changes made) . replace partyid2=5 if strongrep==2 (126 real changes made) . replace partyid2=2 if closeparty==1 (104 real changes made) . replace partyid2=4 if closeparty==2 (85 real changes made) . replace partyid=3 if closeparty==3 (43 real changes made) . gen partyid=(partyid2)/6 . gen republican=partyid . gen polideology=(ideology-1)/6 . gen conservative=polideology . gen female=0 . replace female=1 if male==0 (608 real changes made) . gen birthyear2=birthyear+1919 (352 missing values generated) . gen age2=(2016-birthyear2) (352 missing values generated) . gen income2=(income-1)/18 (341 missing values generated) . gen educ=(education-1)/13 . gen south=. (992 missing values generated) . replace south=0 if state_1~=. (647 real changes made) . replace south=1 if state_1==1|state_1==4|state_1==10|state_1==11|state_1==19|state_1==25|state_1==34|state_1==41|state_1==43|state_1 > ==44|state_1==47 (184 real changes made) . gen rr1=1-((rrirish-1)/3) . gen rr2=(rrdes-1)/3 (2 missing values generated) . gen rr3=1-((rrtry-1)/3) (2 missing values generated) . gen rr4=(rrdisc-1)/3 (1 missing value generated) . alpha rr1 rr2 rr3 rr4, gen (raceres) Test scale = mean(unstandardized items) Average interitem covariance: .0589935 Number of items in the scale: 4 Scale reliability coefficient: 0.8441 . gen neighseg=ofrseg (6 missing values generated) . recode neighseg (1=1)(2=0) (neighseg: 888 changes made) . gen discrimination=1-((racineqatt_1-1)/4) (342 missing values generated) . gen inborn=1-((racineqatt_2-1)/4) (341 missing values generated) . . *analyses . **** TABLE 1 **** . reg trumptherm0to1 aofmanwb bwstereoindex republican conservative female age2 income2 educ south if white==1 Source | SS df MS Number of obs = 429 -------------+---------------------------------- F(9, 419) = 12.41 Model | 10.8196873 9 1.20218748 Prob > F = 0.0000 Residual | 40.5799093 419 .096849425 R-squared = 0.2105 -------------+---------------------------------- Adj R-squared = 0.1935 Total | 51.3995966 428 .120092515 Root MSE = .31121 ------------------------------------------------------------------------------- trumptherm0~1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- aofmanwb | .5981762 .1672889 3.58 0.000 .2693462 .9270062 bwstereoindex | .110572 .1632791 0.68 0.499 -.2103762 .4315201 republican | .2130819 .0603672 3.53 0.000 .0944217 .3317422 conservative | .1508031 .0674597 2.24 0.026 .0182015 .2834047 female | .0763939 .0309709 2.47 0.014 .0155162 .1372717 age2 | .0025123 .0012374 2.03 0.043 .0000799 .0049446 income2 | .1675678 .0661622 2.53 0.012 .0375167 .297619 educ | -.0609925 .143581 -0.42 0.671 -.3432214 .2212364 south | .0749775 .0342874 2.19 0.029 .0075807 .1423743 _cons | -.4672776 .152512 -3.06 0.002 -.7670616 -.1674935 ------------------------------------------------------------------------------- . end of do-file . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . . * Run the next set of commands to check for non-linearity: . . sum aofmanwb if white==1 Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- aofmanwb | 489 .5352352 .1021741 0 1 . reg trumptherm0to1 aofmanwb bwstereoindex republican conservative female age2 income2 educ south if white==1 Source | SS df MS Number of obs = 429 -------------+---------------------------------- F(9, 419) = 12.41 Model | 10.8196873 9 1.20218748 Prob > F = 0.0000 Residual | 40.5799093 419 .096849425 R-squared = 0.2105 -------------+---------------------------------- Adj R-squared = 0.1935 Total | 51.3995966 428 .120092515 Root MSE = .31121 ------------------------------------------------------------------------------- trumptherm0~1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- aofmanwb | .5981762 .1672889 3.58 0.000 .2693462 .9270062 bwstereoindex | .110572 .1632791 0.68 0.499 -.2103762 .4315201 republican | .2130819 .0603672 3.53 0.000 .0944217 .3317422 conservative | .1508031 .0674597 2.24 0.026 .0182015 .2834047 female | .0763939 .0309709 2.47 0.014 .0155162 .1372717 age2 | .0025123 .0012374 2.03 0.043 .0000799 .0049446 income2 | .1675678 .0661622 2.53 0.012 .0375167 .297619 educ | -.0609925 .143581 -0.42 0.671 -.3432214 .2212364 south | .0749775 .0342874 2.19 0.029 .0075807 .1423743 _cons | -.4672776 .152512 -3.06 0.002 -.7670616 -.1674935 ------------------------------------------------------------------------------- . margins, atmeans at(aofmanwb=(0(0.1)1)) Adjusted predictions Number of obs = 429 Model VCE : OLS Expression : Linear prediction, predict() 1._at : aofmanwb = 0 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 2._at : aofmanwb = .1 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 3._at : aofmanwb = .2 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 4._at : aofmanwb = .3 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 5._at : aofmanwb = .4 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 6._at : aofmanwb = .5 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 7._at : aofmanwb = .6 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 8._at : aofmanwb = .7 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 9._at : aofmanwb = .8 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 10._at : aofmanwb = .9 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 11._at : aofmanwb = 1 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) ------------------------------------------------------------------------------ | Delta-method | Margin Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- _at | 1 | .0062486 .090552 0.07 0.945 -.1717443 .1842414 2 | .0660662 .074107 0.89 0.373 -.0796017 .2117341 3 | .1258838 .0578252 2.18 0.030 .0122203 .2395474 4 | .1857014 .041897 4.43 0.000 .103347 .2680559 5 | .2455191 .0269569 9.11 0.000 .1925314 .2985067 6 | .3053367 .0160532 19.02 0.000 .2737819 .3368915 7 | .3651543 .0186667 19.56 0.000 .3284622 .4018464 8 | .4249719 .0316054 13.45 0.000 .3628471 .4870967 9 | .4847896 .0470007 10.31 0.000 .3924031 .577176 10 | .5446072 .0630788 8.63 0.000 .4206168 .6685975 11 | .6044248 .0794262 7.61 0.000 .4483013 .7605483 ------------------------------------------------------------------------------ . marginsplot Variables that uniquely identify margins: aofmanwb . . recode aofmanwb (0/0.499=1 "Dehumanize Whites") (0.5=2 "Equal ratings") (0.501/1=3 "Dehumanize Blacks"), gen(aofmanwb3) (489 differences between aofmanwb and aofmanwb3) . tab aofmanwb3 RECODE of | aofmanwb | Freq. Percent Cum. ------------------+----------------------------------- Dehumanize Whites | 63 12.88 12.88 Equal ratings | 236 48.26 61.15 Dehumanize Blacks | 190 38.85 100.00 ------------------+----------------------------------- Total | 489 100.00 . reg trumptherm0to1 ib2.aofmanwb3 bwstereoindex republican conservative female age2 income2 educ south if white==1 Source | SS df MS Number of obs = 429 -------------+---------------------------------- F(10, 418) = 11.73 Model | 11.2647189 10 1.12647189 Prob > F = 0.0000 Residual | 40.1348777 418 .096016454 R-squared = 0.2192 -------------+---------------------------------- Adj R-squared = 0.2005 Total | 51.3995966 428 .120092515 Root MSE = .30987 ------------------------------------------------------------------------------------ trumptherm0to1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------------+---------------------------------------------------------------- aofmanwb3 | Dehumanize Whites | -.0618369 .0475289 -1.30 0.194 -.1552624 .0315885 Dehumanize Blacks | .1184225 .0344925 3.43 0.001 .0506221 .1862229 | bwstereoindex | .1290352 .1590674 0.81 0.418 -.1836365 .4417069 republican | .2053024 .0601198 3.41 0.001 .0871276 .3234771 conservative | .1516732 .0671673 2.26 0.024 .0196455 .2837009 female | .0801785 .0309173 2.59 0.010 .0194057 .1409513 age2 | .0024337 .0012362 1.97 0.050 3.85e-06 .0048636 income2 | .1882879 .066241 2.84 0.005 .058081 .3184948 educ | -.0692944 .1429931 -0.48 0.628 -.3503696 .2117808 south | .0754665 .034202 2.21 0.028 .0082372 .1426957 _cons | -.1955686 .1408874 -1.39 0.166 -.4725046 .0813674 ------------------------------------------------------------------------------------ . margins, atmeans at(aofmanwb3=(1(1)3)) Adjusted predictions Number of obs = 429 Model VCE : OLS Expression : Linear prediction, predict() 1._at : aofmanwb3 = 1 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 2._at : aofmanwb3 = 2 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 3._at : aofmanwb3 = 3 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) ------------------------------------------------------------------------------ | Delta-method | Margin Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- _at | 1 | .2270516 .0425008 5.34 0.000 .1435097 .3105935 2 | .2888885 .0217251 13.30 0.000 .2461845 .3315925 3 | .407311 .0254819 15.98 0.000 .3572223 .4573997 ------------------------------------------------------------------------------ . marginsplot, level(83.4) Variables that uniquely identify margins: aofmanwb3 . . tab aofmanwb if white==1 aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 0 | 1 0.20 0.20 .085 | 1 0.20 0.41 .205 | 1 0.20 0.61 .24 | 1 0.20 0.82 .285 | 1 0.20 1.02 .3 | 1 0.20 1.23 .335 | 1 0.20 1.43 .35 | 1 0.20 1.64 .375 | 1 0.20 1.84 .39 | 1 0.20 2.04 .395 | 1 0.20 2.25 .395 | 2 0.41 2.66 .43 | 1 0.20 2.86 .435 | 3 0.61 3.48 .44 | 2 0.41 3.89 .445 | 1 0.20 4.09 .45 | 4 0.82 4.91 .45 | 1 0.20 5.11 .455 | 2 0.41 5.52 .47 | 1 0.20 5.73 .475 | 2 0.41 6.13 .48 | 3 0.61 6.75 .48 | 1 0.20 6.95 .485 | 3 0.61 7.57 .485 | 1 0.20 7.77 .49 | 2 0.41 8.18 .49 | 2 0.41 8.59 .495 | 21 4.29 12.88 .5 | 236 48.26 61.15 .505 | 27 5.52 66.67 .51 | 14 2.86 69.53 .515 | 7 1.43 70.96 .52 | 4 0.82 71.78 .525 | 8 1.64 73.42 .53 | 4 0.82 74.23 .535 | 4 0.82 75.05 .54 | 2 0.41 75.46 .54 | 2 0.41 75.87 .545 | 3 0.61 76.48 .545 | 3 0.61 77.10 .55 | 2 0.41 77.51 .55 | 2 0.41 77.91 .5549999 | 1 0.20 78.12 .555 | 2 0.41 78.53 .56 | 2 0.41 78.94 .565 | 4 0.82 79.75 .57 | 3 0.61 80.37 .575 | 2 0.41 80.78 .575 | 2 0.41 81.19 .585 | 2 0.41 81.60 .59 | 2 0.41 82.00 .595 | 4 0.82 82.82 .6 | 7 1.43 84.25 .605 | 5 1.02 85.28 .61 | 3 0.61 85.89 .615 | 1 0.20 86.09 .62 | 1 0.20 86.30 .625 | 5 1.02 87.32 .63 | 2 0.41 87.73 .64 | 4 0.82 88.55 .645 | 4 0.82 89.37 .65 | 3 0.61 89.98 .66 | 1 0.20 90.18 .665 | 1 0.20 90.39 .665 | 1 0.20 90.59 .675 | 1 0.20 90.80 .69 | 4 0.82 91.62 .695 | 2 0.41 92.02 .7 | 2 0.41 92.43 .71 | 2 0.41 92.84 .71 | 1 0.20 93.05 .715 | 2 0.41 93.46 .72 | 1 0.20 93.66 .72 | 2 0.41 94.07 .735 | 2 0.41 94.48 .74 | 1 0.20 94.68 .75 | 2 0.41 95.09 .755 | 2 0.41 95.50 .76 | 1 0.20 95.71 .765 | 2 0.41 96.11 .77 | 2 0.41 96.52 .795 | 3 0.61 97.14 .8 | 1 0.20 97.34 .825 | 1 0.20 97.55 .835 | 1 0.20 97.75 .845 | 1 0.20 97.96 .85 | 1 0.20 98.16 .87 | 1 0.20 98.36 .89 | 1 0.20 98.57 .915 | 1 0.20 98.77 .945 | 1 0.20 98.98 .95 | 1 0.20 99.18 .955 | 1 0.20 99.39 .98 | 1 0.20 99.59 .995 | 1 0.20 99.80 1 | 1 0.20 100.00 ------------+----------------------------------- Total | 489 100.00 . . recode aofmanwb (0/0.2500=1) (0.2501/0.4999=2) (0.5=3) (0.5001/0.7499=4) (0.7500/1=5), gen(aofmanwb5) (489 differences between aofmanwb and aofmanwb5) . tab aofmanwb5 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 4 0.82 0.82 2 | 59 12.07 12.88 3 | 236 48.26 61.15 4 | 164 33.54 94.68 5 | 26 5.32 100.00 ------------+----------------------------------- Total | 489 100.00 . reg trumptherm0to1 ib3.aofmanwb5 bwstereoindex republican conservative female age2 income2 educ south if white==1 Source | SS df MS Number of obs = 429 -------------+---------------------------------- F(12, 416) = 10.14 Model | 11.62947 12 .9691225 Prob > F = 0.0000 Residual | 39.7701266 416 .095601266 R-squared = 0.2263 -------------+---------------------------------- Adj R-squared = 0.2039 Total | 51.3995966 428 .120092515 Root MSE = .30919 ------------------------------------------------------------------------------- trumptherm0~1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- aofmanwb5 | 1 | -.0310225 .182467 -0.17 0.865 -.3896947 .3276496 2 | -.0638469 .0486025 -1.31 0.190 -.1593841 .0316903 4 | .1028866 .035363 2.91 0.004 .0333741 .1723991 5 | .2465977 .0741736 3.32 0.001 .1007959 .3923995 | bwstereoindex | .0725845 .1621183 0.45 0.655 -.2460887 .3912576 republican | .2122855 .0601268 3.53 0.000 .0940953 .3304756 conservative | .1452382 .0673532 2.16 0.032 .012843 .2776333 female | .0793537 .0309289 2.57 0.011 .0185572 .1401502 age2 | .0025721 .0012384 2.08 0.038 .0001378 .0050064 income2 | .1805425 .0662875 2.72 0.007 .0502423 .3108428 educ | -.065009 .1427346 -0.46 0.649 -.3455799 .2155619 south | .073726 .0341521 2.16 0.031 .0065938 .1408582 _cons | -.1704253 .141209 -1.21 0.228 -.4479974 .1071468 ------------------------------------------------------------------------------- . margins, atmeans at(aofmanwb5=(1(1)5)) Adjusted predictions Number of obs = 429 Model VCE : OLS Expression : Linear prediction, predict() 1._at : aofmanwb5 = 1 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 2._at : aofmanwb5 = 2 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 3._at : aofmanwb5 = 3 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 4._at : aofmanwb5 = 4 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 5._at : aofmanwb5 = 5 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) ------------------------------------------------------------------------------ | Delta-method | Margin Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- _at | 1 | .2566851 .1808451 1.42 0.157 -.098799 .6121692 2 | .2238607 .0438228 5.11 0.000 .1377189 .3100026 3 | .2877077 .0216892 13.27 0.000 .2450736 .3303417 4 | .3905943 .0268599 14.54 0.000 .3377963 .4433923 5 | .5343054 .0699077 7.64 0.000 .3968891 .6717216 ------------------------------------------------------------------------------ . marginsplot, level(83.4) Variables that uniquely identify margins: aofmanwb5 . . recode aofmanwb (0/0.4850=1) (0.4851/0.4999=2) (0.5=3) (0.5001/0.5149=4) (0.5150/1=5), gen(aofmanwb5b) (489 differences between aofmanwb and aofmanwb5b) . tab aofmanwb5b RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 38 7.77 7.77 2 | 25 5.11 12.88 3 | 236 48.26 61.15 4 | 41 8.38 69.53 5 | 149 30.47 100.00 ------------+----------------------------------- Total | 489 100.00 . reg trumptherm0to1 ib3.aofmanwb5 bwstereoindex republican conservative female age2 income2 educ south if white==1 Source | SS df MS Number of obs = 429 -------------+---------------------------------- F(12, 416) = 10.14 Model | 11.62947 12 .9691225 Prob > F = 0.0000 Residual | 39.7701266 416 .095601266 R-squared = 0.2263 -------------+---------------------------------- Adj R-squared = 0.2039 Total | 51.3995966 428 .120092515 Root MSE = .30919 ------------------------------------------------------------------------------- trumptherm0~1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] --------------+---------------------------------------------------------------- aofmanwb5 | 1 | -.0310225 .182467 -0.17 0.865 -.3896947 .3276496 2 | -.0638469 .0486025 -1.31 0.190 -.1593841 .0316903 4 | .1028866 .035363 2.91 0.004 .0333741 .1723991 5 | .2465977 .0741736 3.32 0.001 .1007959 .3923995 | bwstereoindex | .0725845 .1621183 0.45 0.655 -.2460887 .3912576 republican | .2122855 .0601268 3.53 0.000 .0940953 .3304756 conservative | .1452382 .0673532 2.16 0.032 .012843 .2776333 female | .0793537 .0309289 2.57 0.011 .0185572 .1401502 age2 | .0025721 .0012384 2.08 0.038 .0001378 .0050064 income2 | .1805425 .0662875 2.72 0.007 .0502423 .3108428 educ | -.065009 .1427346 -0.46 0.649 -.3455799 .2155619 south | .073726 .0341521 2.16 0.031 .0065938 .1408582 _cons | -.1704253 .141209 -1.21 0.228 -.4479974 .1071468 ------------------------------------------------------------------------------- . margins, atmeans at(aofmanwb5=(1(1)5)) Adjusted predictions Number of obs = 429 Model VCE : OLS Expression : Linear prediction, predict() 1._at : aofmanwb5 = 1 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 2._at : aofmanwb5 = 2 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 3._at : aofmanwb5 = 3 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 4._at : aofmanwb5 = 4 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) 5._at : aofmanwb5 = 5 bwstereoin~x = .5455517 (mean) republican = .487568 (mean) conservative = .503108 (mean) female = .5874126 (mean) age2 = 46.74825 (mean) income2 = .5683761 (mean) educ = .753631 (mean) south = .2913753 (mean) ------------------------------------------------------------------------------ | Delta-method | Margin Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- _at | 1 | .2566851 .1808451 1.42 0.157 -.098799 .6121692 2 | .2238607 .0438228 5.11 0.000 .1377189 .3100026 3 | .2877077 .0216892 13.27 0.000 .2450736 .3303417 4 | .3905943 .0268599 14.54 0.000 .3377963 .4433923 5 | .5343054 .0699077 7.64 0.000 .3968891 .6717216 ------------------------------------------------------------------------------ . marginsplot, level(83.4) Variables that uniquely identify margins: aofmanwb5 . . * Comparisons of version 1 and version 2 // Run the section below in version 2 . . codebook race -------------------------------------------------------------------------------------------------------------------------------------- race What racial or ethnic group or groups best describes you? -------------------------------------------------------------------------------------------------------------------------------------- type: numeric (double) label: race range: [1,1] units: 1 unique values: 1 missing .: 0/992 tabulation: Freq. Numeric Label 992 1 White . . reg aofmanwb ib4.ideology if race==1 & latino==2 Source | SS df MS Number of obs = 489 -------------+---------------------------------- F(6, 482) = 1.54 Model | .095787162 6 .015964527 Prob > F = 0.1633 Residual | 4.99871088 482 .010370769 R-squared = 0.0188 -------------+---------------------------------- Adj R-squared = 0.0066 Total | 5.09449804 488 .010439545 Root MSE = .10184 ------------------------------------------------------------------------------------------ aofmanwb | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------------------+---------------------------------------------------------------- ideology | Very liberal | -.021806 .0165602 -1.32 0.189 -.0543452 .0107331 Somewhat liberal | -.0168036 .0145439 -1.16 0.249 -.0453809 .0117737 Closer to liberals | -.0119658 .0170357 -0.70 0.483 -.0454392 .0215076 Closer to conservatives | -.0185152 .015856 -1.17 0.244 -.0496706 .0126403 Somewhat conservative | -.0452023 .0165602 -2.73 0.007 -.0777414 -.0126631 Very conservative | .0003859 .0155116 0.02 0.980 -.0300928 .0308646 | _cons | .5485985 .0088638 61.89 0.000 .5311821 .5660149 ------------------------------------------------------------------------------------------ . tab aofmanwb3 if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------------+----------------------------------- Dehumanize Whites | 63 12.88 12.88 Equal ratings | 236 48.26 61.15 Dehumanize Blacks | 190 38.85 100.00 ------------------+----------------------------------- Total | 489 100.00 . tab aofmanwb5 if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 4 0.82 0.82 2 | 59 12.07 12.88 3 | 236 48.26 61.15 4 | 164 33.54 94.68 5 | 26 5.32 100.00 ------------+----------------------------------- Total | 489 100.00 . tab aofmanwb5b if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 38 7.77 7.77 2 | 25 5.11 12.88 3 | 236 48.26 61.15 4 | 41 8.38 69.53 5 | 149 30.47 100.00 ------------+----------------------------------- Total | 489 100.00 . . tab female male, mi | Please indicate your | gender. female | Male Female | Total -----------+----------------------+---------- 0 | 0 384 | 384 1 | 608 0 | 608 -----------+----------------------+---------- Total | 608 384 | 992 . tab race latino, mi | Are you of | Hispanic | or Latino | origin or | descent, | such as What racial or | Mexican, ethnic group or | Puerto groups best | Rican, describes you? | No | Total ----------------+-----------+---------- White | 992 | 992 ----------------+-----------+---------- Total | 992 | 992 . . tab1 race latino male education party1 ideology income aof* if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1, mi -> tabulation of race if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 What racial or | ethnic group or | groups best | describes you? | Freq. Percent Cum. ----------------+----------------------------------- White | 1 100.00 100.00 ----------------+----------------------------------- Total | 1 100.00 -> tabulation of latino if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Are you of | Hispanic or | Latino | origin or | descent, | such as | Mexican, | Puerto | Rican, | Freq. Percent Cum. ------------+----------------------------------- No | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of male if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please | indicate | your | gender. | Freq. Percent Cum. ------------+----------------------------------- Male | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of education if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate the highest level of | education you have completed. | Freq. Percent Cum. ----------------------------------------+----------------------------------- Some college, no degree | 1 100.00 100.00 ----------------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of party1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Generally | speaking, | do you | usually | consider | yourself a | Democrat, a | Republican, | a | Freq. Percent Cum. ------------+----------------------------------- Democrat | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of ideology if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 When it comes to politics, would | you describe yourself as | liberal, conservative, | Freq. Percent Cum. ---------------------------------+----------------------------------- Neither liberal nor conservative | 1 100.00 100.00 ---------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of income if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate your | yearly household | income. | Freq. Percent Cum. ---------------------+----------------------------------- $35,000 to $39,999 | 1 100.00 100.00 ---------------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- 100 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- 100 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicbl | acks | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | blacks | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinceblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | blacks | Freq. Percent Cum. ------------+----------------------------------- 1 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanblack | s | Freq. Percent Cum. ------------+----------------------------------- 1 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicwh | ites | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | whites | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvincewhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | whites | Freq. Percent Cum. ------------+----------------------------------- 1 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanwhite | s | Freq. Percent Cum. ------------+----------------------------------- 1 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicwb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | wb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvincewb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | wb | Freq. Percent Cum. ------------+----------------------------------- .5 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanwb | Freq. Percent Cum. ------------+----------------------------------- .5 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicwbbig if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicwb | big | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicwbbig if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | wbbig | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvincewbbig if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | wbbig | Freq. Percent Cum. ------------+----------------------------------- 0 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb3 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------------+----------------------------------- Equal ratings | 1 100.00 100.00 ------------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb5 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 3 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb5b if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 3 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 . . clear all . end of do-file . use "C:\Users\ljzig\Desktop\jardina piston 2021 follow up\VERSION 1 Qualtrics_BJPS.dta" . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . *** . . * In version 1 of the dataset ("Qualtrics_BJPS.dta") run line 451 through 462 of the Jardina Piston replication do file. . end of do-file . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . gen aofmanpicblacks=aofmanpic_1/100 (2,362 missing values generated) . gen aofmannopicblacks=aofmannopi_1/100 (2,365 missing values generated) . gen aofmanvinceblacks=aofmanvinc_1/100 (2,363 missing values generated) . egen aofmanblacks=rowmean(aofmanpicblacks aofmannopicblacks aofmanvinceblacks) (1850 missing values generated) . gen aofmanpicwhites=aofmanpic_4/100 (2,362 missing values generated) . gen aofmannopicwhites=aofmannopi_4/100 (2,364 missing values generated) . gen aofmanvincewhites=aofmanvinc_4/100 (2,364 missing values generated) . egen aofmanwhites=rowmean(aofmanpicwhites aofmannopicwhites aofmanvincewhites) (1850 missing values generated) . gen aofmanpicwb=(aofmanpicwhites-aofmanpicblacks+1)/2 (2,362 missing values generated) . gen aofmannopicwb=(aofmannopicwhites-aofmannopicblacks+1)/2 (2,365 missing values generated) . gen aofmanvincewb=(aofmanvincewhites-aofmanvinceblacks+1)/2 (2,364 missing values generated) . gen aofmanwb=(aofmanwhites-aofmanblacks+1)/2 (1,851 missing values generated) . end of do-file . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . * Then run: . . sum aofmanwb Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- aofmanwb | 769 .5209883 .1093065 0 1 . tab aofmanwb aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 0 | 1 0.13 0.13 .04 | 1 0.13 0.26 .085 | 1 0.13 0.39 .1 | 1 0.13 0.52 .11 | 1 0.13 0.65 .13 | 1 0.13 0.78 .145 | 1 0.13 0.91 .16 | 1 0.13 1.04 .185 | 1 0.13 1.17 .195 | 1 0.13 1.30 .205 | 1 0.13 1.43 .21 | 1 0.13 1.56 .22 | 1 0.13 1.69 .225 | 1 0.13 1.82 .23 | 1 0.13 1.95 .24 | 1 0.13 2.08 .24 | 1 0.13 2.21 .25 | 1 0.13 2.34 .255 | 1 0.13 2.47 .26 | 1 0.13 2.60 .285 | 1 0.13 2.73 .295 | 1 0.13 2.86 .3 | 1 0.13 2.99 .3 | 3 0.39 3.38 .31 | 1 0.13 3.51 .315 | 1 0.13 3.64 .33 | 2 0.26 3.90 .335 | 1 0.13 4.03 .35 | 2 0.26 4.29 .36 | 1 0.13 4.42 .37 | 1 0.13 4.55 .375 | 3 0.39 4.94 .38 | 1 0.13 5.07 .385 | 1 0.13 5.20 .39 | 1 0.13 5.33 .39 | 1 0.13 5.46 .395 | 1 0.13 5.59 .395 | 2 0.26 5.85 .4 | 2 0.26 6.11 .41 | 2 0.26 6.37 .42 | 1 0.13 6.50 .42 | 1 0.13 6.63 .425 | 1 0.13 6.76 .425 | 3 0.39 7.15 .43 | 3 0.39 7.54 .435 | 3 0.39 7.93 .44 | 2 0.26 8.19 .44 | 1 0.13 8.32 .445 | 1 0.13 8.45 .445 | 1 0.13 8.58 .45 | 6 0.78 9.36 .45 | 1 0.13 9.49 .455 | 3 0.39 9.88 .455 | 1 0.13 10.01 .46 | 2 0.26 10.27 .46 | 1 0.13 10.40 .465 | 2 0.26 10.66 .47 | 4 0.52 11.18 .475 | 3 0.39 11.57 .475 | 1 0.13 11.70 .48 | 3 0.39 12.09 .48 | 1 0.13 12.22 .485 | 3 0.39 12.61 .485 | 6 0.78 13.39 .49 | 5 0.65 14.04 .49 | 5 0.65 14.69 .495 | 1 0.13 14.82 .495 | 35 4.55 19.38 .5 | 335 43.56 62.94 .505 | 38 4.94 67.88 .51 | 21 2.73 70.61 .515 | 13 1.69 72.30 .52 | 13 1.69 73.99 .525 | 10 1.30 75.29 .53 | 5 0.65 75.94 .535 | 6 0.78 76.72 .54 | 2 0.26 76.98 .54 | 6 0.78 77.76 .545 | 4 0.52 78.28 .545 | 8 1.04 79.32 .55 | 4 0.52 79.84 .55 | 5 0.65 80.49 .5549999 | 1 0.13 80.62 .555 | 3 0.39 81.01 .56 | 5 0.65 81.66 .565 | 6 0.78 82.44 .57 | 3 0.39 82.83 .575 | 4 0.52 83.36 .575 | 3 0.39 83.75 .58 | 2 0.26 84.01 .585 | 3 0.39 84.40 .585 | 2 0.26 84.66 .59 | 1 0.13 84.79 .59 | 1 0.13 84.92 .595 | 6 0.78 85.70 .6 | 5 0.65 86.35 .605 | 5 0.65 87.00 .61 | 3 0.39 87.39 .615 | 2 0.26 87.65 .62 | 2 0.26 87.91 .625 | 6 0.78 88.69 .63 | 4 0.52 89.21 .64 | 6 0.78 89.99 .645 | 5 0.65 90.64 .65 | 5 0.65 91.29 .65 | 1 0.13 91.42 .66 | 1 0.13 91.55 .665 | 1 0.13 91.68 .665 | 1 0.13 91.81 .675 | 1 0.13 91.94 .675 | 1 0.13 92.07 .69 | 5 0.65 92.72 .695 | 2 0.26 92.98 .7 | 2 0.26 93.24 .7 | 2 0.26 93.50 .705 | 1 0.13 93.63 .71 | 2 0.26 93.89 .71 | 1 0.13 94.02 .715 | 3 0.39 94.41 .72 | 1 0.13 94.54 .72 | 2 0.26 94.80 .735 | 2 0.26 95.06 .75 | 5 0.65 95.71 .755 | 2 0.26 95.97 .76 | 1 0.13 96.10 .765 | 1 0.13 96.23 .77 | 2 0.26 96.49 .775 | 1 0.13 96.62 .78 | 2 0.26 96.88 .78 | 1 0.13 97.01 .795 | 3 0.39 97.40 .8 | 2 0.26 97.66 .815 | 2 0.26 97.92 .825 | 1 0.13 98.05 .835 | 1 0.13 98.18 .845 | 1 0.13 98.31 .85 | 2 0.26 98.57 .87 | 1 0.13 98.70 .89 | 1 0.13 98.83 .9 | 1 0.13 98.96 .905 | 1 0.13 99.09 .915 | 1 0.13 99.22 .95 | 2 0.26 99.48 .955 | 1 0.13 99.61 .96 | 1 0.13 99.74 .98 | 1 0.13 99.87 1 | 1 0.13 100.00 ------------+----------------------------------- Total | 769 100.00 . recode aofmanwb (0/0.499=1 "Dehumanize Whites") (0.5=2 "Equal ratings") (0.501/1=3 "Dehumanize Blacks"), gen(aofmanwb3) (769 differences between aofmanwb and aofmanwb3) . recode aofmanwb (0/0.2500=1) (0.2501/0.4999=2) (0.5=3) (0.5001/0.7499=4) (0.7500/1=5), gen(aofmanwb5) (769 differences between aofmanwb and aofmanwb5) . recode aofmanwb (0/0.4850=1) (0.4851/0.4999=2) (0.5=3) (0.5001/0.5149=4) (0.5150/1=5), gen(aofmanwb5b) (769 differences between aofmanwb and aofmanwb5b) . . // Compare to version 2 of the dataset: . . codebook race -------------------------------------------------------------------------------------------------------------------------------------- race What racial or ethnic group or groups best describes you? -------------------------------------------------------------------------------------------------------------------------------------- type: numeric (double) label: race range: [1,5] units: 1 unique values: 5 missing .: 947/2,620 tabulation: Freq. Numeric Label 1,125 1 White 242 2 Black 88 3 Asian 45 4 Native American 173 5 Other 947 . . . reg aofmanwb ib4.ideology if race==1 & latino==2 Source | SS df MS Number of obs = 450 -------------+---------------------------------- F(6, 443) = 1.92 Model | .11378076 6 .01896346 Prob > F = 0.0768 Residual | 4.3857491 443 .009900111 R-squared = 0.0253 -------------+---------------------------------- Adj R-squared = 0.0121 Total | 4.49952986 449 .010021225 Root MSE = .0995 ------------------------------------------------------------------------------------------ aofmanwb | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------------------+---------------------------------------------------------------- ideology | Very liberal | -.0137935 .016889 -0.82 0.415 -.046986 .0193989 Somewhat liberal | -.0186733 .0147923 -1.26 0.207 -.0477451 .0103985 Closer to liberals | -.0078218 .0175555 -0.45 0.656 -.0423243 .0266807 Closer to conservatives | -.0240297 .0163257 -1.47 0.142 -.0561152 .0080558 Somewhat conservative | -.0482073 .0166527 -2.89 0.004 -.0809355 -.0154791 Very conservative | .0054055 .0157542 0.34 0.732 -.0255569 .0363678 | _cons | .5463445 .0091211 59.90 0.000 .5284186 .5642705 ------------------------------------------------------------------------------------------ . tab aofmanwb3 if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------------+----------------------------------- Dehumanize Whites | 60 13.33 13.33 Equal ratings | 213 47.33 60.67 Dehumanize Blacks | 177 39.33 100.00 ------------------+----------------------------------- Total | 450 100.00 . tab aofmanwb5 if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 4 0.89 0.89 2 | 56 12.44 13.33 3 | 213 47.33 60.67 4 | 155 34.44 95.11 5 | 22 4.89 100.00 ------------+----------------------------------- Total | 450 100.00 . tab aofmanwb5b if race==1 & latino==2 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- 1 | 38 8.44 8.44 2 | 22 4.89 13.33 3 | 213 47.33 60.67 4 | 40 8.89 69.56 5 | 137 30.44 100.00 ------------+----------------------------------- Total | 450 100.00 . . // Summary statistics . . sum aofmanwb if race==1 & latino==2, de aofmanwb ------------------------------------------------------------- Percentiles Smallest 1% .285 0 5% .45 .085 10% .495 .205 Obs 450 25% .5 .24 Sum of Wgt. 450 50% .5 Mean .5334222 Largest Std. Dev. .1001061 75% .54 .95 90% .65 .955 Variance .0100212 95% .735 .98 Skewness 1.090029 99% .915 1 Kurtosis 9.865011 . sum aofmanwb if race==2 & latino==2, de aofmanwb ------------------------------------------------------------- Percentiles Smallest 1% .04 .04 5% .185 .1 10% .26 .11 Obs 98 25% .43 .145 Sum of Wgt. 98 50% .5 Mean .4830612 Largest Std. Dev. .1588759 75% .5 .85 90% .625 .905 Variance .0252416 95% .815 .95 Skewness .243539 99% .96 .96 Kurtosis 5.102135 . sum aofmanwb if race>=3 & race<=5 , de aofmanwb ------------------------------------------------------------- Percentiles Smallest 1% .16 .13 5% .31 .16 10% .475 .23 Obs 125 25% .5 .24 Sum of Wgt. 125 50% .5 Mean .5088 Largest Std. Dev. .0919774 75% .52 .715 90% .585 .75 Variance .0084598 95% .65 .775 Skewness -.7912933 99% .775 .78 Kurtosis 8.277802 . . prop aofmanwb3 if race==1 & latino==2, level(83.4) // 1 and 3 are strict dehumanization Proportion estimation Number of obs = 450 _prop_1: aofmanwb3 = Dehumanize Whites _prop_2: aofmanwb3 = Equal ratings _prop_3: aofmanwb3 = Dehumanize Blacks -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb3 | _prop_1 | .1333333 .0160247 .112625 .1571748 _prop_2 | .4733333 .0235367 .4408379 .5060563 _prop_3 | .3933333 .0230276 .3618804 .4256963 -------------------------------------------------------------- . prop aofmanwb3 if race==2 & latino==2, level(83.4) // 1 and 3 are strict dehumanization Proportion estimation Number of obs = 98 _prop_1: aofmanwb3 = Dehumanize Whites _prop_2: aofmanwb3 = Equal ratings _prop_3: aofmanwb3 = Dehumanize Blacks -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb3 | _prop_1 | .4183673 .0498299 .3508552 .4890827 _prop_2 | .3469388 .0480829 .2831865 .4167 _prop_3 | .2346939 .042811 .18025 .2995728 -------------------------------------------------------------- . prop aofmanwb3 if race>=3 & race<=5 , level(83.4) // 1 and 3 are strict dehumanization Proportion estimation Number of obs = 125 _prop_1: aofmanwb3 = Dehumanize Whites _prop_2: aofmanwb3 = Equal ratings _prop_3: aofmanwb3 = Dehumanize Blacks -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb3 | _prop_1 | .192 .0352291 .1476087 .2458902 _prop_2 | .424 .0442017 .3638811 .4864558 _prop_3 | .384 .0435012 .3254472 .4461203 -------------------------------------------------------------- . . prop aofmanwb5b if race==1 & latino==2, level(83.4) // 1 and 5 are non-strict dehumanization Proportion estimation Number of obs = 450 -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb5b | 1 | .0844444 .0131076 .0679472 .104498 2 | .0488889 .0101652 .0365659 .0650843 3 | .4733333 .0235367 .4408379 .5060563 4 | .0888889 .0134154 .0719509 .1093445 5 | .3044444 .0216927 .2752092 .3353484 -------------------------------------------------------------- . prop aofmanwb5b if race==2 & latino==2, level(83.4) // 1 and 5 are non-strict dehumanization Proportion estimation Number of obs = 98 -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb5b | 1 | .3367347 .0477391 .2736465 .4062331 2 | .0816327 .0276584 .050437 .1294918 3 | .3469388 .0480829 .2831865 .4167 4 | .0204082 .0142827 .0076277 .0534496 5 | .2142857 .0414492 .1620744 .2777415 -------------------------------------------------------------- . prop aofmanwb5b if race>=3 & race<=5 , level(83.4) // 1 and 5 are non-strict dehumanization Proportion estimation Number of obs = 125 -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb5b | 1 | .128 .0298819 .0918049 .1757046 2 | .064 .0218914 .0394706 .1021521 3 | .424 .0442017 .3638811 .4864558 4 | .072 .0231199 .0457164 .1116272 5 | .312 .0414397 .2573518 .3724331 -------------------------------------------------------------- . . prop aofmanwb3 if latino==2, over(race) level (83.4) Proportion estimation Number of obs = 611 _prop_1: aofmanwb3 = Dehumanize Whites _prop_2: aofmanwb3 = Equal ratings _prop_3: aofmanwb3 = Dehumanize Blacks White: race = White Black: race = Black Asian: race = Asian _subpop_4: race = Native American Other: race = Other -------------------------------------------------------------- | Logit Over | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ _prop_1 | White | .1333333 .0160247 .1126333 .1571639 Black | .4183673 .0498299 .3512676 .4886303 Asian | .1052632 .0497845 .0534976 .1967084 _subpop_4 | .2 .1264911 .0770813 .4280263 Other | .2 .1032796 .0926676 .3796347 -------------+------------------------------------------------ _prop_2 | White | .4733333 .0235367 .4408518 .5060422 Black | .3469388 .0480829 .2835675 .4162441 Asian | .4210526 .0800933 .3155892 .5342486 _subpop_4 | .6 .1549193 .3799571 .7859461 Other | .6 .1264911 .419346 .757016 -------------+------------------------------------------------ _prop_3 | White | .3933333 .0230276 .3618936 .4256823 Black | .2346939 .042811 .1805616 .2991308 Asian | .4736842 .0809983 .3644892 .5854558 _subpop_4 | .2 .1264911 .0770813 .4280263 Other | .2 .1032796 .0926676 .3796347 -------------------------------------------------------------- . . prop aofmanwb5b if race==1 & latino==2, level(83.4) Proportion estimation Number of obs = 450 -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb5b | 1 | .0844444 .0131076 .0679472 .104498 2 | .0488889 .0101652 .0365659 .0650843 3 | .4733333 .0235367 .4408379 .5060563 4 | .0888889 .0134154 .0719509 .1093445 5 | .3044444 .0216927 .2752092 .3353484 -------------------------------------------------------------- . prop aofmanwb5b if race==1 & latino==2, level(83.4) Proportion estimation Number of obs = 450 -------------------------------------------------------------- | Logit | Proportion Std. Err. [83.4% Conf. Interval] -------------+------------------------------------------------ aofmanwb5b | 1 | .0844444 .0131076 .0679472 .104498 2 | .0488889 .0101652 .0365659 .0650843 3 | .4733333 .0235367 .4408379 .5060563 4 | .0888889 .0134154 .0719509 .1093445 5 | .3044444 .0216927 .2752092 .3353484 -------------------------------------------------------------- . . tab race latino, mi What racial or | Are you of Hispanic or Latino ethnic group or | origin or descent, such as groups best | Mexican, Puerto Rican, describes you? | Yes No . | Total ----------------+---------------------------------+---------- White | 145 980 0 | 1,125 Black | 29 213 0 | 242 Asian | 5 83 0 | 88 Native American | 14 31 0 | 45 Other | 135 38 0 | 173 . | 0 0 947 | 947 ----------------+---------------------------------+---------- Total | 328 1,345 947 | 2,620 . . codebook male -------------------------------------------------------------------------------------------------------------------------------------- male Please indicate your gender. -------------------------------------------------------------------------------------------------------------------------------------- type: numeric (double) label: male range: [0,1] units: 1 unique values: 2 missing .: 149/2,620 tabulation: Freq. Numeric Label 1,174 0 Male 1,297 1 Female 149 . . . sum thermind_2 if race==1 & latino==2 Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- thermind_2 | 399 32.14035 34.5223 0 100 . . tab1 race latino male education party1 ideology income aof* if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1, mi -> tabulation of race if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 What racial or | ethnic group or | groups best | describes you? | Freq. Percent Cum. ----------------+----------------------------------- White | 1 100.00 100.00 ----------------+----------------------------------- Total | 1 100.00 -> tabulation of latino if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Are you of | Hispanic or | Latino | origin or | descent, | such as | Mexican, | Puerto | Rican, | Freq. Percent Cum. ------------+----------------------------------- No | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of male if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please | indicate | your | gender. | Freq. Percent Cum. ------------+----------------------------------- Male | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of education if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate the highest level of | education you have completed. | Freq. Percent Cum. ----------------------------------------+----------------------------------- Some college, no degree | 1 100.00 100.00 ----------------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of party1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Generally | speaking, | do you | usually | consider | yourself a | Democrat, a | Republican, | a | Freq. Percent Cum. ------------+----------------------------------- Democrat | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of ideology if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 When it comes to politics, would | you describe yourself as | liberal, conservative, | Freq. Percent Cum. ---------------------------------+----------------------------------- Neither liberal nor conservative | 1 100.00 100.00 ---------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of income if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate your | yearly household | income. | Freq. Percent Cum. ---------------------+----------------------------------- $35,000 to $39,999 | 1 100.00 100.00 ---------------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_2 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_3 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_5 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_6 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_2 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_3 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_5 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_6 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_2 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_3 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_5 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_6 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicbl | acks | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | blacks | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinceblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | blacks | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanblacks if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanblack | s | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicwh | ites | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | whites | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvincewhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | whites | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwhites if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanwhite | s | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpicwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanpicwb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopicwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmannopic | wb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvincewb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanvince | wb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 aofmanwb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb3 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------------+----------------------------------- . | 1 100.00 100.00 ------------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb5 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanwb5b if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 RECODE of | aofmanwb | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 . . clear all . end of do-file . use "C:\Users\ljzig\Desktop\jardina piston 2021 follow up\VERSION 2 Qualtrics_2016_BJPS_raw.dta" . do "C:\Users\ljzig\AppData\Local\Temp\STD40bc_000000.tmp" . . * Back to version 2 of the dataset . . tab1 race latino male education party1 ideology income aof* if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1, mi -> tabulation of race if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 What racial or | ethnic group or | groups best | describes you? | Freq. Percent Cum. ----------------+----------------------------------- White | 1 100.00 100.00 ----------------+----------------------------------- Total | 1 100.00 -> tabulation of latino if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Are you of | Hispanic or | Latino | origin or | descent, | such as | Mexican, | Puerto | Rican, | Freq. Percent Cum. ------------+----------------------------------- No | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of male if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please | indicate | your | gender. | Freq. Percent Cum. ------------+----------------------------------- Male | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of education if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate the highest level of | education you have completed. | Freq. Percent Cum. ----------------------------------------+----------------------------------- Some college, no degree | 1 100.00 100.00 ----------------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of party1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Generally | speaking, | do you | usually | consider | yourself a | Democrat, a | Republican, | a | Freq. Percent Cum. ------------+----------------------------------- Democrat | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of ideology if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 When it comes to politics, would | you describe yourself as | liberal, conservative, | Freq. Percent Cum. ---------------------------------+----------------------------------- Neither liberal nor conservative | 1 100.00 100.00 ---------------------------------+----------------------------------- Total | 1 100.00 -> tabulation of income if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 Please indicate your | yearly household | income. | Freq. Percent Cum. ---------------------+----------------------------------- $35,000 to $39,999 | 1 100.00 100.00 ---------------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanpic_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Using the | image | below, | please | indic | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmannopi_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Please | indicate | using the | sliders h | Freq. Percent Cum. ------------+----------------------------------- . | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_1 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- 100 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 -> tabulation of aofmanvinc_4 if state_1=="Missouri":state_1 & birthyear_1=="1949":birthyear_1 People can | vary in how | human-like | they seem. | Picture a | scale where | apes are at | t | Freq. Percent Cum. ------------+----------------------------------- 100 | 1 100.00 100.00 ------------+----------------------------------- Total | 1 100.00 . end of do-file . log close name: log: C:\Users\ljzig\Desktop\jardina piston 2021 follow up\JP follow up.log log type: text closed on: 29 Mar 2022, 21:38:30 --------------------------------------------------------------------------------------------------------------------------------------