Вы находитесь на странице: 1из 341

3Snsize205.11.9.

16
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------name: <unnamed>
log: C:\Users\sbullo16\OneDrive\Triple-S\3Snsize205.11.9.16.log
log type: text
opened on:
9 Nov 2016, 08:18:21
. do "C:\Users\sbullo16\OneDrive\Triple-S\Triple-S Master Do File.do"
. //-9 as missing variables
. recode q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 q16 q17 q18 q19 q20 q21 q22
q23 q24 q25 q26 q27 q28 q29 q30 q31 q32 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43
q44 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56 q57 q58
> q59 q60 q61 q62 q63 q64 q65 q66 q67 q68 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78
q79 q80 q81 q82 q83 q84 q85 q86 q87 q88 (-9=.)
(q2: 4 changes made)
(q3: 39 changes made)
(q4: 45 changes made)
(q5: 54 changes made)
(q6: 76 changes made)
(q7: 48 changes made)
(q8: 48 changes made)
(q9: 3 changes made)
(q10: 4 changes made)
(q11: 3 changes made)
(q12: 2 changes made)
(q13: 4 changes made)
(q14: 3 changes made)
(q15: 2 changes made)
(q16: 2 changes made)
(q17: 4 changes made)
(q18: 2 changes made)
(q19: 3 changes made)
(q20: 2 changes made)
(q21: 2 changes made)
(q22: 2 changes made)
(q23: 2 changes made)
(q24: 2 changes made)
(q25: 2 changes made)
(q26: 5 changes made)
(q27: 2 changes made)
(q28: 2 changes made)
(q29: 2 changes made)
(q30: 2 changes made)
(q31: 2 changes made)
(q32: 2 changes made)
(q33: 2 changes made)
(q34: 2 changes made)
(q35: 3 changes made)
(q36: 2 changes made)
(q37: 3 changes made)
(q38: 2 changes made)
(q39: 3 changes made)
(q40: 2 changes made)
(q41: 2 changes made)
(q42: 2 changes made)
(q43: 1 changes made)
(q44: 1 changes made)
Page 1

3Snsize205.11.9.16
(q45:
(q46:
(q47:
(q48:
(q49:
(q50:
(q51:
(q52:
(q53:
(q54:
(q55:
(q56:
(q57:
(q58:
(q59:
(q60:
(q61:
(q62:
(q63:
(q64:
(q65:
(q66:
(q67:
(q68:
(q69:
(q70:
(q71:
(q72:
(q73:
(q74:
(q75:
(q76:
(q77:
(q78:
(q79:
(q80:
(q81:
(q82:
(q83:
(q84:
(q85:
(q86:
(q87:
(q88:

1
1
1
1
2
1
2
2
1
1
2
2
2
2
2
2
2
3
2
3
3
4
3
4
3
2
2
2
4
2
1
2
1
1
2
1
4
2
1
3
1
1
1
1

changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes
changes

made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)
made)

.
. //Demographics q1 - q8
. //Need to dictohomize demographics: qsex qhispanic qblack qasian qpacif qamerind
qotherrac q2nd q3rd qa qb qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel
. //Gender
. recode q3 (1=0)(2=1), generate (qsex)
(165 differences between q3 and qsex)
. //Ethnicity
. recode q4(1=1)(2=0)(3=0)(4=0)(5=0)(6=0)(7=0), generate (qwhite)
(40 differences between q4 and qwhite)
. recode q4(1=0)(2=1)(3=0)(4=0)(5=0)(6=0)(7=0), generate (qhispanic)
(159 differences between q4 and qhispanic)
Page 2

3Snsize205.11.9.16
. recode q4(1=0)(2=0)(3=1)(4=0)(5=0)(6=0)(7=0), generate (qblack)
(159 differences between q4 and qblack)
. recode q4(1=0)(2=0)(3=0)(4=1)(5=0)(6=0)(7=0), generate (qasian)
(159 differences between q4 and qasian)
. recode q4(1=0)(2=0)(3=0)(4=0)(5=1)(6=0)(7=0), generate (qpacif)
(159 differences between q4 and qpacif)
. recode q4(1=0)(2=0)(3=0)(4=0)(5=0)(6=1)(7=0), generate (qamerind)
(159 differences between q4 and qamerind)
. recode q4(1=0)(2=0)(3=0)(4=0)(5=0)(6=0)(7=1), generate (qotherrac)
(159 differences between q4 and qotherrac)
. //Primary Charge
. recode q5(1=1)(2=0)(3=0)(4=0)(5=0)(6=0), generate (q1st)
(115 differences between q5 and q1st)
. recode q5(1=0)(2=1)(3=0)(4=0)(5=0)(6=0), generate (q2nd)
(150 differences between q5 and q2nd)
. recode q5(1=0)(2=0)(3=1)(4=0)(5=0)(6=0), generate (q3rd)
(150 differences between q5 and q3rd)
. recode q5(1=0)(2=0)(3=0)(4=1)(5=0)(6=0), generate (qa)
(150 differences between q5 and qa)
. recode q5(1=0)(2=0)(3=0)(4=0)(5=1)(6=0), generate (qb)
(150 differences between q5 and qb)
. recode q5(1=0)(2=0)(3=0)(4=0)(5=0)(6=1), generate (qc)
(150 differences between q5 and qc)
. //Age is a ratio scale of measurement
. //Highest Level of Education
. recode q7 (7=1)(1=1)(2=0)(3=0)(4=0)(5=0)(6=0), generate (qlesshs)
(84 differences between q7 and qlesshs)
. recode q7 (2=2)(1=0)(3=0)(4=0)(5=0)(6=0)(7=0), generate (qsomecoll)
(94 differences between q7 and qsomecoll)
. recode q7 (3=3)(4=3)(5=3)(6=3)(7=0)(1=0)(2=0), generate (qdeg)
(148 differences between q7 and qdeg)
. //Religious Affliation
. recode q8(1=1)(2=0)(3=0)(4=0)(5=0)(6=0)(7=0), generate (qnorel)
(111 differences between q8 and qnorel)
. recode q8(1=0)(2=1)(3=0)(4=0)(5=0)(6=0)(7=0), generate (qcath)
(156 differences between q8 and qcath)
. recode q8(1=0)(2=0)(3=1)(4=0)(5=0)(6=0)(7=0), generate (qlds)
(156 differences between q8 and qlds)
. recode q8(1=0)(2=0)(3=0)(4=1)(5=0)(6=0)(7=0), generate (qprot)
(156 differences between q8 and qprot)
Page 3

3Snsize205.11.9.16
. recode q8(1=0)(2=0)(3=0)(4=0)(5=1)(6=0)(7=0), generate (qbud)
(156 differences between q8 and qbud)
. recode q8(1=0)(2=0)(3=0)(4=0)(5=0)(6=1)(7=0), generate (qis)
(156 differences between q8 and qis)
. recode q8(1=0)(2=0)(3=0)(4=0)(5=0)(6=0)(7=1), generate (qotherrel)
(156 differences between q8 and qotherrel)
.
. //Descriptive Statistics Demographics
. tab qsex
RECODE of |
q3 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
6
3.61
3.61
1 |
159
95.78
99.40
3 |
1
0.60
100.00
------------+----------------------------------Total |
166
100.00
. sum qsex, d
RECODE of q3
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
1
0
10%
1
0
Obs
166
25%
1
0
Sum of Wgt.
166
50%
75%
90%
95%
99%

1
1
1
1
1

Largest
1
1
1
3

Mean
Std. Dev.

.9759036
.2449937

Variance
Skewness
Kurtosis

.0600219
1.123705
37.61925

. tab qwhite
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
40
25.16
25.16
1 |
119
74.84
100.00
------------+----------------------------------Total |
159
100.00
. sum qwhite, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
Page 4

50%
75%
90%
95%
99%

1
1
1
1
1

Largest
1
1
1
1

3Snsize205.11.9.16
Mean
Std. Dev.
Variance
Skewness
Kurtosis

.7484277
.4352877
.1894754
-1.145048
2.311134

. tab qhispanic
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
141
88.68
88.68
1 |
18
11.32
100.00
------------+----------------------------------Total |
159
100.00
. sum qhispanic, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%
99%

0
0
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.1132075
.3178474

Variance
Skewness
Kurtosis

.101027
2.441514
6.960993

. tab qblack
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
155
97.48
97.48
1 |
4
2.52
100.00
------------+----------------------------------Total |
159
100.00
. sum qblack, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%

0
0
0
0

Largest
1
1
1

Mean
Std. Dev.

.0251572
.1570973

Variance
Skewness
Page 5

.0246796
6.064306

99%

3Snsize205.11.9.16
Kurtosis

37.77581

. tab qasian
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
155
97.48
97.48
1 |
4
2.52
100.00
------------+----------------------------------Total |
159
100.00
. sum qasian, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%
99%

0
0
0
0
1

Largest
1
1
1
1

Mean
Std. Dev.

.0251572
.1570973

Variance
Skewness
Kurtosis

.0246796
6.064306
37.77581

. tab qpacif
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
158
99.37
99.37
1 |
1
0.63
100.00
------------+----------------------------------Total |
159
100.00
. sum qpacif, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%
99%

0
0
0
0
0

Largest
0
0
0
1

Mean
Std. Dev.

.0062893
.0793052

Variance
Skewness
Kurtosis

.0062893
12.49025
157.0063

. tab qamerind
RECODE of |
Page 6

3Snsize205.11.9.16
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
156
98.11
98.11
1 |
3
1.89
100.00
------------+----------------------------------Total |
159
100.00
. sum qamerind, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%
99%

0
0
0
0
1

Largest
0
1
1
1

Mean
Std. Dev.

.0188679
.1364884

Variance
Skewness
Kurtosis

.0186291
7.072428
51.01923

. tab qotherrac
RECODE of |
q4 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
149
93.71
93.71
1 |
10
6.29
100.00
------------+----------------------------------Total |
159
100.00
. sum qotherrac, d
RECODE of q4
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
159
25%
0
0
Sum of Wgt.
159
50%
75%
90%
95%
99%

0
0
0
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.0628931
.2435376

Variance
Skewness
Kurtosis

.0593106
3.600988
13.96711

. tab q1st
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
115
76.67
76.67
1 |
35
23.33
100.00
------------+----------------------------------Page 7

Total |

150

3Snsize205.11.9.16
100.00

. sum q1st, d
RECODE of q5
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
150
25%
0
0
Sum of Wgt.
150
50%
75%
90%
95%
99%

0
0
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.2333333
.4243695

Variance
Skewness
Kurtosis

.1800895
1.260977
2.590062

. tab q2nd
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
96
64.00
64.00
1 |
54
36.00
100.00
------------+----------------------------------Total |
150
100.00
. sum q2nd, d
RECODE of q5
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
150
25%
0
0
Sum of Wgt.
150
50%
75%
90%
95%
99%

0
1
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.
Variance
Skewness
Kurtosis

. tab q3rd
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
103
68.67
68.67
1 |
47
31.33
100.00
------------+----------------------------------Total |
150
100.00
. sum q3rd, d
RECODE of q5
Page 8

.36
.481608
.2319463
.5833333
1.340278

3Snsize205.11.9.16
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
150
25%
0
0
Sum of Wgt.
150
50%
75%
90%
95%
99%

0
1
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.3133333
.4654026

Variance
Skewness
Kurtosis

.2165996
.8048603
1.6478

. tab qa
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
136
90.67
90.67
1 |
14
9.33
100.00
------------+----------------------------------Total |
150
100.00
. sum qa, d
RECODE of q5
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
150
25%
0
0
Sum of Wgt.
150
50%
75%
90%
95%
99%

0
0
0
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.0933333
.2918735

Variance
Skewness
Kurtosis

.0851902
2.79593
8.817227

. tab qb
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
150
100.00
100.00
------------+----------------------------------Total |
150
100.00
. tab qc
RECODE of |
q5 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
150
100.00
100.00
------------+----------------------------------Total |
150
100.00
Page 9

3Snsize205.11.9.16
. tab qdeg
RECODE of |
q7 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
136
87.18
87.18
3 |
20
12.82
100.00
------------+----------------------------------Total |
156
100.00
. sum qdeg, d
RECODE of q7
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
0
3
3
3

Largest
3
3
3
3

Mean
Std. Dev.

.3846154
1.006184

Variance
Skewness
Kurtosis

1.012407
2.224198
5.947059

. tab qsomecoll
RECODE of |
q7 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
94
60.26
60.26
2 |
62
39.74
100.00
------------+----------------------------------Total |
156
100.00
. sum qsomecoll, d
RECODE of q7
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
2
2
2
2

Largest
2
2
2
2

Mean
Std. Dev.

.7948718
.9818872

Variance
Skewness
Kurtosis

.9641026
.41917
1.175704

. tab qlesshs
RECODE of |
q7 |
Freq.
Percent
Cum.
------------+----------------------------------Page 10

3Snsize205.11.9.16
0 |
82
52.56
52.56
1 |
74
47.44
100.00
------------+----------------------------------Total |
156
100.00
. sum qlesshs, d
RECODE of q7
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
1
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.474359
.5009503

Variance
Skewness
Kurtosis

.2509512
.1026992
1.010547

. tab qnorel
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
111
71.15
71.15
1 |
45
28.85
100.00
------------+----------------------------------Total |
156
100.00
. sum qnorel, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
1
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.2884615
.454506

Variance
Skewness
Kurtosis

.2065757
.933848
1.872072

. tab qcath
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
146
93.59
93.59
1 |
10
6.41
100.00
------------+----------------------------------Total |
156
100.00
Page 11

3Snsize205.11.9.16
. sum qcath, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
0
0
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.0641026
.2457244

Variance
Skewness
Kurtosis

.0603805
3.559283
13.66849

. tab qlds
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
104
66.67
66.67
1 |
52
33.33
100.00
------------+----------------------------------Total |
156
100.00
. sum qlds, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
1
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.3333333
.4729227

Variance
Skewness
Kurtosis

.2236559
.7071068
1.5

. tab qprot
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
149
95.51
95.51
1 |
7
4.49
100.00
------------+----------------------------------Total |
156
100.00
. sum qprot, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
Page 12

3Snsize205.11.9.16
1%
5%
10%
25%

0
0
0
0

50%

75%
90%
95%
99%

0
0
0
1

0
0
0
0
Largest
1
1
1
1

Obs
Sum of Wgt.

156
156

Mean
Std. Dev.

.0448718
.2076892

Variance
Skewness
Kurtosis

.0431348
4.396896
20.33269

. tab qbud
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
152
97.44
97.44
1 |
4
2.56
100.00
------------+----------------------------------Total |
156
100.00
. sum qbud, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
0
0
0
1

Largest
1
1
1
1

Mean
Std. Dev.
Variance
Skewness
Kurtosis

.025641
.158571
.0251447
6.002193
37.02632

. tab qis
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
156
100.00
100.00
------------+----------------------------------Total |
156
100.00
. sum qis, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%

Mean
Page 13

75%
90%
95%
99%

0
0
0
0

Largest
0
0
0
0

3Snsize205.11.9.16
Std. Dev.

Variance
Skewness
Kurtosis

0
.
.

. tab qotherrel
RECODE of |
q8 |
Freq.
Percent
Cum.
------------+----------------------------------0 |
118
75.64
75.64
1 |
38
24.36
100.00
------------+----------------------------------Total |
156
100.00
. sum qotherrel, d
RECODE of q8
------------------------------------------------------------Percentiles
Smallest
1%
0
0
5%
0
0
10%
0
0
Obs
156
25%
0
0
Sum of Wgt.
156
50%
75%
90%
95%
99%

0
0
1
1
1

Largest
1
1
1
1

Mean
Std. Dev.

.2435897
.4306304

Variance
Skewness
Kurtosis

.1854425
1.194695
2.427297

.
. //Inversed variables
. revrs q57 q11 q45 q15 q49 q81 q35 q53 q39 q87 q24 q22 q70 q52 q18 q82 q48 q46 q12
q60 q42
. //Sexual Offense Responsibility (SOR)
.
. //revrs q57
. alpha q9 q25 q41 q57 q73
Test scale = mean(unstandardized items)
Reversed item: q57
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.3453438
5
0.6774

. factor q9 q25 q41 q57 q73


(obs=198)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

198
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
Page 14

3Snsize205.11.9.16
-------------+-----------------------------------------------------------Factor1 |
1.65621
1.51017
1.2098
1.2098
Factor2 |
0.14604
0.19924
0.1067
1.3165
Factor3 |
-0.05320
0.11607
-0.0389
1.2777
Factor4 |
-0.16926
0.04159
-0.1236
1.1540
Factor5 |
-0.21085
.
-0.1540
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 190.48 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q9 |
0.6955
0.1525 |
0.4930
q25 |
0.3464
-0.2399 |
0.8225
q41 |
0.6326
0.1844 |
0.5658
q57 | -0.4322
0.1232 |
0.7980
q73 |
0.6823
-0.1266 |
0.5184
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

198
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.35756
0.91286
0.9917
0.9917
Factor2 |
0.44469
.
0.3248
1.3165
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 190.48 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q9 |
0.6908
0.1726 |
0.4930
q25 |
0.2036
0.3689 |
0.8225
q41 |
0.6486
0.1161 |
0.5658
q57 | -0.3323
-0.3026 |
0.7980
q73 |
0.5548
0.4169 |
0.5184
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.8957
Factor2 | 0.4447 -0.8957
-------------------------------. //Sexual Behavior (SB)
.
. //revrs q11
Page 15

3Snsize205.11.9.16
. alpha q11 q27 q43 q59 q75
Test scale = mean(unstandardized items)
Reversed item: q11
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1989682
5
0.5532

. factor q11 q27 q43 q59 q75


(obs=200)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

200
3
10

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.17251
1.10894
1.3529
1.3529
Factor2 |
0.06357
0.03045
0.0733
1.4262
Factor3 |
0.03312
0.18548
0.0382
1.4644
Factor4 |
-0.15236
0.09779
-0.1758
1.2886
Factor5 |
-0.25015
.
-0.2886
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 107.59 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q11 | -0.2453
0.1768
0.0694 |
0.9037
q27 |
0.4283
-0.1340
0.0554 |
0.7955
q43 |
0.6270
0.1084
-0.0085 |
0.5950
q59 |
0.5749
0.0202
0.0967 |
0.6597
q75 |
0.4530
0.0468
-0.1257 |
0.7768
----------------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

200
3
10

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.06696
0.91810
1.2311
1.2311
Factor2 |
0.14886
0.09548
0.1718
1.4028
Factor3 |
0.05338
.
0.0616
1.4644
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 107.59 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------Page 16

3Snsize205.11.9.16
q11 | -0.1749
-0.2271
-0.1187 |
0.9037
q27 |
0.3738
0.2541
0.0156 |
0.7955
q43 |
0.6273
0.0703
0.0804 |
0.5950
q59 |
0.5623
0.1537
-0.0213 |
0.6597
q75 |
0.4324
0.0646
0.1792 |
0.7768
----------------------------------------------------------Factor rotation matrix
----------------------------------------| Factor1 Factor2 Factor3
-------------+--------------------------Factor1 | 0.9514
0.2782
0.1323
Factor2 | 0.2922 -0.9510 -0.1009
Factor3 | 0.0978
0.1346 -0.9861
----------------------------------------.
. //Sexual Attitudes (SA)
. //revrs q45
. alpha q13 q29 q45 q61 q77
Test scale = mean(unstandardized items)
Reversed item: q45
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1423715
5
0.5161

. factor q13 q29 q45 q61 q77


(obs=199)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.81870
0.77531
1.7054
1.7054
Factor2 |
0.04339
0.08606
0.0904
1.7958
Factor3 |
-0.04267
0.08715
-0.0889
1.7069
Factor4 |
-0.12983
0.07969
-0.2704
1.4364
Factor5 |
-0.20952
.
-0.4364
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
55.30 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q13 |
0.4128
0.0558 |
0.8265
q29 |
0.4199
-0.1091 |
0.8118
q45 | -0.3535
0.0816 |
0.8684
q61 |
0.4719
-0.0007 |
0.7773
q77 |
0.3526
0.1473 |
0.8539
------------------------------------------------Page 17

3Snsize205.11.9.16
. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.51491
0.16773
1.0726
1.0726
Factor2 |
0.34718
.
0.7232
1.7958
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
55.30 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q13 |
0.2869
0.3019 |
0.8265
q29 |
0.3957
0.1778 |
0.8118
q45 | -0.3268
-0.1576 |
0.8684
q61 |
0.3685
0.2948 |
0.7773
q77 |
0.1828
0.3356 |
0.8539
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.7799
0.6260
Factor2 | -0.6260
0.7799
-------------------------------.
. //Sexual Interests (SI)
. //revrs q15
. alpha q15 q31 q47 q63 q79
Test scale = mean(unstandardized items)
Reversed item: q15
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.187497
5
0.5683

. factor q15 q31 q47 q63 q79


(obs=200)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

200
3
10

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.39477
1.32039
1.2511
1.2511
Factor2 |
0.07437
0.03798
0.0667
1.3178
Page 18

3Snsize205.11.9.16
Factor3 |
0.03640
0.20483
0.0326
1.3504
Factor4 |
-0.16843
0.05382
-0.1511
1.1993
Factor5 |
-0.22225
.
-0.1993
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 150.34 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q15 | -0.6944
-0.0252
0.0623 |
0.5133
q31 |
0.5776
0.0159
0.0953 |
0.6570
q47 |
0.6972
-0.0241
-0.0751 |
0.5076
q63 |
0.2623
-0.1641
0.1098 |
0.8922
q79 |
0.1549
0.2144
0.0758 |
0.9243
----------------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

200
3
10

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.36700
1.29652
1.2262
1.2262
Factor2 |
0.07048
0.00241
0.0632
1.2894
Factor3 |
0.06806
.
0.0611
1.3504
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 150.34 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q15 | -0.6963
-0.0381
-0.0203 |
0.5133
q31 |
0.5582
0.1057
0.1424 |
0.6570
q47 |
0.7007
-0.0101
0.0364 |
0.5076
q63 |
0.2430
-0.0612
0.2121 |
0.8922
q79 |
0.1436
0.2324
-0.0327 |
0.9243
----------------------------------------------------------Factor rotation matrix
----------------------------------------| Factor1 Factor2 Factor3
-------------+--------------------------Factor1 | 0.9897
0.0720
0.1235
Factor2 | 0.0056
0.8437 -0.5367
Factor3 | -0.1429
0.5319
0.8347
----------------------------------------.
. //Sexual Risk Management (SRM)
. //revrs q49
. //revrs q81
Page 19

3Snsize205.11.9.16
. alpha q17 q33 q49 q65 q81
Test scale = mean(unstandardized items)
Reversed items: q49 q81
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.2030374
5
0.5247

. factor q17 q33 q49 q65 q81


(obs=194)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

194
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.12729
1.03195
1.4299
1.4299
Factor2 |
0.09533
0.15090
0.1209
1.5508
Factor3 |
-0.05557
0.09764
-0.0705
1.4803
Factor4 |
-0.15321
0.07225
-0.1943
1.2860
Factor5 |
-0.22546
.
-0.2860
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
94.61 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q17 |
0.5880
-0.0804 |
0.6477
q33 |
0.4953
0.1427 |
0.7343
q49 | -0.2742
0.2508 |
0.8619
q65 |
0.5409
0.0735 |
0.7020
q81 | -0.4103
-0.0138 |
0.8314
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

194
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.01139
0.80017
1.2829
1.2829
Factor2 |
0.21123
.
0.2679
1.5508
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
94.61 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q17 |
0.5271
-0.2728 |
0.6477
Page 20

3Snsize205.11.9.16
q33 |
0.5145
-0.0316 |
0.7343
q49 | -0.1743
0.3282 |
0.8619
q65 |
0.5343
-0.1121 |
0.7020
q81 | -0.3912
0.1245 |
0.8314
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.9422 -0.3351
Factor2 | 0.3351
0.9422
-------------------------------.
. //Criminal and Rule-Breaking Behavior (CRB)
. //revrs q35
. alpha q19 q35 q51 q67 q83
Test scale = mean(unstandardized items)
Reversed item: q35
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1598318
5
0.4070

. factor q19 q35 q51 q67 q83


(obs=197)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

197
3
10

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.58347
0.47471
1.7074
1.7074
Factor2 |
0.10877
0.07955
0.3183
2.0256
Factor3 |
0.02922
0.18735
0.0855
2.1111
Factor4 |
-0.15813
0.06346
-0.4627
1.6484
Factor5 |
-0.22159
.
-0.6484
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
36.20 Prob>chi2 = 0.0001
Factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q19 |
0.2142
0.1003
0.1306 |
0.9270
q35 | -0.4412
0.1118
-0.0084 |
0.7928
q51 |
0.2840
-0.2279
0.0133 |
0.8672
q67 |
0.4025
0.1668
-0.0023 |
0.8102
q83 |
0.3166
0.0803
-0.1091 |
0.8814
----------------------------------------------------------. rotate
Page 21

3Snsize205.11.9.16
Factor analysis/correlation
Number of obs
=
Method: principal factors
Retained factors =
Rotation: orthogonal varimax (Kaiser off)
Number of params =

197
3
10

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.36427
0.04150
1.0659
1.0659
Factor2 |
0.32277
0.28835
0.9445
2.0104
Factor3 |
0.03442
.
0.1007
2.1111
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
36.20 Prob>chi2 = 0.0001
Rotated factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q19 |
0.2028
0.0778
0.1606 |
0.9270
q35 | -0.2502
-0.3794
-0.0257 |
0.7928
q51 |
0.0572
0.3599
0.0007 |
0.8672
q67 |
0.4064
0.1472
0.0545 |
0.8102
q83 |
0.3034
0.1468
-0.0706 |
0.8814
----------------------------------------------------------Factor rotation matrix
----------------------------------------| Factor1 Factor2 Factor3
-------------+--------------------------Factor1 | 0.7365
0.6719
0.0780
Factor2 | 0.6573 -0.7382
0.1516
Factor3 | -0.1594
0.0604
0.9854
----------------------------------------.
. //Criminal and Rule-Breaking Attitudes (CRA)
. //revrs q53
. alpha q21 q37 q53 q69 q85
Test scale = mean(unstandardized items)
Reversed item: q53
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1718849
5
0.6829

. factor q21 q37 q53 q69 q85


(obs=199)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.70013
1.58900
1.1714
1.1714
Factor2 |
0.11113
0.12494
0.0766
1.2480
Page 22

3Snsize205.11.9.16
Factor3 |
-0.01381
0.06886
-0.0095
1.2385
Factor4 |
-0.08267
0.18075
-0.0570
1.1815
Factor5 |
-0.26342
.
-0.1815
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 202.02 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q21 |
0.4636
-0.1696 |
0.7563
q37 |
0.6012
-0.0979 |
0.6290
q53 | -0.3612
0.1733 |
0.8395
q69 |
0.7054
0.1772 |
0.4709
q85 |
0.7041
0.1065 |
0.4930
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.43519
1.05911
0.9888
0.9888
Factor2 |
0.37608
.
0.2591
1.2480
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 202.02 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q21 |
0.3539
0.3441 |
0.7563
q37 |
0.5088
0.3348 |
0.6290
q53 | -0.2590
-0.3057 |
0.8395
q69 |
0.7163
0.1263 |
0.4709
q85 |
0.6862
0.1902 |
0.4930
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.9128
Factor2 | 0.4083 -0.9128
-------------------------------.
.
.
.
.

//Stage of Change (SG)


//revrs q39
//revrs q87
alpha q23 q39 q55 q71 q87
Page 23

3Snsize205.11.9.16
Test scale = mean(unstandardized items)
Reversed items: q39 q87
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1396752
5
0.3904

. factor q23 q39 q55 q71 q87


(obs=199)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.76165
0.31471
1.0847
1.0847
Factor2 |
0.44694
0.50227
0.6365
1.7212
Factor3 |
-0.05533
0.12429
-0.0788
1.6424
Factor4 |
-0.17962
0.09186
-0.2558
1.3866
Factor5 |
-0.27148
.
-0.3866
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
77.26 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q23 |
0.5723
-0.1825 |
0.6392
q39 | -0.3444
0.3575 |
0.7536
q55 |
0.4678
0.1496 |
0.7588
q71 |
0.1721
0.3476 |
0.8495
q87 | -0.2590
-0.3776 |
0.7904
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.68722
0.16584
0.9787
0.9787
Factor2 |
0.52137
.
0.7425
1.7212
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
77.26 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q23 |
0.5888
0.1188 |
0.6392
q39 | -0.4748
0.1449 |
0.7536
q55 |
0.3360
0.3582 |
0.7588
Page 24

3Snsize205.11.9.16
q71 | -0.0187
0.3875 |
0.8495
q87 | -0.0426
-0.4559 |
0.7904
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.8738
0.4863
Factor2 | -0.4863
0.8738
-------------------------------.
. //Cooperation with Treatment (CT)
. //revrs q24
. alpha q24 q40 q56 q72 q88
Test scale = mean(unstandardized items)
Reversed item: q24
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1763851
5
0.5713

. factor q24 q40 q56 q72 q88


(obs=200)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

200
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.07558
0.83862
1.2819
1.2819
Factor2 |
0.23696
0.26986
0.2824
1.5643
Factor3 |
-0.03290
0.15274
-0.0392
1.5251
Factor4 |
-0.18564
0.06929
-0.2212
1.3038
Factor5 |
-0.25493
.
-0.3038
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 100.01 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q24 | -0.4438
-0.0632 |
0.7990
q40 |
0.4447
0.2466 |
0.7414
q56 |
0.3211
0.2847 |
0.8158
q72 |
0.5689
-0.2162 |
0.6296
q88 |
0.5041
-0.2106 |
0.7015
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors

Number of obs
=
Retained factors =
Page 25

200
2

3Snsize205.11.9.16
Rotation: orthogonal varimax (Kaiser off)
Number of params =

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.80441
0.29627
0.9587
0.9587
Factor2 |
0.50814
.
0.6056
1.5643
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 100.01 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q24 | -0.3291
-0.3044 |
0.7990
q40 |
0.2256
0.4557 |
0.7414
q56 |
0.1023
0.4168 |
0.8158
q72 |
0.5909
0.1457 |
0.6296
q88 |
0.5344
0.1134 |
0.7015
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.8226
0.5686
Factor2 | -0.5686
0.8226
-------------------------------.
.
.
.
.

//Cooperation with Community Supervision (CS)


//revrs q22
//revrs q70
alpha q22 q38 q54 q70 q86

Test scale = mean(unstandardized items)


Reversed items: q54 q86
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1394826
5
0.4930

. factor q22 q38 q54 q70 q86


(obs=201)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

201
3
10

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.85197
0.63746
1.3434
1.3434
Factor2 |
0.21451
0.20039
0.3383
1.6817
Factor3 |
0.01412
0.20467
0.0223
1.7039
Factor4 |
-0.19055
0.06533
-0.3005
1.4035
Factor5 |
-0.25588
.
-0.4035
1.0000
Page 26

3Snsize205.11.9.16
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
71.98 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q22 |
0.4677
-0.2109
0.0375 |
0.7353
q38 |
0.3495
0.3023
-0.0147 |
0.7862
q54 | -0.2104
0.0355
0.1065 |
0.9431
q70 |
0.4840
0.1968
0.0321 |
0.7260
q86 | -0.4823
0.1965
0.0115 |
0.7287
----------------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

201
3
10

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.59652
0.12977
0.9406
0.9406
Factor2 |
0.46675
0.44941
0.7360
1.6766
Factor3 |
0.01734
.
0.0273
1.7039
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
71.98 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q22 |
0.4973
0.1317
0.0065 |
0.7353
q38 |
0.0795
0.4542
-0.0334 |
0.7862
q54 | -0.1796
-0.1015
0.1196 |
0.9431
q70 |
0.2527
0.4584
0.0041 |
0.7260
q86 | -0.4968
-0.1505
0.0431 |
0.7287
----------------------------------------------------------Factor rotation matrix
----------------------------------------| Factor1 Factor2 Factor3
-------------+--------------------------Factor1 | 0.7747
0.6293 -0.0618
Factor2 | -0.6300
0.7765
0.0096
Factor3 | 0.0540
0.0315
0.9980
----------------------------------------.
. //Emotion Management (EM)
. //revrs q52
. alpha q20 q36 q52 q68 q84
Test scale = mean(unstandardized items)
Reversed items: q52 q84
Page 27

3Snsize205.11.9.16
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.4169352
5
0.6530

. factor q20 q36 q52 q68 q84


(obs=198)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

198
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.58610
1.48423
1.2643
1.2643
Factor2 |
0.10187
0.17483
0.0812
1.3454
Factor3 |
-0.07296
0.08698
-0.0582
1.2873
Factor4 |
-0.15995
0.04053
-0.1275
1.1598
Factor5 |
-0.20048
.
-0.1598
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 173.96 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q20 |
0.6796
-0.0106 |
0.5380
q36 |
0.5559
-0.0483 |
0.6886
q52 | -0.5617
-0.1646 |
0.6574
q68 |
0.6910
-0.0270 |
0.5217
q84 | -0.1486
0.2676 |
0.9063
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

198
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.58084
1.47371
1.2601
1.2601
Factor2 |
0.10713
.
0.0854
1.3454
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 173.96 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q20 |
0.6778
0.0510 |
0.5380
q36 |
0.5521
0.0813 |
0.6886
q52 | -0.5705
0.1309 |
0.6574
q68 |
0.6882
0.0681 |
0.5217
q84 | -0.1324
-0.2759 |
0.9063
Page 28

3Snsize205.11.9.16
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.9982
Factor2 | 0.0595 -0.9982
-------------------------------.
.
.
.
.

//Problem Solving (PS)


//revrs q18
//revrs q82
alpha q18 q34 q50 q66 q82

Test scale = mean(unstandardized items)


Reversed items: q18 q82
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1899677
5
0.5602

. factor q18 q34 q50 q66 q82


(obs=199)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

199
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.11127
0.88148
1.3181
1.3181
Factor2 |
0.22979
0.31964
0.2726
1.5907
Factor3 |
-0.08985
0.08319
-0.1066
1.4841
Factor4 |
-0.17305
0.06205
-0.2053
1.2789
Factor5 |
-0.23510
.
-0.2789
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 102.17 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q18 | -0.5137
0.0666 |
0.7317
q34 |
0.5872
-0.1026 |
0.6447
q50 |
0.2298
0.3251 |
0.8415
q66 |
0.4533
0.2624 |
0.7257
q82 | -0.4943
0.2007 |
0.7154
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)
Page 29

Number of obs
=
Retained factors =
Number of params =

199
2
9

3Snsize205.11.9.16
-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.92664
0.51223
1.0991
1.0991
Factor2 |
0.41441
.
0.4916
1.5907
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 102.17 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q18 |
0.4872
-0.1759 |
0.7317
q34 | -0.5690
0.1775 |
0.6447
q50 | -0.0555
0.3943 |
0.8415
q66 | -0.2830
0.4407 |
0.7257
q82 |
0.5314
-0.0478 |
0.7154
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | -0.8891
Factor2 | 0.4577
0.8891
-------------------------------.
. //Impulsivity (IM)
. //revrs q48
. alpha q16 q32 q48 q64 q80
Test scale = mean(unstandardized items)
Reversed item: q48
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.2564572
5
0.5886

. factor q16 q32 q48 q64 q80


(obs=200)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

200
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.20049
1.11449
1.3776
1.3776
Factor2 |
0.08600
0.13508
0.0987
1.4763
Factor3 |
-0.04907
0.08958
-0.0563
1.4200
Factor4 |
-0.13865
0.08868
-0.1591
1.2609
Factor5 |
-0.22733
.
-0.2609
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 110.63 Prob>chi2 = 0.0000
Page 30

3Snsize205.11.9.16
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q16 |
0.6058
-0.1291 |
0.6163
q32 |
0.6306
-0.0569 |
0.5991
q48 | -0.3424
-0.0975 |
0.8733
q64 |
0.2241
0.2313 |
0.8963
q80 |
0.5181
0.0558 |
0.7285
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

200
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
1.11991
0.95333
1.2851
1.2851
Factor2 |
0.16658
.
0.1912
1.4763
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) = 110.63 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q16 |
0.6182
0.0385 |
0.6163
q32 |
0.6227
0.1148 |
0.5991
q48 | -0.3035
-0.1860 |
0.8733
q64 |
0.1537
0.2830 |
0.8963
q80 |
0.4840
0.1930 |
0.7285
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.9632
0.2689
Factor2 | -0.2689
0.9632
-------------------------------.
. //Employment (EP)
. //revrs q46
. alpha q14 q30 q46 q62 q78
Test scale = mean(unstandardized items)
Reversed item: q46
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1435144
5
0.3085
Page 31

3Snsize205.11.9.16
. factor q14 q30 q46 q62 q78
(obs=199)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

199
3
10

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.82569
0.68586
1.3505
1.3505
Factor2 |
0.13983
0.11238
0.2287
1.5792
Factor3 |
0.02746
0.13966
0.0449
1.6241
Factor4 |
-0.11221
0.15716
-0.1835
1.4406
Factor5 |
-0.26937
.
-0.4406
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
69.16 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q14 |
0.2601
0.2260
0.0600 |
0.8777
q30 |
0.6357
-0.0278
-0.0132 |
0.5950
q46 | -0.0760
-0.0627
0.1531 |
0.9668
q62 |
0.0776
0.2666
-0.0123 |
0.9228
q78 |
0.5849
-0.1138
0.0093 |
0.6448
----------------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

199
3
10

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.80591
0.64946
1.3181
1.3181
Factor2 |
0.15645
0.12584
0.2559
1.5740
Factor3 |
0.03061
.
0.0501
1.6241
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
69.16 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
----------------------------------------------------------Variable | Factor1
Factor2
Factor3 |
Uniqueness
-------------+------------------------------+-------------q14 |
0.2176
0.2732
0.0180 |
0.8777
q30 |
0.6312
0.0779
-0.0224 |
0.5950
q46 | -0.0651
-0.0495
0.1627 |
0.9668
q62 |
0.0313
0.2705
-0.0557 |
0.9228
q78 |
0.5957
-0.0107
0.0144 |
0.6448
----------------------------------------------------------Factor rotation matrix
Page 32

3Snsize205.11.9.16
----------------------------------------| Factor1 Factor2 Factor3
-------------+--------------------------Factor1 | 0.9855
0.1684 -0.0216
Factor2 | -0.1697
0.9729 -0.1574
Factor3 | -0.0055
0.1587
0.9873
----------------------------------------.
.
.
.
.

//Residence (RS)
//revrs q12
//revrs q60
alpha q12 q28 q44 q60 q76

Test scale = mean(unstandardized items)


Reversed items: q12 q60
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.2184941
5
0.4390

. factor q12 q28 q44 q60 q76


(obs=201)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

201
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.84252
0.78602
1.5520
1.5520
Factor2 |
0.05650
0.06317
0.1041
1.6561
Factor3 |
-0.00667
0.09755
-0.0123
1.6438
Factor4 |
-0.10421
0.14107
-0.1920
1.4518
Factor5 |
-0.24528
.
-0.4518
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
63.07 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q12 | -0.1546
0.2097 |
0.9322
q28 |
0.3702
0.0718 |
0.8578
q44 |
0.5444
0.0676 |
0.6991
q60 | -0.5539
0.0525 |
0.6904
q76 |
0.2800
-0.0069 |
0.9216
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

201
2
9

-------------------------------------------------------------------------Page 33

3Snsize205.11.9.16
Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.83604
0.77307
1.5401
1.5401
Factor2 |
0.06298
.
0.1160
1.6561
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
63.07 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q12 | -0.1349
0.2228 |
0.9322
q28 |
0.3752
0.0379 |
0.8578
q44 |
0.5483
0.0179 |
0.6991
q60 | -0.5469
0.1025 |
0.6904
q76 |
0.2782
-0.0323 |
0.9216
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.9959 -0.0908
Factor2 | 0.0908
0.9959
-------------------------------.
. //Social Influences (SI)
. //revrs q42
. alpha q10 q26 q42 q58 q74
Test scale = mean(unstandardized items)
Reversed item: q42
Average interitem covariance:
Number of items in the scale:
Scale reliability coefficient:

.1983184
5
0.4099

. factor q10 q26 q42 q58 q74


(obs=195)
Factor analysis/correlation
Method: principal factors
Rotation: (unrotated)

Number of obs
=
Retained factors =
Number of params =

195
2
9

-------------------------------------------------------------------------Factor |
Eigenvalue
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.69293
0.53883
1.6442
1.6442
Factor2 |
0.15410
0.24338
0.3657
2.0098
Factor3 |
-0.08928
0.02831
-0.2118
1.7980
Factor4 |
-0.11759
0.10113
-0.2790
1.5190
Factor5 |
-0.21872
.
-0.5190
1.0000
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
45.76 Prob>chi2 = 0.0000
Factor loadings (pattern matrix) and unique variances
Page 34

3Snsize205.11.9.16
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q10 |
0.3840
0.0945 |
0.8436
q26 |
0.2736
-0.2416 |
0.8668
q42 | -0.2633
0.2009 |
0.8903
q58 |
0.3844
0.2155 |
0.8058
q74 |
0.5035
-0.0003 |
0.7465
------------------------------------------------. rotate
Factor analysis/correlation
Method: principal factors
Rotation: orthogonal varimax (Kaiser off)

Number of obs
=
Retained factors =
Number of params =

195
2
9

-------------------------------------------------------------------------Factor |
Variance
Difference
Proportion
Cumulative
-------------+-----------------------------------------------------------Factor1 |
0.55870
0.27038
1.3257
1.3257
Factor2 |
0.28833
.
0.6841
2.0098
-------------------------------------------------------------------------LR test: independent vs. saturated: chi2(10) =
45.76 Prob>chi2 = 0.0000
Rotated factor loadings (pattern matrix) and unique variances
------------------------------------------------Variable | Factor1
Factor2 |
Uniqueness
-------------+--------------------+-------------q10 |
0.3799
0.1097 |
0.8436
q26 |
0.1165
0.3459 |
0.8668
q42 | -0.1279
-0.3055 |
0.8903
q58 |
0.4407
0.0051 |
0.8058
q74 |
0.4362
0.2516 |
0.7465
------------------------------------------------Factor rotation matrix
-------------------------------| Factor1 Factor2
-------------+-----------------Factor1 | 0.8665
Factor2 | 0.4991 -0.8665
-------------------------------.
. //q9 as outcome variable: You believe the victim is mostly to blame for your
conviction.
. regress q9 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 14.9133408
17 .877255343
Residual | 75.1135048
131 .573385533
Page 35

Number of obs
F( 17,
131)
Prob > F
R-squared

=
=
=
=

149
1.53
0.0937
0.1657

3Snsize205.11.9.16
-------------+-----------------------------Total | 90.0268456
148 .608289498

Adj R-squared =
Root MSE
=

0.0574
.75722

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1760873
.2501656
-0.70
0.483
-.0583711
qhispanic | -.1663477
.2287499
-0.73
0.468
-.0680376
qblack | -.0564679
.397397
-0.14
0.887
-.0117418
qasian |
.1926444
.4221606
0.46
0.649
.0400582
qpacif |
-.404448
.7779251
-0.52
0.604
-.0424829
qamerind |
.0317538
.4608828
0.07
0.945
.0057379
qotherrac |
-.140984
.2621022
-0.54
0.592
-.0453835
q2nd |
.2432411
.1717966
1.42
0.159
.1498067
q3rd |
.5799629
.1768322
3.28
0.001
.3467129
qa |
.7411289
.2652676
2.79
0.006
.2781925
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1110372
.1014549
1.09
0.276
.1397226
qlesshs | -.0208244
.2016168
-0.10
0.918
-.0133707
qcath |
.286296
.3330244
0.86
0.392
.0830215
qlds |
.0482008
.1617705
0.30
0.766
.0295572
qprot |
.1790068
.3351703
0.53
0.594
.0452724
qbud |
.9075351
.4809672
1.89
0.061
.1639915
qis |
0 (omitted)
.
qotherrel |
.0723101
.1829379
0.40
0.693
.0398208
_cons |
1.11522
.335349
3.33
0.001
.
-----------------------------------------------------------------------------. regress q9 q10 q11 q12 q13 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 7.81385565
11 .710350513
Residual | 131.864901
181 .728535364
-------------+-----------------------------Total | 139.678756
192 .727493523

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
193
=
0.98
= 0.4708
= 0.0559
= -0.0014
= .85354

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q10 |
.0419714
.08663
0.48
0.629
.0385567
q11 |
-.051363
.0558158
-0.92
0.359
-.0715373
q12 | -.0024706
.0433086
-0.06
0.955
-.0043468
q13 |
.133515
.0829825
1.61
0.109
.1277028
q14 | -.0171313
.0390322
-0.44
0.661
-.0328788
q15 |
.1516355
.0660895
2.29
0.023
.1790911
q16 |
.0461731
.0621634
0.74
0.459
.0618682
q17 | -.0143789
.06283
-0.23
0.819
-.018941
q18 | -.0314324
.0991451
-0.32
0.752
-.0254191
q19 | -.0144684
.0538138
-0.27
0.788
-.020191
q20 | -.0135433
.063139
-0.21
0.830
-.0182643
_cons |
.8963188
.6593599
1.36
0.176
.
-----------------------------------------------------------------------------. regress q9 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Page 36

Number of obs =
F( 12,
184) =

197
2.82

3Snsize205.11.9.16
Model | 21.2111428
12 1.76759523
Residual |
115.24571
184
.62633538
-------------+-----------------------------Total | 136.456853
196 .696208433

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0014
0.1554
0.1004
.79141

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.098604
.0777794
1.27
0.206
.093498
q22 |
.002749
.0630231
0.04
0.965
.0031697
q23 |
.1180818
.0504613
2.34
0.020
.174157
q24 | -.0677448
.0544342
-1.24
0.215
-.0916955
q25 |
.0850193
.0472794
1.80
0.074
.1282077
q26 | -.0066188
.0343545
-0.19
0.847
-.0133545
q27 |
.1235886
.0550498
2.25
0.026
.1701986
q28 | -.1304814
.110473
-1.18
0.239
-.0862434
q29 |
-.02132
.0697318
-0.31
0.760
-.0239686
q30 |
.043638
.0773329
0.56
0.573
.0430661
q31 | -.1630772
.0706196
-2.31
0.022
-.1887549
q32 |
.0520642
.0675405
0.77
0.442
.0630025
_cons |
1.248671
.4693892
2.66
0.008
.
-----------------------------------------------------------------------------. regress q9 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 48.5359166
12 4.04465971
Residual | 87.4128014
182 .480290118
-------------+-----------------------------Total | 135.948718
194 .700766587

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
8.42
0.0000
0.3570
0.3146
.69303

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0956641
.0658935
1.45
0.148
.105012
q34 |
.0168403
.0592548
0.28
0.777
.0200119
q35 | -.0466088
.0405648
-1.15
0.252
-.0739664
q36 |
.0532475
.0447777
1.19
0.236
.0748661
q37 | -.0401947
.0743222
-0.54
0.589
-.0355043
q38 |
.065824
.0698661
0.94
0.347
.0594769
q39 | -.0718423
.0411251
-1.75
0.082
-.1095805
q40 | -.0513818
.0541431
-0.95
0.344
-.0645737
q41 |
.351761
.0409655
8.59
0.000
.5626451
q42 |
.0699816
.0430814
1.62
0.106
.1027639
q43 | -.0584453
.094262
-0.62
0.536
-.0423359
q44 | -.0262835
.0380286
-0.69
0.490
-.0443983
_cons |
.5269705
.4505485
1.17
0.244
.
-----------------------------------------------------------------------------. regress q9 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.7579237
12 1.64649364
Residual | 112.624729
183 .615435679
-------------+-----------------------------Total | 132.382653
195
.6788854
Page 37

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.68
0.0025
0.1492
0.0935
.7845

3Snsize205.11.9.16
-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0634393
.0557411
-1.14
0.257
-.0850466
q46 | -.0537988
.0390619
-1.38
0.170
-.0991688
q47 | -.2385611
.0844251
-2.83
0.005
-.2035612
q48 | -.0804847
.0473379
-1.70
0.091
-.1259049
q49 | -.0112332
.0393463
-0.29
0.776
-.0212496
q50 |
-.038876
.0509252
-0.76
0.446
-.055994
q51 | -.0035589
.0566745
-0.06
0.950
-.0046893
q52 |
.0662343
.0472792
1.40
0.163
.1008633
q53 | -.0911301
.067262
-1.35
0.177
-.1050697
q54 | -.0194531
.0790002
-0.25
0.806
-.022828
q55 |
.2741411
.0967097
2.83
0.005
.232524
q56 | -.0880017
.0798065
-1.10
0.272
-.0907616
_cons |
2.607292
.5548816
4.70
0.000
.
-----------------------------------------------------------------------------. regress q9 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.9798567
12 1.49832139
Residual | 120.476996
184 .654766283
-------------+-----------------------------Total | 138.456853
196 .706412514

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.29
0.0098
0.1299
0.0731
.80918

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.4029515
.0937935
-4.30
0.000
-.3243803
q58 |
.0090608
.0486705
0.19
0.853
.0137343
q59 | -.0138511
.0750535
-0.18
0.854
-.0143293
q60 | -.0202531
.046895
-0.43
0.666
-.0310036
q61 | -.1377069
.0847179
-1.63
0.106
-.1267057
q62 | -.0476827
.0424421
-1.12
0.263
-.0792712
q63 | -.1110821
.1012293
-1.10
0.274
-.0871938
q64 |
.0297395
.0704676
0.42
0.673
.0308074
q65 | -.0227374
.1179153
-0.19
0.847
-.015412
q66 |
.0294606
.0672992
0.44
0.662
.0332451
q67 |
.1051503
.0722101
1.46
0.147
.1063195
q68 | -.0801098
.053127
-1.51
0.133
-.1169588
_cons |
3.821755
.6109885
6.26
0.000
.
-----------------------------------------------------------------------------. regress q9 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.1697752
12 3.09748127
Residual | 101.095531
183 .552434595
-------------+-----------------------------Total | 138.265306
195 .709052852

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.61
0.0000
0.2688
0.2209
.74326

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0835255
.1050948
-0.79
0.428
-.0619317
q70 |
.0582489
.0581431
1.00
0.318
.0692184
Page 38

3Snsize205.11.9.16
q71 |
.0254606
.0409262
0.62
0.535
.0412211
q72 | -.0642218
.0873152
-0.74
0.463
-.0546432
q73 |
.4110113
.052424
7.84
0.000
.5244292
q74 |
.0095921
.0478184
0.20
0.841
.0140033
q75 |
.0213827
.0540715
0.40
0.693
.0276847
q76 | -.0498929
.0402202
-1.24
0.216
-.0809048
q77 |
.0655326
.0954153
0.69
0.493
.0512816
q78 |
.0193704
.0542504
0.36
0.721
.0249262
q79 | -.0110539
.0452082
-0.24
0.807
-.0161661
q80 |
.0271825
.064134
0.42
0.672
.0311971
_cons |
.5992064
.3865666
1.55
0.123
.
-----------------------------------------------------------------------------. regress q9 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 8.89621172
8 1.11202646
Residual | 129.560641
188 .689152346
-------------+-----------------------------Total | 138.456853
196 .706412514

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.61
0.1233
0.0643
0.0244
.83015

-----------------------------------------------------------------------------q9 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2304998
.0786811
-2.93
0.004
-.2224057
q82 |
.0187029
.0704107
0.27
0.791
.0212907
q83 |
.084388
.0540556
1.56
0.120
.1142687
q84 |
.0078577
.0465319
0.17
0.866
.0124536
q85 |
.0859359
.1168213
0.74
0.463
.0598952
q86 | -.0428798
.0800622
-0.54
0.593
-.0434932
q87 |
.0370472
.0951991
0.39
0.698
.034301
q88 | -.0200327
.0828653
-0.24
0.809
-.0179117
_cons |
2.03899
.679737
3.00
0.003
.
-----------------------------------------------------------------------------. //q10 as outcome variable: You associate primarily with friends, family, and
associates who are negative influences.
. regress q10 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 8.56747027
17
.50396884
Residual | 87.2828699
129 .676611394
-------------+-----------------------------Total | 95.8503401
146 .656509179

Number of obs
F( 17,
129)
Prob > F
R-squared
Adj R-squared
Root MSE

=
147
=
0.74
= 0.7516
= 0.0894
= -0.0306
= .82256

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1147455
.2719143
-0.42
0.674
-.0368606
qhispanic | -.3511561
.2501347
-1.40
0.163
-.135438
qblack |
.1173494
.4321575
0.27
0.786
.0236441
qasian | -.2982801
.4592205
-0.65
0.517
-.0600989
qpacif | -.4020046
.8450894
-0.48
0.635
-.0409215
Page 39

3Snsize205.11.9.16
qamerind | -.1229402
.5008534
-0.25
0.806
-.0215268
qotherrac | -.0548518
.2858352
-0.19
0.848
-.0171039
q2nd | -.1271167
.1866594
-0.68
0.497
-.0755873
q3rd | -.1836698
.1944059
-0.94
0.347
-.1048307
qa | -.1714067
.2884742
-0.59
0.553
-.0623106
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.2198475
.1103808
1.99
0.049
.2661369
qlesshs |
.3171522
.2190386
1.45
0.150
.1960127
qcath |
.3343259
.3762198
0.89
0.376
.0881714
qlds |
.1868061
.1757435
1.06
0.290
.1106112
qprot | -.1376309
.3642146
-0.38
0.706
-.0337245
qbud |
.4871325
.5225521
0.93
0.353
.085297
qis |
0 (omitted)
.
qotherrel |
.3823803
.2013274
1.90
0.060
.2016894
_cons |
1.204172
.3648334
3.30
0.001
.
-----------------------------------------------------------------------------. regress q10 q9 q11 q12 q13 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.9249784
11 1.90227076
Residual | 96.9506693
181 .535639057
-------------+-----------------------------Total | 117.875648
192 .613935665

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.55
0.0002
0.1775
0.1275
.73187

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q9 |
.0308585
.0636928
0.48
0.629
.0335914
q11 |
.0757129
.0476401
1.59
0.114
.1147902
q12 | -.0124282
.037124
-0.33
0.738
-.0238026
q13 |
.2436505
.0693345
3.51
0.001
.2536826
q14 |
.0223249
.033445
0.67
0.505
.0466412
q15 | -.0330795
.0574342
-0.58
0.565
-.042529
q16 |
.0394954
.0533026
0.74
0.460
.0576074
q17 | -.0426633
.0537882
-0.79
0.429
-.0611765
q18 | -.0637346
.0849039
-0.75
0.454
-.0561062
q19 |
.123003
.0452374
2.72
0.007
.186855
q20 |
.11
.0535248
2.06
0.041
.1614819
_cons |
.6359967
.5662797
1.12
0.263
.
-----------------------------------------------------------------------------. regress q10 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.2473614
12 1.18728011
Residual | 104.135292
183
.56904531
-------------+-----------------------------Total | 118.382653
195 .607090529

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.09
0.0197
0.1204
0.0627
.75435

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0596566
.0732455
0.81
0.416
.0620659
q22 |
.0292061
.0590052
0.49
0.621
.0370758
q23 |
.0342684
.0481478
0.71
0.478
.0544866
Page 40

3Snsize205.11.9.16
q24 | -.0277595
.0525467
-0.53
0.598
-.040259
q25 |
.0565178
.0446908
1.26
0.208
.0929393
q26 |
.0282086
.032727
0.86
0.390
.0610969
q27 | -.0246738
.0523746
-0.47
0.638
-.0364523
q28 | -.0264802
.1053242
-0.25
0.802
-.018871
q29 |
.0726332
.0664434
1.09
0.276
.0875083
q30 |
.1585792
.0739693
2.14
0.033
.1676423
q31 | -.0160853
.0674416
-0.24
0.812
-.0199578
q32 |
.1226956
.0649617
1.89
0.061
.1590275
_cons |
.5489387
.4458632
1.23
0.220
.
-----------------------------------------------------------------------------. regress q10 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 12.6205065
12 1.05170887
Residual | 115.461968
181 .637911424
-------------+-----------------------------Total | 128.082474
193 .663639763

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
1.65
0.0818
0.0985
0.0388
.79869

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0162943
.0759468
-0.21
0.830
-.0185042
q34 |
.0202018
.0684949
0.29
0.768
.0246382
q35 |
.0596629
.0471166
1.27
0.207
.0975406
q36 |
.0096596
.0512093
0.19
0.851
.0141974
q37 |
.1435475
.0856874
1.68
0.096
.1305119
q38 |
.1118457
.0787252
1.42
0.157
.1069799
q39 | -.0095316
.047673
-0.20
0.842
-.0149754
q40 |
.0767503
.0623048
1.23
0.220
.0993658
q41 | -.0456482
.0472261
-0.97
0.335
-.0751213
q42 | -.0400067
.0503853
-0.79
0.428
-.0598085
q43 |
.1498343
.1061281
1.41
0.160
.1170503
q44 |
.0835479
.0442046
1.89
0.060
.1439082
_cons |
.1524601
.5180138
0.29
0.769
.
-----------------------------------------------------------------------------. regress q10 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.7264379
12 1.14386982
Residual | 116.806895
182 .641796129
-------------+-----------------------------Total | 130.533333
194 .672852234

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.78
0.0539
0.1052
0.0462
.80112

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0522214
.0589632
0.89
0.377
.069592
q46 |
.0251996
.0401786
0.63
0.531
.046579
q47 |
.1600406
.0847378
1.89
0.061
.1423934
q48 | -.0512645
.0482946
-1.06
0.290
-.0818415
q49 | -.0570603
.0408043
-1.40
0.164
-.1078201
q50 |
.0224623
.052744
0.43
0.671
.0323042
q51 |
.0698972
.0572375
1.22
0.224
.0945239
q52 |
.0119983
.0482882
0.25
0.804
.0183403
Page 41

3Snsize205.11.9.16
q53 |
.1334039
.068724
1.94
0.054
.1557733
q54 | -.0048998
.0790736
-0.06
0.951
-.005867
q55 |
.2203264
.0978667
2.25
0.026
.188108
q56 |
.1122247
.0806427
1.39
0.166
.1164696
_cons |
.2031915
.5709541
0.36
0.722
.
-----------------------------------------------------------------------------. regress q10 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.4600923
12 1.95500769
Residual | 107.213377
183 .585865449
-------------+-----------------------------Total | 130.673469
195 .670120356

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.34
0.0002
0.1795
0.1257
.76542

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1623965
.0832188
-1.95
0.053
-.1442503
q58 |
.0919316
.0458841
2.00
0.047
.1446216
q59 |
.0584142
.0702243
0.83
0.407
.0634927
q60 |
.0475295
.0441522
1.08
0.283
.0754962
q61 | -.2068941
.0790802
-2.62
0.010
-.2007234
q62 |
.1258942
.0401877
3.13
0.002
.215036
q63 |
.0896507
.0953518
0.94
0.348
.0726149
q64 |
.1068265
.0663866
1.61
0.109
.1137902
q65 | -.0345445
.1114767
-0.31
0.757
-.0241986
q66 |
.1064406
.0633033
1.68
0.094
.1239011
q67 |
.0233765
.0682269
0.34
0.732
.0243208
q68 |
.0315006
.0500117
0.63
0.530
.0473299
_cons |
1.262445
.5502057
2.29
0.023
.
-----------------------------------------------------------------------------. regress q10 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.8963318
12 1.90802765
Residual | 95.2882836
182 .523561998
-------------+-----------------------------Total | 118.184615
194 .609199048

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.64
0.0001
0.1937
0.1406
.72358

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0855641
.1026389
0.83
0.406
.0684062
q70 | -.0175352
.056708
-0.31
0.758
-.022506
q71 |
.0758722
.0398423
1.90
0.058
.1328494
q72 |
.2806745
.0850113
3.30
0.001
.2581535
q73 |
.0103734
.0512198
0.20
0.840
.01426
q74 |
.1223189
.0466761
2.62
0.010
.1930487
q75 | -.0884104
.0526614
-1.68
0.095
-.1236922
q76 | -.0333497
.0392055
-0.85
0.396
-.0583601
q77 |
.0939173
.0930056
1.01
0.314
.0792409
q78 |
.0436813
.0529838
0.82
0.411
.0606603
q79 | -.0106217
.0441625
-0.24
0.810
-.016758
q80 |
.0097854
.0625334
0.16
0.876
.0121271
_cons |
.5962224
.3764504
1.58
0.115
.
Page 42

3Snsize205.11.9.16
-----------------------------------------------------------------------------. regress q10 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 7.58512789
8 .948140987
Residual | 123.088341
187 .658226425
-------------+-----------------------------Total | 130.673469
195 .670120356

Number of obs
F( 8,
187)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.44
0.1821
0.0580
0.0177
.81131

-----------------------------------------------------------------------------q10 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0202988
.0754921
0.27
0.788
.0209769
q82 | -.0386728
.0687084
-0.56
0.574
-.0451488
q83 |
-.034704
.0527691
-0.66
0.512
-.0488542
q84 | -.0305154
.0455182
-0.67
0.503
-.0499104
q85 |
.3480961
.1126173
3.09
0.002
.2632759
q86 | -.0484126
.0778045
-0.62
0.535
-.0504336
q87 |
.0685995
.0922256
0.74
0.458
.0683835
q88 |
.0333478
.0801166
0.42
0.678
.0315212
_cons |
.9771654
.6594701
1.48
0.140
.
-----------------------------------------------------------------------------. //q11 as outcome variable: Your sexual behaviors are limited to legal and
non-compulsive sexual activity.
. regress q11 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 37.4671245
17
2.2039485
Residual | 166.358379
131 1.26991129
-------------+-----------------------------Total | 203.825503
148 1.37719935

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.74
0.0439
0.1838
0.0779
1.1269

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.4396739
.3722982
1.18
0.240
.0968628
qhispanic | -1.062677
.3404273
-3.12
0.002
-.288862
qblack |
.2007704
.591409
0.34
0.735
.0277454
qasian |
.4003173
.6282624
0.64
0.525
.0553218
qpacif |
.4757452
1.157714
0.41
0.682
.0332111
qamerind | -1.146141
.685889
-1.67
0.097
-.1376426
qotherrac | -.1978379
.3900623
-0.51
0.613
-.0423248
q2nd | -.0391344
.2556689
-0.15
0.879
-.016018
q3rd | -.4024471
.263163
-1.53
0.129
-.1598952
qa |
.1238171
.3947731
0.31
0.754
.030888
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0543434
.1509859
-0.36
0.719
-.0454466
qlesshs |
.192483
.3000475
0.64
0.522
.0821358
qcath |
.6322422
.4956092
1.28
0.204
.1218472
qlds |
-.47103
.240748
-1.96
0.053
-.1919613
Page 43

3Snsize205.11.9.16
qprot | -.9227707
.4988028
-1.85
0.067
-.1551012
qbud |
-1.25253
.7157787
-1.75
0.082
-.150419
qis |
0 (omitted)
.
qotherrel | -.5237264
.2722495
-1.92
0.057
-.1916781
_cons |
4.232402
.4990687
8.48
0.000
.
-----------------------------------------------------------------------------. regress q11 q10 q9 q12 q13 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 38.1930455
11 3.47209505
Residual | 232.760322
181 1.28596863
-------------+-----------------------------Total | 270.953368
192 1.41121546

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.70
0.0030
0.1410
0.0888
1.134

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q10 |
.1817724
.1143748
1.59
0.114
.1198927
q9 |
-.090663
.0985229
-0.92
0.359
-.0650951
q12 |
.0352041
.0574802
0.61
0.541
.0444708
q13 | -.2406834
.1095844
-2.20
0.029
-.1652853
q14 |
.0061381
.0518832
0.12
0.906
.0084583
q15 |
.1947895
.0878887
2.22
0.028
.1651797
q16 | -.1496918
.0819634
-1.83
0.069
-.1440107
q17 | -.1579086
.082658
-1.91
0.058
-.1493485
q18 | -.0739449
.1316448
-0.56
0.575
-.0429347
q19 | -.0248929
.0714867
-0.35
0.728
-.0249419
q20 |
-.006645
.0838948
-0.08
0.937
-.0064342
_cons |
4.278086
.8210506
5.21
0.000
.
-----------------------------------------------------------------------------. regress q11 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.7384167
12 3.06153473
Residual |
228.93671
184 1.24422125
-------------+-----------------------------Total | 265.675127
196 1.35548534

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.46
0.0053
0.1383
0.0821
1.1154

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0118759
.1081692
0.11
0.913
.0082537
q22 | -.0654893
.0870722
-0.75
0.453
-.0554991
q23 |
.1236985
.0710973
1.74
0.084
.1313176
q24 |
.1055009
.0767551
1.37
0.171
.1029441
q25 |
.0503215
.0660481
0.76
0.447
.0552421
q26 |
.0083556
.0484637
0.17
0.863
.0120822
q27 | -.0472229
.0774762
-0.61
0.543
-.0466072
q28 |
-.102846
.1556943
-0.66
0.510
-.0489453
q29 | -.0982187
.0980881
-1.00
0.318
-.0791356
q30 |
.0687323
.1091043
0.63
0.529
.0486131
q31 | -.2114704
.0994022
-2.13
0.035
-.175419
q32 | -.1143728
.0950537
-1.20
0.230
-.099189
_cons |
4.338019
.6575053
6.60
0.000
.
-----------------------------------------------------------------------------Page 44

3Snsize205.11.9.16
. regress q11 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.5104948
12
2.9592079
Residual | 229.074121
182 1.25864901
-------------+-----------------------------Total | 264.584615
194 1.36383822

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
2.35
0.0079
0.1342
0.0771
1.1219

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0684553
.1074456
-0.64
0.525
-.0541436
q34 |
.03606
.0958964
0.38
0.707
.0307164
q35 |
.1066476
.0653274
1.63
0.104
.122273
q36 | -.0296882
.0721528
-0.41
0.681
-.0302864
q37 |
.0679529
.1205142
0.56
0.574
.0430484
q38 | -.0341476
.1103111
-0.31
0.757
-.0227419
q39 | -.1519668
.0666662
-2.28
0.024
-.166755
q40 |
.0720893
.0893949
0.81
0.421
.0633922
q41 |
.0484101
.0667005
0.73
0.469
.0548757
q42 |
.2497992
.0697366
3.58
0.000
.2629376
q43 | -.0608774
.1491723
-0.41
0.684
-.0330494
q44 |
.0293354
.0615088
0.48
0.634
.0354501
_cons |
2.973874
.720879
4.13
0.000
.
-----------------------------------------------------------------------------. regress q11 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.9165689
12 4.15971407
Residual | 224.001798
183 1.22405354
-------------+-----------------------------Total | 273.918367
195 1.40470958

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.40
0.0002
0.1822
0.1286
1.1064

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1991833
.0783015
2.54
0.012
.1872112
q46 | -.0670853
.0547734
-1.22
0.222
-.0859773
q47 | -.1024171
.1169928
-0.88
0.382
-.0629382
q48 | -.1502552
.0666488
-2.25
0.025
-.1655928
q49 |
.0497778
.0552706
0.90
0.369
.065564
q50 |
.0017549
.0717599
0.02
0.981
.0017527
q51 | -.0912365
.0788462
-1.16
0.249
-.0852921
q52 |
.0335178
.0666736
0.50
0.616
.0354251
q53 |
.3708714
.0945685
3.92
0.000
.299801
q54 | -.1065829
.1091008
-0.98
0.330
-.0881935
q55 |
.1464826
.1351557
1.08
0.280
.0863743
q56 |
.0667869
.1116013
0.60
0.550
.0478746
_cons |
2.448778
.7830329
3.13
0.002
.
-----------------------------------------------------------------------------. regress q11 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Page 45

Number of obs =
F( 12,
184) =

197
2.35

3Snsize205.11.9.16
Model | 32.9992755
12 2.74993963
Residual | 215.701232
184
1.1722893
-------------+-----------------------------Total | 248.700508
196 1.26888014

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0080
0.1327
0.0761
1.0827

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1333677
.1177231
-1.13
0.259
-.0859151
q58 | -.0343095
.0648058
-0.53
0.597
-.0392077
q59 |
.0720351
.0997418
0.72
0.471
.0567687
q60 |
.0306458
.0624624
0.49
0.624
.035311
q61 | -.2822099
.111832
-2.52
0.012
-.1986667
q62 |
-.008978
.0568368
-0.16
0.875
-.0111276
q63 | -.3793108
.1350302
-2.81
0.006
-.2227885
q64 | -.0850959
.0937662
-0.91
0.365
-.0657731
q65 |
.2124987
.1577355
1.35
0.180
.1079426
q66 | -.0573911
.089488
-0.64
0.522
-.0483226
q67 |
-.108573
.0965151
-1.12
0.262
-.0819112
q68 | -.1156997
.0708747
-1.63
0.104
-.1256701
_cons |
5.890366
.778293
7.57
0.000
.
-----------------------------------------------------------------------------. regress q11 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.3645308
12 1.19704423
Residual | 242.014956
182 1.32975251
-------------+-----------------------------Total | 256.379487
194 1.32154375

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
195
=
0.90
= 0.5479
= 0.0560
= -0.0062
= 1.1531

-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0328626
.1630898
0.20
0.841
.0178827
q70 |
.0590192
.0902667
0.65
0.514
.0514955
q71 |
-.089868
.0645025
-1.39
0.165
-.1057562
q72 | -.1113678
.1354741
-0.82
0.412
-.0695462
q73 |
.0885144
.0814515
1.09
0.279
.0828556
q74 |
.0454448
.0742517
0.61
0.541
.0485434
q75 | -.1274343
.0839899
-1.52
0.131
-.1210497
q76 | -.0154158
.0627656
-0.25
0.806
-.0182252
q77 | -.0275386
.148038
-0.19
0.853
-.0158188
q78 | -.0036356
.0844108
-0.04
0.966
-.0034279
q79 | -.1008405
.070217
-1.44
0.153
-.1080198
q80 |
.0184191
.0995147
0.19
0.853
.0154984
_cons |
4.355024
.6029765
7.22
0.000
.
-----------------------------------------------------------------------------. regress q11 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
24.361487
8 3.04518587
Residual | 243.130899
188 1.29324946
-------------+-----------------------------Total | 267.492386
196 1.36475707
Page 46

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.35
0.0195
0.0911
0.0524
1.1372

3Snsize205.11.9.16
-----------------------------------------------------------------------------q11 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.321994
.1059706
3.04
0.003
.2331153
q82 |
.1780275
.0962649
1.85
0.066
.1455435
q83 |
.0370263
.0739878
0.50
0.617
.0364563
q84 |
.0941985
.0638086
1.48
0.142
.1079449
q85 |
-.294737
.1578498
-1.87
0.063
-.1558709
q86 |
.2127672
.1091013
1.95
0.053
.1551327
q87 | -.1822053
.1293916
-1.41
0.161
-.1271107
q88 |
.0299449
.1123038
0.27
0.790
.0198013
_cons |
2.319469
.9242432
2.51
0.013
.
-----------------------------------------------------------------------------. //q12 as outcome variable: You have not had more than one address change in the
last six months.
. regress q12 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 24.7469836
17 1.45570492
Residual |
283.07852
131 2.16090473
-------------+-----------------------------Total | 307.825503
148 2.07990205

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.67
= 0.8240
= 0.0804
= -0.0389
=
1.47

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.8853621
.4856485
-1.82
0.071
-.1587173
qhispanic | -.2069951
.4440741
-0.47
0.642
-.0457853
qblack | -.3229044
.77147
-0.42
0.676
-.0363114
qasian |
.4020667
.8195438
0.49
0.625
.0452134
qpacif |
.4987048
1.510192
0.33
0.742
.0283289
qamerind |
.7576389
.8947154
0.85
0.399
.0740379
qotherrac |
.2393605
.5088211
0.47
0.639
.0416691
q2nd |
.3977004
.3335101
1.19
0.235
.1324598
q3rd |
.2304699
.3432859
0.67
0.503
.0745106
qa |
.2622673
.5149661
0.51
0.611
.053239
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1618764
.1969552
0.82
0.413
.1101578
qlesshs |
.2413463
.3914003
0.62
0.539
.0838026
qcath |
-.886888
.6465029
-1.37
0.172
-.1390842
qlds | -.0368027
.3140464
-0.12
0.907
-.0122045
qprot | -.2767502
.6506689
-0.43
0.671
-.0378518
qbud | -.6724229
.9337054
-0.72
0.473
-.0657104
qis |
0 (omitted)
.
qotherrel | -.3775516
.3551389
-1.06
0.290
-.1124401
_cons |
4.665204
.6510157
7.17
0.000
.
-----------------------------------------------------------------------------. regress q12 q11 q10 q9 q13 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Page 47

Number of obs =
F( 11,
181) =

193
1.86

3Snsize205.11.9.16
Model | 43.9598062
11 3.99634602
Residual | 388.413251
181 2.14592956
-------------+-----------------------------Total | 432.373057
192 2.25194301

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0470
0.1017
0.0471
1.4649

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q11 |
.0587459
.0959188
0.61
0.541
.0465046
q10 |
-.049791
.1487298
-0.33
0.738
-.0259976
q9 | -.0072773
.1275673
-0.06
0.955
-.0041362
q13 |
.1640886
.1429147
1.15
0.252
.0892041
q14 | -.0787262
.066769
-1.18
0.240
-.0858779
q15 | -.0227811
.1150517
-0.20
0.843
-.0152927
q16 | -.2163969
.1056332
-2.05
0.042
-.1648032
q17 | -.1485367
.1072814
-1.38
0.168
-.1112107
q18 | -.0071994
.1702049
-0.04
0.966
-.0033091
q19 | -.1035098
.0920559
-1.12
0.262
-.0821019
q20 | -.1061979
.1080887
-0.98
0.327
-.081401
_cons |
5.261372
1.068047
4.93
0.000
.
-----------------------------------------------------------------------------. regress q12 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.0042845
12 3.50035704
Residual | 398.384604
185 2.15343029
-------------+-----------------------------Total | 440.388889
197 2.23547659

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.63
0.0876
0.0954
0.0367
1.4675

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0034747
.1422731
0.02
0.981
.001878
q22 | -.1113988
.1144526
-0.97
0.332
-.0734593
q23 | -.0308353
.0935312
-0.33
0.742
-.0254307
q24 |
.2045899
.1007395
2.03
0.044
.1553695
q25 | -.1255286
.0868127
-1.45
0.150
-.107133
q26 |
.0047476
.0635481
0.07
0.941
.0053442
q27 | -.0431073
.1018604
-0.42
0.673
-.0330581
q28 |
-.002072
.20482
-0.01
0.992
-.0007662
q29 | -.2109752
.1286531
-1.64
0.103
-.1322667
q30 |
.1879716
.1432588
1.31
0.191
.1033215
q31 |
.0814222
.1307441
0.62
0.534
.0524687
q32 |
-.252871
.1250269
-2.02
0.045
-.1703329
_cons |
4.495399
.8646944
5.20
0.000
.
-----------------------------------------------------------------------------. regress q12 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.1236525
12 3.51030437
Residual | 397.366143
183 2.17139969
-------------+-----------------------------Total | 439.489796
195 2.25379383

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.62
0.0901
0.0958
0.0366
1.4736

-----------------------------------------------------------------------------Page 48

3Snsize205.11.9.16
q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1228163
.1399782
-0.88
0.381
-.075447
q34 | -.0891516
.125934
-0.71
0.480
-.0589258
q35 | -.0766111
.0857617
-0.89
0.373
-.0686244
q36 | -.1378557
.0944675
-1.46
0.146
-.1093942
q37 |
.2315702
.1578674
1.47
0.144
.1139314
q38 | -.0597678
.1448504
-0.41
0.680
-.0309293
q39 |
.0509133
.0874222
0.58
0.561
.0433763
q40 | -.1197406
.1148909
-1.04
0.299
-.0837016
q41 | -.0591216
.0868922
-0.68
0.497
-.0526751
q42 |
.2216839
.0915937
2.42
0.016
.1812016
q43 | -.0222816
.1952151
-0.11
0.909
-.0094113
q44 |
.030914
.0807525
0.38
0.702
.029058
_cons |
4.319379
.9468008
4.56
0.000
.
-----------------------------------------------------------------------------. regress q12 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.6183411
12 3.30152843
Residual | 391.386735
184 2.12710182
-------------+-----------------------------Total | 431.005076
196 2.19900549

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.55
0.1093
0.0919
0.0327
1.4585

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1105253
.1031962
1.07
0.286
.0828152
q46 |
.0955023
.0720943
1.32
0.187
.0976787
q47 | -.0939385
.1542244
-0.61
0.543
-.0460452
q48 | -.0638072
.0878588
-0.73
0.469
-.0561304
q49 |
.0676651
.0728556
0.93
0.354
.071054
q50 | -.0703167
.0944759
-0.74
0.458
-.0561336
q51 |
.1502077
.1038178
1.45
0.150
.1120992
q52 |
.1965038
.0875276
2.25
0.026
.1658423
q53 |
.0786657
.1243313
0.63
0.528
.0508371
q54 | -.2415894
.143347
-1.69
0.094
-.1595354
q55 |
.2604621
.1781606
1.46
0.145
.1224949
q56 |
.1101178
.1465965
0.75
0.454
.0629913
_cons |
2.345033
1.03158
2.27
0.024
.
-----------------------------------------------------------------------------. regress q12 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.1850496
12
3.2654208
Residual |
406.3099
185 2.19626973
-------------+-----------------------------Total | 445.494949
197 2.26139568

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.49
0.1322
0.0880
0.0288
1.482

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0249411
.1611206
-0.15
0.877
-.0120108
q58 |
.0509155
.088602
0.57
0.566
.0435658
q59 | -.1317804
.1359492
-0.97
0.334
-.0776742
Page 49

3Snsize205.11.9.16
q60 |
.1877452
.0854598
2.20
0.029
.1616753
q61 |
.0586764
.1529593
0.38
0.702
.0308941
q62 |
.0703535
.0776906
0.91
0.366
.0652075
q63 |
.1219588
.1846123
0.66
0.510
.0535422
q64 |
.0762467
.1283086
0.59
0.553
.0440789
q65 |
.175208
.2158242
0.81
0.418
.0665235
q66 | -.1802357
.1224086
-1.47
0.143
-.1136364
q67 |
.0486009
.1320471
0.37
0.713
.0274062
q68 | -.2029147
.0968311
-2.10
0.037
-.1651919
_cons |
3.626664
1.064766
3.41
0.001
.
-----------------------------------------------------------------------------. regress q12 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
26.964895
12 2.24707458
Residual |
417.62184
183 2.28208656
-------------+-----------------------------Total | 444.586735
195 2.27993197

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
196
=
0.98
= 0.4652
= 0.0607
= -0.0009
= 1.5107

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1602079
.2136027
0.75
0.454
.0662455
q70 | -.0538602
.1181745
-0.46
0.649
-.0356927
q71 | -.1976602
.0831815
-2.38
0.019
-.1784633
q72 | -.0856267
.1774662
-0.48
0.630
-.0406295
q73 |
.0008924
.1065506
0.01
0.993
.000635
q74 | -.1400659
.0971897
-1.44
0.151
-.1140314
q75 |
.0717645
.1098991
0.65
0.515
.0518161
q76 |
-.048775
.0817467
-0.60
0.551
-.0441074
q77 | -.1406594
.1939294
-0.73
0.469
-.0613834
q78 | -.0138554
.1102627
-0.13
0.900
-.0099429
q79 |
-.075687
.0918845
-0.82
0.411
-.0617291
q80 |
.0660525
.130351
0.51
0.613
.0422759
_cons |
5.275198
.7856877
6.71
0.000
.
-----------------------------------------------------------------------------. regress q12 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.3965688
8
3.1745711
Residual | 412.467068
189 2.18236544
-------------+-----------------------------Total | 437.863636
197 2.22265805

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.45
0.1764
0.0580
0.0181
1.4773

-----------------------------------------------------------------------------q12 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1916506
.1373576
1.40
0.165
.1085018
q82 |
.0197547
.1249637
0.16
0.875
.0126467
q83 |
.0860747
.0960517
0.90
0.371
.0662861
q84 |
.1832399
.0825713
2.22
0.028
.1644743
q85 | -.3242746
.2050515
-1.58
0.115
-.1340937
q86 |
.2529735
.1416376
1.79
0.076
.1443616
q87 | -.1991307
.1678939
-1.19
0.237
-.1087153
q88 | -.0158443
.1458287
-0.11
0.914
-.0081964
Page 50

3Snsize205.11.9.16
_cons |
3.325716
1.200137
2.77
0.006
.
-----------------------------------------------------------------------------. //q13 as outcome variable: You emphasize sexual conquest (the number of sexual
partners you have) as a source of identity.
. regress q13 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
8.0811536
17 .475361976
Residual | 67.5564303
131 .515697941
-------------+-----------------------------Total | 75.6375839
148 .511064756

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.92
= 0.5501
= 0.1068
= -0.0091
= .71812

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.3180394
.2372477
-1.34
0.182
-.1150185
qhispanic |
.3428645
.2169378
1.58
0.116
.1529932
qblack |
.5880602
.3768764
1.56
0.121
.1334055
qasian |
.0760241
.4003613
0.19
0.850
.0172466
qpacif | -.6095817
.7377549
-0.83
0.410
-.0698555
qamerind |
.5970551
.4370839
1.37
0.174
.1177035
qotherrac |
.1394052
.2485679
0.56
0.576
.0489581
q2nd |
.1917998
.1629254
1.18
0.241
.1288723
q3rd |
.0105713
.1677011
0.06
0.950
.0068947
qa | -.0387329
.2515698
-0.15
0.878
-.0158617
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.2084194
.096216
2.17
0.032
.2861234
qlesshs |
.2259037
.1912058
1.18
0.240
.1582428
qcath | -.0547852
.3158278
-0.17
0.863
-.0173323
qlds |
.0372225
.1534171
0.24
0.809
.0249018
qprot |
.1328624
.317863
0.42
0.677
.0366593
qbud |
.2950326
.4561312
0.65
0.519
.0581628
qis |
0 (omitted)
.
qotherrel | -.1994344
.1734915
-1.15
0.252
-.1198198
_cons |
1.318983
.3180324
4.15
0.000
.
-----------------------------------------------------------------------------. regress q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.4762651
11 2.13420592
Residual | 104.306118
181 .576276897
-------------+-----------------------------Total | 127.782383
192 .665533247

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.70
0.0001
0.1837
0.1341
.75913

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q12 |
.044065
.0383789
1.15
0.252
.0810565
q11 | -.1078567
.0491077
-2.20
0.029
-.1570575
q10 |
.2621358
.0745948
3.51
0.001
.2517693
Page 51

3Snsize205.11.9.16
q9 |
.1056114
.0656398
1.61
0.109
.1104181
q14 |
.0381792
.034617
1.10
0.272
.0766096
q15 | -.0092849
.0596237
-0.16
0.876
-.0114651
q16 |
.0312913
.0553226
0.57
0.572
.0438362
q17 |
.1086071
.0553021
1.96
0.051
.149577
q18 |
-.019971
.0881903
-0.23
0.821
-.0168854
q19 | -.0424058
.0477669
-0.89
0.376
-.0618715
q20 |
.0354592
.0561002
0.63
0.528
.0499963
_cons |
.9241631
.5853949
1.58
0.116
.
-----------------------------------------------------------------------------. regress q13 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.0381784
12 1.50318153
Residual | 110.451618
183 .603560751
-------------+-----------------------------Total | 128.489796
195
.65892203

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.49
0.0048
0.1404
0.0840
.77689

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1159505
.0753385
1.54
0.126
.1157916
q22 | -.0091764
.0606653
-0.15
0.880
-.0111815
q23 |
.0498423
.049526
1.01
0.316
.0760682
q24 | -.0733328
.0534922
-1.37
0.172
-.1026943
q25 |
.0986181
.0460094
2.14
0.033
.1556613
q26 |
.0259698
.0337884
0.77
0.443
.0539018
q27 |
-.005379
.0542214
-0.10
0.921
-.0076294
q28 |
.1497535
.1087857
1.38
0.170
.1019631
q29 |
.1243966
.0683723
1.82
0.070
.1441028
q30 |
.0035015
.0760286
0.05
0.963
.0035591
q31 |
.0688427
.0698776
0.99
0.326
.0809661
q32 |
.0077454
.0664516
0.12
0.907
.0095642
_cons |
.7000508
.4584006
1.53
0.128
.
-----------------------------------------------------------------------------. regress q13 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.1015177
12 2.17512647
Residual | 112.145905
181 .619590635
-------------+-----------------------------Total | 138.247423
193
.71630789

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
3.51
0.0001
0.1888
0.1350
.78714

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.108506
.0761587
1.42
0.156
.1179968
q34 |
.0702534
.067516
1.04
0.299
.0825039
q35 | -.0212562
.0458371
-0.46
0.643
-.0336838
q36 |
.1443629
.0506333
2.85
0.005
.2037256
q37 |
.1314117
.0848248
1.55
0.123
.1150607
q38 | -.0645953
.0777929
-0.83
0.407
-.0594271
q39 | -.0931071
.0468347
-1.99
0.048
-.1412473
q40 | -.0349712
.0627429
-0.56
0.578
-.0425392
q41 |
.0054233
.0467995
0.12
0.908
.0085047
Page 52

3Snsize205.11.9.16
q42 | -.0853582
.0490201
-1.74
0.083
-.1242775
q43 |
.1509075
.1052187
1.43
0.153
.1132509
q44 | -.1087338
.0431963
-2.52
0.013
-.1816907
_cons |
1.710755
.506537
3.38
0.001
.
-----------------------------------------------------------------------------. regress q13 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.8370374
12 1.81975312
Residual | 118.696296
182
.65217745
-------------+-----------------------------Total | 140.533333
194 .724398625

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
2.79
0.0016
0.1554
0.0997
.80758

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0784964
.05729
-1.37
0.172
-.1027844
q46 | -.0489109
.0401583
-1.22
0.225
-.0871151
q47 |
.1793299
.0855235
2.10
0.037
.1537742
q48 | -.1070839
.0486579
-2.20
0.029
-.1647602
q49 | -.0596122
.0403445
-1.48
0.141
-.109551
q50 | -.0102104
.0524068
-0.19
0.846
-.0142205
q51 |
.0358433
.0575528
0.62
0.534
.0467776
q52 |
-.011573
.0487597
-0.24
0.813
-.0170479
q53 | -.1060595
.0693453
-1.53
0.128
-.1193631
q54 | -.1351303
.0796507
-1.70
0.091
-.1559397
q55 |
.0459528
.0987715
0.47
0.642
.0378115
q56 |
.0745817
.0814942
0.92
0.361
.0745817
_cons |
2.818088
.574329
4.91
0.000
.
-----------------------------------------------------------------------------. regress q13 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.8077943
12 1.98398286
Residual | 117.008532
183 .639390886
-------------+-----------------------------Total | 140.816327
195 .722135008

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.10
0.0005
0.1691
0.1146
.79962

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1889424
.0870136
-2.17
0.031
-.1616727
q58 |
-.099057
.0479776
-2.06
0.040
-.1501138
q59 |
.0718813
.0737012
0.98
0.331
.0752045
q60 | -.0829929
.0462226
-1.80
0.074
-.1266043
q61 |
.104238
.0835583
1.25
0.214
.0966236
q62 |
.0594969
.0420702
1.41
0.159
.0978185
q63 |
-.097258
.0997343
-0.98
0.331
-.0758865
q64 |
.1409436
.0693304
2.03
0.044
.1446806
q65 |
.154962
.1166035
1.33
0.186
.1045692
q66 |
.0569087
.0662446
0.86
0.391
.0634523
q67 |
.0328265
.0713002
0.46
0.646
.0328996
q68 |
.0335664
.0524086
0.64
0.523
.0484418
_cons |
1.94664
.5755007
3.38
0.001
.
-----------------------------------------------------------------------------Page 53

3Snsize205.11.9.16
. regress q13 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.8929348
12 2.15774456
Residual | 99.8647972
181 .551739211
-------------+-----------------------------Total | 125.757732
193 .651594466

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
3.91
0.0000
0.2059
0.1532
.74279

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0763446
.1052168
-0.73
0.469
-.0592791
q70 | -.1078366
.0581445
-1.85
0.065
-.1343205
q71 |
.1758592
.0417194
4.22
0.000
.2942438
q72 |
.0450234
.0875491
0.51
0.608
.0401207
q73 |
.1067811
.0525411
2.03
0.044
.1426839
q74 |
.0613741
.0479468
1.28
0.202
.0935714
q75 |
.0216519
.054773
0.40
0.693
.0290167
q76 |
.0670263
.0404469
1.66
0.099
.1130628
q77 |
.1377865
.0953579
1.44
0.150
.112959
q78 | -.0224907
.0545117
-0.41
0.680
-.0302083
q79 |
.0605387
.0452323
1.34
0.182
.0925828
q80 | -.0531989
.064338
-0.83
0.409
-.0636497
_cons |
.7799371
.3884389
2.01
0.046
.
-----------------------------------------------------------------------------. regress q13 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.5194866
8 1.81493582
Residual | 126.153983
187 .674620229
-------------+-----------------------------Total | 140.673469
195 .721402407

Number of obs
F( 8,
187)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.69
0.0080
0.1032
0.0648
.82135

-----------------------------------------------------------------------------q13 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0647498
.0765424
-0.85
0.399
-.0646088
q82 | -.1137651
.069582
-1.63
0.104
-.1282408
q83 |
.0688412
.054118
1.27
0.205
.0924173
q84 | -.0668257
.0463501
-1.44
0.151
-.1055081
q85 |
.20745
.1151823
1.80
0.073
.1512213
q86 | -.0946896
.0787986
-1.20
0.231
-.0951555
q87 | -.0372819
.0950101
-0.39
0.695
-.035582
q88 |
.0667103
.0811262
0.82
0.412
.0607537
_cons |
2.286862
.6696744
3.41
0.001
.
-----------------------------------------------------------------------------.
. //q14 as outcome variable: You have been
the community over the last six months.
. regress q14 qsex qhispanic qblack qasian
qc qsomecoll qlesshs qcath qlds qprot qbud
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Page

unemployed more than 80% of the time in


qpacif qamerind qotherrac q2nd q3rd qa qb
qis qotherrel, b

54

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 29.4269142
17 1.73099495
Residual | 339.512275
130 2.61163288
-------------+-----------------------------Total | 368.939189
147
2.5097904

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
148
=
0.66
= 0.8340
= 0.0798
= -0.0406
= 1.6161

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.5068285
.5339861
-0.95
0.344
-.0829895
qhispanic | -.0479729
.4882204
-0.10
0.922
-.0096883
qblack |
.3037999
.8482006
0.36
0.721
.0312026
qasian | -1.088619
.9012227
-1.21
0.229
-.1118095
qpacif | -1.309116
1.660342
-0.79
0.432
-.0679248
qamerind |
.4320794
.9837856
0.44
0.661
.0385656
qotherrac | -.0253559
.559392
-0.05
0.964
-.004031
q2nd |
-.168578
.3688334
-0.46
0.648
-.0509718
q3rd | -.6983276
.3774467
-1.85
0.067
-.205902
qa | -.5002849
.5661692
-0.88
0.379
-.0927311
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0580216
.2205172
-0.26
0.793
-.0359859
qlesshs | -.2930127
.439127
-0.67
0.506
-.0926562
qcath | -.1214887
.7109942
-0.17
0.865
-.0173995
qlds |
.0531073
.346013
0.15
0.878
.0159852
qprot |
.8221427
.7153398
1.15
0.253
.1026972
qbud |
.4687998
1.02688
0.46
0.649
.0418431
qis |
0 (omitted)
.
qotherrel | -.4112808
.3904248
-1.05
0.294
-.1117611
_cons |
3.100566
.717613
4.32
0.000
.
-----------------------------------------------------------------------------. regress q14 q13 q12 q11 q10 q9 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.8112384
11 3.34647622
Residual | 477.686171
181 2.63915012
-------------+-----------------------------Total | 514.497409
192 2.67967401

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.27
0.2462
0.0715
0.0151
1.6245

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1748477
.1585341
1.10
0.272
.0871373
q12 | -.0968206
.0821152
-1.18
0.240
-.0887576
q11 |
.0125971
.1064782
0.12
0.906
.0091417
q10 |
.1099973
.1647869
0.67
0.505
.0526505
q9 | -.0620588
.1413958
-0.44
0.661
-.0323353
q15 | -.1146137
.1273194
-0.90
0.369
-.0705315
q16 |
.1316301
.118091
1.11
0.266
.0918983
q17 |
.1189104
.1192744
1.00
0.320
.0816151
q18 |
-.104019
.1885967
-0.55
0.582
-.0438297
q19 | -.1076091
.1021315
-1.05
0.293
-.0782453
q20 | -.0128384
.1201838
-0.11
0.915
-.0090212
_cons |
2.819862
1.243812
2.27
0.025
.
-----------------------------------------------------------------------------Page 55

3Snsize205.11.9.16
. regress q14 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.9764651
12 4.33137209
Residual | 463.191048
184 2.51734265
-------------+-----------------------------Total | 515.167513
196 2.62840568

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.72
0.0654
0.1009
0.0423
1.5866

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1614532
.1538289
-1.05
0.295
-.0805801
q22 |
.1711652
.1238958
1.38
0.169
.1041676
q23 | -.0028227
.1014435
-0.03
0.978
-.0021457
q24 |
.1534491
.1089778
1.41
0.161
.1075254
q25 |
.0150382
.0939051
0.16
0.873
.0118553
q26 | -.0431336
.0688573
-0.63
0.532
-.0447907
q27 |
.1039314
.1101317
0.94
0.347
.0736483
q28 | -.1395206
.2214655
-0.63
0.529
-.047683
q29 | -.0693625
.1392021
-0.50
0.619
-.0401332
q30 |
.4476651
.154892
2.89
0.004
.2271863
q31 |
.0622519
.141427
0.44
0.660
.037032
q32 |
.1967138
.1352006
1.45
0.147
.1221843
_cons |
.0187657
.9351868
0.02
0.984
.
-----------------------------------------------------------------------------. regress q14 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.2312972
12 2.76927476
Residual | 480.286652
182 2.63893765
-------------+-----------------------------Total | 513.517949
194 2.64699974

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.05
0.4059
0.0647
0.0030
1.6245

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1330305
.1543152
-0.86
0.390
-.0755259
q34 |
.1457889
.1388414
1.05
0.295
.0889735
q35 |
.1510773
.0945553
1.60
0.112
.1250777
q36 |
.0870082
.1042508
0.83
0.405
.063713
q37 |
.0775531
.1740357
0.45
0.656
.0352657
q38 |
.2509352
.159707
1.57
0.118
.1200427
q39 |
-.038234
.0966011
-0.40
0.693
-.0300471
q40 |
.0661799
.12666
0.52
0.602
.0427295
q41 | -.1024251
.0958732
-1.07
0.287
-.0842952
q42 | -.0716506
.1010901
-0.71
0.479
-.0540222
q43 |
.3405341
.2152119
1.58
0.115
.1329622
q44 | -.0139923
.089115
-0.16
0.875
-.0121261
_cons | -.0136007
1.043987
-0.01
0.990
.
-----------------------------------------------------------------------------. regress q14 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Page 56

Number of obs =
F( 12,
183) =

196
1.61

3Snsize205.11.9.16
Model | 49.1764245
12 4.09803537
Residual | 465.573576
183
2.5441179
-------------+-----------------------------Total |
514.75
195 2.63974359

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0917
0.0955
0.0362
1.595

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1615301
.112924
-1.43
0.154
-.1105247
q46 | -.0018747
.0788631
-0.02
0.981
-.0017545
q47 | -.0069531
.168672
-0.04
0.967
-.003117
q48 |
.1943201
.0961029
2.02
0.045
.1562219
q49 |
.1181331
.0797027
1.48
0.140
.1133284
q50 |
.0875967
.1034165
0.85
0.398
.0638207
q51 | -.0563233
.1135395
-0.50
0.620
-.0384097
q52 |
.1026813
.0962092
1.07
0.287
.0787791
q53 | -.1254312
.1360377
-0.92
0.358
-.0739652
q54 |
.472068
.1567701
3.01
0.003
.2849483
q55 |
.0629141
.1948571
0.32
0.747
.0270619
q56 | -.3721208
.160366
-2.32
0.021
-.1946311
_cons |
1.329032
1.12925
1.18
0.241
.
-----------------------------------------------------------------------------. regress q14 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.4832069
12 2.87360058
Residual | 488.592935
184 2.65539639
-------------+-----------------------------Total | 523.076142
196 2.66875583

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.08
0.3774
0.0659
0.0050
1.6295

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2001794
.1771706
-1.13
0.260
-.0889188
q58 |
.1301354
.0974308
1.34
0.183
.1027566
q59 |
.0873194
.1494883
0.58
0.560
.0474682
q60 | -.0955754
.094021
-1.02
0.311
-.0759348
q61 |
.0977293
.168201
0.58
0.562
.0474388
q62 |
.1443721
.0855552
1.69
0.093
.12326
q63 | -.0645736
.203007
-0.32
0.751
-.0261522
q64 | -.1628166
.1411287
-1.15
0.250
-.086775
q65 | -.1910155
.2373139
-0.80
0.422
-.0669054
q66 |
.1086359
.1346742
0.81
0.421
.0630718
q67 |
.074355
.1451987
0.51
0.609
.0386801
q68 | -.0146999
.1066298
-0.14
0.891
-.0110096
_cons |
2.812311
1.172065
2.40
0.017
.
-----------------------------------------------------------------------------. regress q14 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.5787185
12
1.7148932
Residual |
498.68282
182 2.74001549
-------------+-----------------------------Total | 519.261538
194 2.67660587
Page 57

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
195
=
0.63
= 0.8185
= 0.0396
= -0.0237
= 1.6553

3Snsize205.11.9.16
-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1503336
.2340851
-0.64
0.522
-.0574824
q70 |
.0729494
.1296061
0.56
0.574
.0446681
q71 |
.0878386
.0912285
0.96
0.337
.0732141
q72 |
.0708222
.1946249
0.36
0.716
.0310765
q73 | -.0656967
.1168603
-0.56
0.575
-.0432115
q74 |
.0367752
.1069481
0.34
0.731
.0276895
q75 | -.0679818
.1205224
-0.56
0.573
-.0453752
q76 |
.0791988
.0901719
0.88
0.381
.0657918
q77 | -.0947769
.2125878
-0.45
0.656
-.0382544
q78 |
.1249641
.12099
1.03
0.303
.0827907
q79 |
.1095437
.1010077
1.08
0.280
.0824526
q80 |
.055378
.1428605
0.39
0.699
.0327419
_cons |
1.124573
.8622979
1.30
0.194
.
-----------------------------------------------------------------------------. regress q14 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 9.37070077
8
1.1713376
Residual |
514.94402
188 2.73906394
-------------+-----------------------------Total | 524.314721
196 2.67507511

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
197
=
0.43
= 0.9035
= 0.0179
= -0.0239
=
1.655

-----------------------------------------------------------------------------q14 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0531951
.1539431
0.35
0.730
.0274828
q82 |
-.01421
.1401404
-0.10
0.919
-.0082977
q83 | -.0402818
.1076933
-0.37
0.709
-.028329
q84 | -.0557553
.0934793
-0.60
0.552
-.0454095
q85 |
-.112921
.2297508
-0.49
0.624
-.0426545
q86 | -.1250946
.158696
-0.79
0.432
-.0651474
q87 | -.2599272
.1882892
-1.38
0.169
-.1295187
q88 |
.0273162
.1633835
0.17
0.867
.0129018
_cons |
3.643415
1.344712
2.71
0.007
.
-----------------------------------------------------------------------------.
. //q15 as outcome variable: All of your sexual interests involve partners of legal
age.
. regress q15 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
25.402978
17 1.49429282
Residual | 136.623868
131 1.04293029
-------------+-----------------------------Total | 162.026846
148 1.09477598

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.43
0.1311
0.1568
0.0474
1.0212

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 58

3Snsize205.11.9.16
-------------+---------------------------------------------------------------qsex |
-.495074
.3373898
-1.47
0.145
-.1223298
qhispanic |
.3335445
.3085072
1.08
0.282
.1016901
qblack | -.6505635
.5359557
-1.21
0.227
-.1008363
qasian | -.4188973
.5693535
-0.74
0.463
-.0649284
qpacif |
.8010728
1.049161
0.76
0.447
.0627215
qamerind |
.9078397
.6215768
1.46
0.147
.1222812
qotherrac | -.5553712
.3534882
-1.57
0.119
-.1332613
q2nd |
.1039724
.2316961
0.45
0.654
.0477315
q3rd |
.6154092
.2384876
2.58
0.011
.2742372
qa |
.0074324
.3577573
0.02
0.983
.0020796
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1023288
.1368287
0.75
0.456
.0959817
qlesshs |
.1081073
.2719136
0.40
0.692
.0517405
qcath |
.4712566
.4491385
1.05
0.296
.1018651
qlds |
.2283761
.2181743
1.05
0.297
.1043882
qprot |
.4254357
.4520327
0.94
0.348
.0802031
qbud | -.4602304
.6486638
-0.71
0.479
-.0619906
qis |
0 (omitted)
.
qotherrel |
.1389848
.2467221
0.56
0.574
.057052
_cons |
4.385371
.4522737
9.70
0.000
.
-----------------------------------------------------------------------------. regress q15 q13 q12 q11 q10 q9 q14 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.7572545
11 2.97793223
Residual | 162.082124
181 .895481346
-------------+-----------------------------Total | 194.839378
192 1.01478843

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.33
0.0003
0.1681
0.1176
.9463

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0144278
.0926498
-0.16
0.876
-.0116842
q12 | -.0095064
.0480103
-0.20
0.843
-.0141614
q11 |
.1356412
.0612011
2.22
0.028
.159956
q10 | -.0553023
.0960186
-0.58
0.565
-.0430147
q9 |
.1863832
.0812341
2.29
0.023
.1578097
q14 | -.0388892
.0432003
-0.90
0.369
-.0631949
q16 |
.0213702
.0690054
0.31
0.757
.0242445
q17 | -.0721218
.0694613
-1.04
0.301
-.0804397
q18 |
.3594933
.1066535
3.37
0.001
.24615
q19 |
.0468152
.0595722
0.79
0.433
.0553158
q20 | -.0485307
.0699163
-0.69
0.488
-.0554142
_cons |
2.390771
.712922
3.35
0.001
.
-----------------------------------------------------------------------------. regress q15 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 59.3216263
12 4.94346886
Residual | 153.733929
185 .830994212
-------------+-----------------------------Total | 213.055556
197 1.08150028
Page 59

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.95
0.0000
0.2784
0.2316
.91159

3Snsize205.11.9.16
-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
-.190862
.0883805
-2.16
0.032
-.1483105
q22 |
.0498506
.0710983
0.70
0.484
.0472616
q23 |
.1038225
.0581019
1.79
0.076
.1231042
q24 |
.1044799
.0625797
1.67
0.097
.1140738
q25 |
.0096302
.0539283
0.18
0.858
.0118165
q26 | -.0619506
.0394763
-1.57
0.118
-.1002609
q27 | -.0105787
.063276
-0.17
0.867
-.0116636
q28 | -.0485572
.1272348
-0.38
0.703
-.0258158
q29 | -.1743734
.0799197
-2.18
0.030
-.1571705
q30 |
-.120487
.0889928
-1.35
0.177
-.0952161
q31 | -.2977646
.0812186
-3.67
0.000
-.2758686
q32 |
.0607098
.0776671
0.78
0.435
.0587936
_cons |
4.941595
.5371508
9.20
0.000
.
-----------------------------------------------------------------------------. regress q15 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 45.3491535
12 3.77909613
Residual |
161.80901
183 .884202239
-------------+-----------------------------Total | 207.158163
195 1.06234956

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.27
0.0000
0.2189
0.1677
.94032

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0035767
.0893236
0.04
0.968
.0032003
q34 | -.1847289
.0803616
-2.30
0.023
-.177842
q35 |
.0283348
.0547267
0.52
0.605
.0369683
q36 | -.0218108
.0602821
-0.36
0.718
-.0252095
q37 | -.1080612
.1007392
-1.07
0.285
-.077438
q38 |
.048503
.0924327
0.52
0.600
.0365591
q39 | -.1499564
.0557863
-2.69
0.008
-.1860842
q40 | -.0010465
.0733148
-0.01
0.989
-.0010655
q41 |
.1360808
.0554481
2.45
0.015
.1765953
q42 |
.0828743
.0584482
1.42
0.158
.0986668
q43 |
-.34895
.1245717
-2.80
0.006
-.2146806
q44 |
.0722552
.0515302
1.40
0.163
.0989242
_cons |
4.65749
.6041775
7.71
0.000
.
-----------------------------------------------------------------------------. regress q15 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 72.3655716
12
6.0304643
Residual | 129.664885
184 .704700463
-------------+-----------------------------Total | 202.030457
196 1.03076764

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
8.56
0.0000
0.3582
0.3163
.83946

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0468515
.059398
-0.79
0.431
-.0512748
q46 |
.0578755
.0414963
1.39
0.165
.0864596
Page 60

3Snsize205.11.9.16
q47 | -.7361043
.088769
-8.29
0.000
-.5270028
q48 | -.0524108
.05057
-1.04
0.301
-.0673413
q49 |
.0424019
.0419345
1.01
0.313
.0650342
q50 | -.0274798
.0543788
-0.51
0.614
-.0320413
q51 |
.0453004
.0597558
0.76
0.449
.0493793
q52 |
.0347052
.0503794
0.69
0.492
.0427811
q53 |
.0896927
.071563
1.25
0.212
.0846613
q54 | -.1104686
.0825081
-1.34
0.182
-.1065493
q55 | -.0674469
.1025463
-0.66
0.512
-.0463306
q56 |
.0097566
.0843785
0.12
0.908
.0081518
_cons |
5.238926
.5937603
8.82
0.000
.
-----------------------------------------------------------------------------. regress q15 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 68.0791251
12 5.67326042
Residual | 145.400673
185 .785949583
-------------+-----------------------------Total | 213.479798
197
1.0836538

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.22
0.0000
0.3189
0.2747
.88654

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
-.032455
.0963841
-0.34
0.737
-.0225778
q58 | -.0203125
.0530027
-0.38
0.702
-.0251074
q59 |
-.513775
.0813263
-6.32
0.000
-.4374635
q60 | -.0755473
.051123
-1.48
0.141
-.0939803
q61 | -.2963899
.0915019
-3.24
0.001
-.2254335
q62 |
.0056484
.0464754
0.12
0.903
.0075628
q63 | -.0237785
.1104372
-0.22
0.830
-.0150803
q64 | -.0276162
.0767556
-0.36
0.719
-.023063
q65 |
.1423991
.1291084
1.10
0.271
.0781037
q66 |
-.001124
.0732262
-0.02
0.988
-.0010237
q67 |
.0633062
.0789921
0.80
0.424
.0515696
q68 | -.0902049
.0579255
-1.56
0.121
-.1060837
_cons |
6.054451
.6369546
9.51
0.000
.
-----------------------------------------------------------------------------. regress q15 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.8433981
12 2.90361651
Residual | 166.503541
183 .909855414
-------------+-----------------------------Total | 201.346939
195
1.0325484

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.19
0.0004
0.1731
0.1188
.95386

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.3121572
.1348736
-2.31
0.022
-.1918012
q70 |
.1038735
.074618
1.39
0.166
.1022874
q71 | -.0544888
.0525227
-1.04
0.301
-.0731043
q72 |
.0325104
.1120561
0.29
0.772
.0229224
q73 |
.1897393
.0672784
2.82
0.005
.2006202
q74 |
.0190338
.0613678
0.31
0.757
.0230262
q75 | -.0567204
.0693928
-0.82
0.415
-.0608556
Page 61

3Snsize205.11.9.16
q76 | -.0207334
.0516167
-0.40
0.688
-.0278606
q77 | -.2112373
.1224514
-1.73
0.086
-.1369805
q78 |
.0032704
.0696223
0.05
0.963
.0034874
q79 | -.1081079
.058018
-1.86
0.064
-.1310184
q80 | -.0620746
.0823065
-0.75
0.452
-.0590368
_cons |
4.868828
.496101
9.81
0.000
.
-----------------------------------------------------------------------------. regress q15 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.0661141
8 3.75826426
Residual | 183.206613
189
.96934716
-------------+-----------------------------Total | 213.272727
197 1.08260268

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.88
0.0003
0.1410
0.1046
.98455

-----------------------------------------------------------------------------q15 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.032549
.0915437
0.36
0.723
.0264038
q82 |
.163591
.0832836
1.96
0.051
.1500614
q83 |
.0191684
.0640149
0.30
0.765
.0211512
q84 |
.0107138
.0550307
0.19
0.846
.0137791
q85 | -.1689492
.1366592
-1.24
0.218
-.1001044
q86 |
.1616858
.0943962
1.71
0.088
.1322057
q87 |
.3214258
.111895
2.87
0.005
.2514404
q88 | -.0742715
.0971894
-0.76
0.446
-.0550522
_cons |
2.135653
.7998466
2.67
0.008
.
-----------------------------------------------------------------------------.
. //q16 as outcome variable: You regularly say things that you wish you could take
back.
. regress q16 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 18.0183011
17 1.05990006
Residual | 168.290424
131 1.28465972
-------------+-----------------------------Total | 186.308725
148 1.25884274

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.83
= 0.6620
= 0.0967
= -0.0205
= 1.1334

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.4626796
.3744539
-1.24
0.219
-.1066153
qhispanic |
.5076701
.3423984
1.48
0.141
.1443389
qblack |
.2112266
.5948333
0.36
0.723
.0305318
qasian |
.1873932
.6319001
0.30
0.767
.0270868
qpacif | -.9585903
1.164417
-0.82
0.412
-.0699929
qamerind |
.4838964
.6898603
0.70
0.484
.0607827
qotherrac |
.6258211
.3923209
1.60
0.113
.1400386
q2nd | -.4098536
.2571492
-1.59
0.113
-.1754658
q3rd | -.3808305
.2646867
-1.44
0.153
-.1582599
Page 62

3Snsize205.11.9.16
qa | -.7197204
.3970589
-1.81
0.072
-.1877954
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0853731
.1518601
-0.56
0.575
-.0746773
qlesshs |
.111059
.3017848
0.37
0.713
.0495686
qcath | -.1827958
.4984788
-0.37
0.714
-.0368478
qlds | -.0475148
.242142
-0.20
0.845
-.0202538
qprot | -.1084305
.5016909
-0.22
0.829
-.0190627
qbud | -.5575957
.7199231
-0.77
0.440
-.0700401
qis |
0 (omitted)
.
qotherrel | -.0809017
.2738259
-0.30
0.768
-.0309698
_cons |
3.00187
.5019584
5.98
0.000
.
-----------------------------------------------------------------------------. regress q16 q13 q12 q11 q10 q9 q14 q15 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 62.8196197
11 5.71087452
Residual | 187.957582
181 1.03843968
-------------+-----------------------------Total | 250.777202
192 1.30613126

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.50
0.0000
0.2505
0.2049
1.019

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0563863
.0996902
0.57
0.572
.04025
q12 | -.1047169
.0511171
-2.05
0.042
-.1374998
q11 | -.1208785
.0661867
-1.83
0.069
-.125647
q10 |
.0765694
.1033374
0.74
0.460
.0524957
q9 |
.0658142
.0886064
0.74
0.459
.049118
q14 |
.0517932
.0464658
1.11
0.266
.0741857
q15 |
.0247818
.0800218
0.31
0.757
.0218438
q17 |
.0208783
.0750071
0.28
0.781
.0205255
q18 |
.032548
.1183768
0.27
0.784
.0196439
q19 |
.0321677
.0642163
0.50
0.617
.0335025
q20 |
.3555237
.0706077
5.04
0.000
.3578227
_cons |
1.60385
.7821807
2.05
0.042
.
-----------------------------------------------------------------------------. regress q16 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 76.8771044
12 6.40642536
Residual | 182.077441
185 .984202384
-------------+-----------------------------Total | 258.954545
197 1.31449008

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.51
0.0000
0.2969
0.2513
.99207

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0577566
.0961833
-0.60
0.549
-.0407088
q22 | -.1566992
.0773753
-2.03
0.044
-.1347533
q23 |
.126463
.0632315
2.00
0.047
.1360127
q24 | -.1118223
.0681046
-1.64
0.102
-.110743
q25 | -.0009353
.0586894
-0.02
0.987
-.001041
q26 | -.0362484
.0429615
-0.84
0.400
-.0532121
q27 |
-.056323
.0688624
-0.82
0.414
-.0563274
Page 63

3Snsize205.11.9.16
q28 | -.2218941
.1384679
-1.60
0.111
-.107007
q29 |
.0346855
.0869755
0.40
0.691
.0283579
q30 | -.0175885
.0968496
-0.18
0.856
-.0126076
q31 |
.223523
.0883891
2.53
0.012
.1878392
q32 |
.4365853
.084524
5.17
0.000
.3835084
_cons |
2.351525
.5845739
4.02
0.000
.
-----------------------------------------------------------------------------. regress q16 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.4204086
12 4.11836739
Residual | 202.212244
183 1.10498494
-------------+-----------------------------Total | 251.632653
195 1.29042386

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.73
0.0000
0.1964
0.1437
1.0512

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1898785
.0998548
1.90
0.059
.1541532
q34 |
.184064
.0898362
2.05
0.042
.1607815
q35 | -.0177023
.0611789
-0.29
0.773
-.0209559
q36 |
.1169483
.0673893
1.74
0.084
.1226463
q37 | -.1927291
.1126162
-1.71
0.089
-.1253139
q38 | -.1134845
.1033304
-1.10
0.274
-.0776122
q39 | -.0607237
.0623635
-0.97
0.331
-.0683707
q40 |
.0842185
.0819585
1.03
0.306
.0778019
q41 | -.0179427
.0619853
-0.29
0.773
-.0211269
q42 | -.0633708
.0653392
-0.97
0.333
-.0684555
q43 |
.1643051
.1392585
1.18
0.240
.0917166
q44 |
.1044843
.0576055
1.81
0.071
.1297931
_cons |
2.048006
.6754091
3.03
0.003
.
-----------------------------------------------------------------------------. regress q16 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 71.8767666
12 5.98973055
Residual | 183.676533
184 .998242027
-------------+-----------------------------Total | 255.553299
196 1.30384336

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
6.00
0.0000
0.2813
0.2344
.99912

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1421675
.0706948
-2.01
0.046
-.1383404
q46 | -.0380612
.0493884
-0.77
0.442
-.0505555
q47 |
.0102405
.1056518
0.10
0.923
.0065187
q48 | -.0509686
.0601879
-0.85
0.398
-.0582279
q49 |
.0946911
.0499099
1.90
0.059
.1291319
q50 |
.2099388
.064721
3.24
0.001
.2176494
q51 |
.0851297
.0711206
1.20
0.233
.0825072
q52 | -.1032419
.059961
-1.72
0.087
-.1131569
q53 | -.1835188
.0851734
-2.15
0.032
-.1540197
q54 |
.1229085
.0982002
1.25
0.212
.105405
q55 | -.0020034
.1220493
-0.02
0.987
-.0012236
q56 |
.224808
.1004263
2.24
0.026
.1670072
Page 64

3Snsize205.11.9.16
_cons |
2.753498
.7066865
3.90
0.000
.
-----------------------------------------------------------------------------. regress q16 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.1374101
12 3.34478417
Residual | 214.817135
185
1.1611737
-------------+-----------------------------Total | 254.954545
197 1.29418551

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.88
0.0011
0.1574
0.1028
1.0776

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
-.062944
.1171539
-0.54
0.592
-.0400683
q58 |
.0444035
.0644242
0.69
0.492
.0502229
q59 |
-.027079
.0988513
-0.27
0.784
-.0210983
q60 | -.1056737
.0621395
-1.70
0.091
-.1202906
q61 |
.0960052
.1112197
0.86
0.389
.0668186
q62 | -.0747374
.0564904
-1.32
0.187
-.0915672
q63 |
.2501586
.1342352
1.86
0.064
.145174
q64 | -.0656999
.0932957
-0.70
0.482
-.050207
q65 | -.1431776
.1569299
-0.91
0.363
-.0718599
q66 |
.1600751
.0890057
1.80
0.074
.1334106
q67 |
.0653615
.096014
0.68
0.497
.048721
q68 |
.2031581
.0704078
2.89
0.004
.2186249
_cons |
2.033661
.7742117
2.63
0.009
.
-----------------------------------------------------------------------------. regress q16 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.4585937
12 4.12154947
Residual | 200.929161
183 1.09797356
-------------+-----------------------------Total | 250.387755
195 1.28403977

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.75
0.0000
0.1975
0.1449
1.0478

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0333015
.1481619
-0.22
0.822
-.0183488
q70 | -.0838132
.0819698
-1.02
0.308
-.0740109
q71 |
.1243808
.0576974
2.16
0.032
.1496425
q72 |
.1041115
.1230964
0.85
0.399
.0658268
q73 |
.0005112
.073907
0.01
0.994
.0004847
q74 |
.0822636
.067414
1.22
0.224
.0892425
q75 |
.1244333
.0762296
1.63
0.104
.1197192
q76 |
.0661981
.0567022
1.17
0.245
.0797684
q77 |
-.188793
.1345159
-1.40
0.162
-.1097842
q78 | -.0477035
.0764818
-0.62
0.534
-.045616
q79 |
.0877066
.0637342
1.38
0.170
.0953176
q80 |
.2693299
.0904158
2.98
0.003
.2296993
_cons |
1.326038
.5449791
2.43
0.016
.
-----------------------------------------------------------------------------. regress q16 q81 q82 q83 q84 q85 q86 q87 q88, b
Page 65

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 27.0869189
8 3.38586486
Residual | 226.731263
189 1.19963631
-------------+-----------------------------Total | 253.818182
197 1.28841717

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.82
0.0056
0.1067
0.0689
1.0953

-----------------------------------------------------------------------------q16 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2073166
.1018389
-2.04
0.043
-.1541589
q82 | -.0715976
.0926499
-0.77
0.441
-.0602025
q83 | -.0067566
.0712141
-0.09
0.925
-.0068342
q84 | -.1630564
.0612196
-2.66
0.008
-.1922313
q85 |
.0246063
.1520282
0.16
0.872
.0133644
q86 |
.0140256
.1050122
0.13
0.894
.0105125
q87 |
.0242708
.124479
0.19
0.846
.0174038
q88 |
.2036048
.1081195
1.88
0.061
.1383399
_cons |
3.58808
.8897988
4.03
0.000
.
-----------------------------------------------------------------------------.
. //q17 as outcome variable: You don't manage emotional states associated with your
sexual behavior problems.
. regress q17 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.29586965
17 .546815862
Residual | 176.676919
129 1.36958852
-------------+-----------------------------Total | 185.972789
146 1.27378623

Number of obs
F( 17,
129)
Prob > F
R-squared
Adj R-squared
Root MSE

=
147
=
0.40
= 0.9836
= 0.0500
= -0.0752
= 1.1703

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2542216
.3867836
0.66
0.512
.0586288
qhispanic | -.1922557
.3557315
-0.54
0.590
-.0532343
qblack | -.1950866
.6142616
-0.32
0.751
-.028219
qasian | -.0857054
.6532929
-0.13
0.896
-.0123972
qpacif | -1.029081
1.202611
-0.86
0.394
-.0752043
qamerind | -.2697845
.7125466
-0.38
0.706
-.0339137
qotherrac | -.2794372
.4053219
-0.69
0.492
-.0625549
q2nd |
.0680562
.2707498
0.25
0.802
.02893
q3rd |
.0049839
.2768425
0.02
0.986
.0020665
qa | -.3836484
.4128024
-0.93
0.354
-.1001244
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0816339
.1568198
0.52
0.604
.0711515
qlesshs |
.386689
.3123552
1.24
0.218
.1714141
qcath |
.0984829
.5376589
0.18
0.855
.0186462
qlds |
.1258666
.2522068
0.50
0.619
.0535045
qprot |
.0787107
.5192141
0.15
0.880
.0138464
qbud |
.0976193
.7436963
0.13
0.896
.0122714
qis |
0 (omitted)
.
Page 66

3Snsize205.11.9.16
qotherrel | -.0208522
.2851374
-0.07
0.942
-.0079723
_cons |
1.543536
.5208883
2.96
0.004
.
-----------------------------------------------------------------------------. regress q17 q13 q12 q11 q10 q9 q14 q15 q16 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
57.875292
11 5.26139018
Residual | 184.497765
181 1.01932467
-------------+-----------------------------Total | 242.373057
192 1.26235967

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.16
0.0000
0.2388
0.1925
1.0096

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1921054
.0978189
1.96
0.051
.1394867
q12 | -.0705555
.0509591
-1.38
0.168
-.0942363
q11 | -.1251665
.0655189
-1.91
0.058
-.1323406
q10 | -.0811885
.1023593
-0.79
0.429
-.0566193
q9 | -.0201182
.0879081
-0.23
0.819
-.0152725
q14 |
.045927
.0460676
1.00
0.320
.0669141
q15 | -.0820961
.0790677
-1.04
0.301
-.073607
q16 |
.020494
.0736264
0.28
0.781
.0208463
q18 | -.3931582
.1136084
-3.46
0.001
-.2413641
q19 |
.0328025
.0636199
0.52
0.607
.0347509
q20 |
.1575709
.0737697
2.14
0.034
.1613159
_cons |
4.16639
.720132
5.79
0.000
.
-----------------------------------------------------------------------------. regress q17 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 67.6053167
12 5.63377639
Residual | 184.777336
183 1.00971222
-------------+-----------------------------Total | 252.382653
195 1.29427002

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.58
0.0000
0.2679
0.2199
1.0048

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.090915
.0981684
0.93
0.356
.0643054
q22 | -.0812235
.0785769
-1.03
0.303
-.0706177
q23 |
.0266373
.0643479
0.41
0.679
.0286718
q24 | -.1622999
.0700907
-2.32
0.022
-.1612069
q25 |
.0708923
.0601049
1.18
0.240
.0785999
q26 | -.0130098
.0436619
-0.30
0.766
-.019257
q27 |
.2567765
.0697599
3.68
0.000
.2598108
q28 |
.0255602
.1403649
0.18
0.856
.0124754
q29 | -.0327316
.0881982
-0.37
0.711
-.0270542
q30 |
.0172707
.0983331
0.18
0.861
.0125152
q31 |
.2027291
.089567
2.26
0.025
.172028
q32 |
.1565755
.085902
1.82
0.070
.1389465
_cons |
1.671933
.5967004
2.80
0.006
.
-----------------------------------------------------------------------------. regress q17 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Page 67

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 77.7041993
12 6.47534994
Residual | 172.672089
181 .953989444
-------------+-----------------------------Total | 250.376289
193 1.29728647

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
6.79
0.0000
0.3103
0.2646
.97672

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1476898
.0929046
1.59
0.114
.1193436
q34 |
.2790019
.0836858
3.33
0.001
.243019
q35 |
-.167082
.0569639
-2.93
0.004
-.1979175
q36 |
.1343962
.06297
2.13
0.034
.1405791
q37 |
.0752853
.1047386
0.72
0.473
.0489568
q38 | -.0309176
.0961997
-0.32
0.748
-.0211657
q39 |
.0233535
.0583171
0.40
0.689
.0262669
q40 |
.0541928
.076393
0.71
0.479
.0501818
q41 | -.0694454
.057645
-1.20
0.230
-.0818625
q42 | -.1210575
.0611962
-1.98
0.049
-.1300728
q43 |
.2525782
.1297456
1.95
0.053
.1408506
q44 | -.0469275
.0536671
-0.87
0.383
-.0582319
_cons |
1.961851
.6281789
3.12
0.002
.
-----------------------------------------------------------------------------. regress q17 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.3066037
12
4.7755503
Residual | 184.180576
182 1.01198119
-------------+-----------------------------Total | 241.487179
194 1.24477928

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
4.72
0.0000
0.2373
0.1870
1.006

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1041579
.0715344
-1.46
0.147
-.1038366
q46 |
.000795
.0500655
0.02
0.987
.0010804
q47 |
.2033665
.1064925
1.91
0.058
.1330309
q48 |
.0254368
.0611323
0.42
0.678
.0296603
q49 | -.1115192
.0504244
-2.21
0.028
-.1560994
q50 |
.1926193
.065287
2.95
0.004
.2048769
q51 |
.0351478
.0717761
0.49
0.625
.0349457
q52 | -.0451161
.0609625
-0.74
0.460
-.0504531
q53 | -.1523004
.0858236
-1.77
0.078
-.1314892
q54 |
.2014716
.0991502
2.03
0.044
.1774882
q55 | -.1079567
.1230438
-0.88
0.381
-.0677648
q56 |
.0226624
.1012791
0.22
0.823
.0172919
_cons |
2.545568
.7145061
3.56
0.000
.
-----------------------------------------------------------------------------. regress q17 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 74.5722599
12 6.21435499
Residual | 169.101209
183 .924050325
-------------+-----------------------------Page 68

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

196
6.73
0.0000
0.3060
0.2605

Total |

243.673469

195

3Snsize205.11.9.16
1.24960754

Root MSE

.96128

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2358261
.1046896
-2.25
0.025
-.1533986
q58 |
.0617205
.0576839
1.07
0.286
.0713285
q59 |
.2223761
.0882276
2.52
0.013
.1770041
q60 |
.0360461
.0557073
0.65
0.518
.0418011
q61 |
.218273
.0993436
2.20
0.029
.1550774
q62 | -.0235833
.0504599
-0.47
0.641
-.0294985
q63 | -.1787529
.1197955
-1.49
0.137
-.1060265
q64 | -.1411142
.0833927
-1.69
0.092
-.1101179
q65 |
.3183062
.1408564
2.26
0.025
.1625753
q66 |
.1506652
.0795142
1.89
0.060
.1281552
q67 |
.1559282
.0857397
1.82
0.071
.118799
q68 |
.1173026
.0628685
1.87
0.064
.1290668
_cons |
1.578186
.6911406
2.28
0.024
.
-----------------------------------------------------------------------------. regress q17 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 50.1662684
12 4.18052237
Residual | 188.704866
181 1.04256832
-------------+-----------------------------Total | 238.871134
193 1.23767427

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
4.01
0.0000
0.2100
0.1576
1.0211

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0470785
.144569
-0.33
0.745
-.0264576
q70 |
.0068815
.0799309
0.09
0.931
.0062115
q71 |
.1050685
.0565038
1.86
0.065
.1285973
q72 |
.0233878
.1202407
0.19
0.846
.0151219
q73 |
.0211283
.0741513
0.28
0.776
.019977
q74 |
.0710352
.0657178
1.08
0.281
.0788402
q75 |
.1551464
.0743021
2.09
0.038
.152642
q76 |
.0884529
.0557112
1.59
0.114
.108324
q77 |
.0203689
.1312978
0.16
0.877
.0121162
q78 |
.081778
.0747942
1.09
0.276
.079881
q79 |
.1556305
.0624302
2.49
0.014
.1725444
q80 |
.2068209
.0889292
2.33
0.021
.1795452
_cons |
.1195903
.5311753
0.23
0.822
.
-----------------------------------------------------------------------------. regress q17 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.8494444
8 4.35618055
Residual | 214.824025
187 1.14879158
-------------+-----------------------------Total | 249.673469
195 1.28037677

Number of obs
F( 8,
187)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.79
0.0004
0.1396
0.1028
1.0718

-----------------------------------------------------------------------------q17 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 69

3Snsize205.11.9.16
q81 | -.1947662
.0997699
-1.95
0.052
-.1457466
q82 | -.0977974
.0913574
-1.07
0.286
-.0824334
q83 |
.0151666
.070425
0.22
0.830
.0152831
q84 | -.0969424
.0601434
-1.61
0.109
-.1146147
q85 |
.1125915
.1499214
0.75
0.454
.0613978
q86 | -.0332446
.1027744
-0.32
0.747
-.0250769
q87 | -.2073078
.1230039
-1.69
0.094
-.1495044
q88 |
.1265222
.106132
1.19
0.235
.086458
_cons |
4.235928
.8741701
4.85
0.000
.
-----------------------------------------------------------------------------.
. //q18 as outcome variable: You are able to set realistic goals.
. regress q18 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 11.7546206
17 .691448271
Residual | 65.2520908
131 .498107563
-------------+-----------------------------Total | 77.0067114
148 .520315618

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.39
0.1522
0.1526
0.0427
.70577

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.3568064
.2331663
-1.53
0.128
-.1278863
qhispanic |
.5896887
.2132059
2.77
0.006
.2607815
qblack |
.1981866
.370393
0.54
0.594
.0445585
qasian | -.4615467
.3934739
-1.17
0.243
-.1037701
qpacif |
.9118837
.7250634
1.26
0.211
.103565
qamerind |
.0872105
.4295648
0.20
0.839
.0170392
qotherrac | -.0814202
.2442918
-0.33
0.739
-.0283388
q2nd |
.2051526
.1601226
1.28
0.202
.1366133
q3rd |
.2929608
.1648161
1.78
0.078
.1893656
qa |
-.063642
.2472421
-0.26
0.797
-.0258296
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1936334
.0945608
-2.05
0.043
-.2634512
qlesshs | -.2064086
.1879165
-1.10
0.274
-.1432956
qcath | -.1390491
.3103947
-0.45
0.655
-.0435979
qlds |
.0333138
.1507779
0.22
0.825
.0220879
qprot |
.2325052
.3123948
0.74
0.458
.0635798
qbud |
.3090918
.4482844
0.69
0.492
.0603903
qis |
0 (omitted)
.
qotherrel |
.0994919
.1705069
0.58
0.561
.0592408
_cons |
4.627037
.3125613
14.80
0.000
.
-----------------------------------------------------------------------------. regress q18 q13 q12 q11 q10 q9 q14 q15 q16 q17 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.2729724
11 1.57027022
Residual | 74.0741779
181 .409249601
-------------+-----------------------------Page 70

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

193
3.84
0.0001
0.1891
0.1398

Total |

91.3471503

192

3Snsize205.11.9.16
.475766408

Root MSE

.63973

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0141826
.0626293
-0.23
0.821
-.0167743
q12 |
-.001373
.0324597
-0.04
0.966
-.0029871
q11 | -.0235324
.0418949
-0.56
0.575
-.040529
q10 | -.0486958
.06487
-0.75
0.454
-.0553166
q9 | -.0176569
.0556941
-0.32
0.752
-.021834
q14 | -.0161301
.0292454
-0.55
0.582
-.0382808
q15 |
.1642943
.0487424
3.37
0.001
.2399459
q16 |
.0128272
.0466524
0.27
0.784
.0212534
q17 | -.1578495
.0456127
-3.46
0.001
-.2571211
q19 | -.0137662
.0403283
-0.34
0.733
-.0237557
q20 | -.0534263
.0471615
-1.13
0.259
-.0890946
_cons |
4.293398
.3806218
11.28
0.000
.
-----------------------------------------------------------------------------. regress q18 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.3926571
12 2.19938809
Residual | 72.1932015
185 .390233522
-------------+-----------------------------Total | 98.5858586
197
.50043583

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.64
0.0000
0.2677
0.2202
.62469

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0239454
.0605647
-0.40
0.693
-.0273535
q22 |
.0981728
.0487217
2.01
0.045
.1368259
q23 |
.0678354
.0398156
1.70
0.090
.1182434
q24 |
.0417964
.0428841
0.97
0.331
.0670859
q25 |
.0002168
.0369556
0.01
0.995
.0003911
q26 |
.0418606
.027052
1.55
0.123
.0995936
q27 | -.0704212
.0433613
-1.62
0.106
-.114141
q28 | -.1969735
.0871905
-2.26
0.025
-.1539497
q29 | -.1356803
.0547668
-2.48
0.014
-.1797822
q30 | -.1417706
.0609843
-2.32
0.021
-.1647007
q31 |
.0231411
.0556569
0.42
0.678
.0315176
q32 | -.0578145
.0532231
-1.09
0.279
-.0823089
_cons |
4.403926
.3680947
11.96
0.000
.
-----------------------------------------------------------------------------. regress q18 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.0714534
12 2.33928779
Residual | 71.5611996
183 .391044807
-------------+-----------------------------Total | 99.6326531
195 .510936682

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.98
0.0000
0.2817
0.2347
.62534

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0001291
.0594024
0.00
0.998
.0001666
Page 71

3Snsize205.11.9.16
q34 |
-.128192
.0534424
-2.40
0.017
-.1779552
q35 |
.0535908
.0363946
1.47
0.143
.1008209
q36 | -.0157297
.0400891
-0.39
0.695
-.0262158
q37 |
-.085818
.066994
-1.28
0.202
-.0886774
q38 |
.0719694
.06147
1.17
0.243
.0782212
q39 | -.0625809
.0370993
-1.69
0.093
-.1119789
q40 |
-.080219
.0487561
-1.65
0.102
-.1177722
q41 |
.0093065
.0368743
0.25
0.801
.0174147
q42 |
.0692669
.0388695
1.78
0.076
.1189124
q43 | -.1805834
.0828432
-2.18
0.031
-.1601982
q44 | -.0605208
.0342688
-1.77
0.079
-.1194781
_cons |
4.568228
.4017927
11.37
0.000
.
-----------------------------------------------------------------------------. regress q18 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.8937202
12 1.82447669
Residual | 76.5935894
184 .416269508
-------------+-----------------------------Total | 98.4873096
196 .502486274

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.38
0.0000
0.2223
0.1716
.64519

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0042753
.0456517
-0.09
0.925
-.0067015
q46 |
.0223139
.0318929
0.70
0.485
.0477433
q47 | -.1966637
.0682254
-2.88
0.004
-.2016583
q48 |
.0231312
.0388668
0.60
0.552
.0425674
q49 | -.0021541
.0322297
-0.07
0.947
-.0047319
q50 |
.0250141
.041794
0.60
0.550
.0417735
q51 |
.013898
.0459267
0.30
0.763
.0216978
q52 |
.0265878
.0387203
0.69
0.493
.0469415
q53 |
.2545002
.0550014
4.63
0.000
.34406
q54 |
.0686525
.0634135
1.08
0.280
.0948389
q55 | -.0825141
.0788143
-1.05
0.296
-.0811807
q56 | -.0410139
.064851
-0.63
0.528
-.0490801
_cons |
3.318226
.456348
7.27
0.000
.
-----------------------------------------------------------------------------. regress q18 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.2820753
12 2.10683961
Residual | 74.9249954
185 .404999975
-------------+-----------------------------Total | 100.207071
197 .508665334

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.20
0.0000
0.2523
0.2038
.6364

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1054276
.0691888
1.52
0.129
.1070491
q58 |
.0172947
.0380477
0.45
0.650
.0312018
q59 | -.2175297
.0583796
-3.73
0.000
-.2703439
q60 |
.0827252
.0366984
2.25
0.025
.1502051
q61 | -.1484815
.0656841
-2.26
0.025
-.1648377
q62 |
.0200459
.0333621
0.60
0.549
.039175
Page 72

3Snsize205.11.9.16
q63 |
.1348149
.0792767
1.70
0.091
.1247939
q64 | -.0039937
.0550986
-0.07
0.942
-.004868
q65 | -.1154257
.0926797
-1.25
0.215
-.0924051
q66 | -.1100977
.052565
-2.09
0.038
-.1463616
q67 |
.0219218
.056704
0.39
0.699
.0260647
q68 |
-.014106
.0415815
-0.34
0.735
-.0242131
_cons |
4.174763
.4572341
9.13
0.000
.
-----------------------------------------------------------------------------. regress q18 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.2259077
12 1.26882564
Residual | 82.4067453
183 .450310084
-------------+-----------------------------Total | 97.6326531
195 .500680272

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.82
0.0015
0.1560
0.1006
.67105

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0429597
.0948848
-0.45
0.651
-.0379066
q70 |
.0555475
.0524945
1.06
0.291
.0785519
q71 | -.0331573
.0369502
-0.90
0.371
-.0638837
q72 |
.0427404
.0788325
0.54
0.588
.0432764
q73 |
.0661689
.047331
1.40
0.164
.1004722
q74 |
-.049499
.0431728
-1.15
0.253
-.0859942
q75 | -.1025535
.0488184
-2.10
0.037
-.1580107
q76 | -.0016532
.0363128
-0.05
0.964
-.0031901
q77 | -.1319581
.0861457
-1.53
0.127
-.1228851
q78 | -.0100752
.0489799
-0.21
0.837
-.0154287
q79 |
.0256021
.0408162
0.63
0.531
.044558
q80 | -.1093562
.0579034
-1.89
0.061
-.1493577
_cons |
4.656456
.3490115
13.34
0.000
.
-----------------------------------------------------------------------------. regress q18 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.4490897
8 2.55613621
Residual | 79.3690922
189 .419942287
-------------+-----------------------------Total | 99.8181818
197 .506691278

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.09
0.0000
0.2049
0.1712
.64803

-----------------------------------------------------------------------------q18 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.133509
.0602537
2.22
0.028
.1583076
q82 |
.160546
.0548169
2.93
0.004
.2152642
q83 | -.0072344
.0421343
-0.17
0.864
-.0116684
q84 |
.0219008
.036221
0.60
0.546
.0411721
q85 |
.0521515
.0899485
0.58
0.563
.0451676
q86 |
.0868391
.0621312
1.40
0.164
.1037902
q87 |
.2734223
.0736488
3.71
0.000
.3126448
q88 |
.030564
.0639697
0.48
0.633
.0331151
_cons |
1.527068
.5264557
2.90
0.004
.
-----------------------------------------------------------------------------Page 73

3Snsize205.11.9.16
.
. //q19 as outcome variable: You don't think the rules where you live are fair.
. regress q19 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 26.3805783
17 1.55179872
Residual | 197.693746
130 1.52072112
-------------+-----------------------------Total | 224.074324
147 1.52431513

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

148
1.02
0.4407
0.1177
0.0024
1.2332

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0131143
.4074349
-0.03
0.974
-.0027554
qhispanic |
.3764473
.3726528
1.01
0.314
.0975523
qblack |
.212502
.6473326
0.33
0.743
.0280058
qasian |
.0295491
.6885367
0.04
0.966
.0038943
qpacif | -1.229886
1.266942
-0.97
0.333
-.0818835
qamerind | -.3012526
.7510384
-0.40
0.689
-.0345023
qotherrac | -.0625444
.4279294
-0.15
0.884
-.0127585
q2nd |
.2895581
.2823814
1.03
0.307
.1128258
q3rd |
.1529531
.2902908
0.53
0.599
.0578684
qa |
-.032041
.4330058
-0.07
0.941
-.0076207
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0813083
.1656164
0.49
0.624
.0645169
qlesshs | -.1263536
.3283502
-0.38
0.701
-.0512693
qcath |
.3651796
.5424097
0.67
0.502
.0671102
qlds |
.0944207
.2635108
0.36
0.721
.0366334
qprot | -.5898157
.5459111
-1.08
0.282
-.0945386
qbud |
.2898575
.7832928
0.37
0.712
.0331973
qis |
0 (omitted)
.
qotherrel |
.782907
.300029
2.61
0.010
.2703688
_cons |
1.790826
.5470437
3.27
0.001
.
-----------------------------------------------------------------------------. regress q19 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.5488479
11 1.86807708
Residual | 251.471878
181 1.38934739
-------------+-----------------------------Total | 272.020725
192 1.41677461

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.34
0.2032
0.0755
0.0194
1.1787

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1022363
.1151614
-0.89
0.376
-.0700712
q12 | -.0670157
.0596001
-1.12
0.262
-.0844899
q11 |
-.026894
.0772335
-0.35
0.728
-.0268412
q10 |
.3190467
.1173374
2.72
0.007
.2100223
q9 | -.0275919
.1026252
-0.27
0.788
-.0197718
q14 | -.0566495
.0537658
-1.05
0.293
-.0779088
Page 74

3Snsize205.11.9.16
q15 |
.0726341
.0924269
0.79
0.433
.0614721
q16 |
.0430378
.0859161
0.50
0.617
.0413231
q17 |
.04471
.0867144
0.52
0.607
.0422033
q18 | -.0467344
.1369091
-0.34
0.733
-.0270821
q20 |
.054687
.0871085
0.63
0.531
.0528477
_cons |
1.93875
.9037671
2.15
0.033
.
-----------------------------------------------------------------------------. regress q19 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.7675513
12 4.39729594
Residual |
230.70453
184 1.25382897
-------------+-----------------------------Total | 283.472081
196 1.44628613

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.51
0.0001
0.1861
0.1331
1.1197

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0364703
.1085662
0.34
0.737
.024538
q22 | -.1712817
.0874077
-1.96
0.052
-.140523
q23 |
.361738
.0713767
5.07
0.000
.3717689
q24 |
-.054255
.0769155
-0.71
0.481
-.0512514
q25 |
.0483795
.0663074
0.73
0.467
.051416
q26 |
.015387
.04859
0.32
0.752
.02154
q27 |
.030171
.0777248
0.39
0.698
.0288221
q28 |
.0394423
.1562956
0.25
0.801
.0181722
q29 |
.0094404
.0982232
0.10
0.924
.0073636
q30 | -.1174558
.1093149
-1.07
0.284
-.0803567
q31 |
.1415859
.0997819
1.42
0.158
.1135438
q32 |
.0547977
.09543
0.57
0.567
.0458841
_cons |
1.777086
.6598862
2.69
0.008
.
-----------------------------------------------------------------------------. regress q19 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 71.7360092
12 5.97800077
Residual |
200.95117
182 1.10412731
-------------+-----------------------------Total | 272.687179
194 1.40560402

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.41
0.0000
0.2631
0.2145
1.0508

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0745408
.0998279
-0.75
0.456
-.0580744
q34 | -.0401355
.0899896
-0.45
0.656
-.0336132
q35 | -.0041088
.0612036
-0.07
0.947
-.0046681
q36 |
.0622371
.0675957
0.92
0.358
.0625407
q37 | -.2073923
.1130217
-1.83
0.068
-.1293481
q38 | -.0625003
.1033137
-0.60
0.546
-.04103
q39 | -.1374232
.0631927
-2.17
0.031
-.146991
q40 |
.0513775
.0819519
0.63
0.531
.0455219
q41 |
.0731176
.0619696
1.18
0.240
.0825779
q42 | -.1156266
.0654457
-1.77
0.079
-.1196344
q43 |
.4434663
.1392882
3.18
0.002
.2376149
q44 |
.3193598
.0578321
5.52
0.000
.38015
Page 75

3Snsize205.11.9.16
_cons |
1.881892
.676668
2.78
0.006
.
-----------------------------------------------------------------------------. regress q19 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.8817306
12 1.74014421
Residual | 254.562147
183 1.39104998
-------------+-----------------------------Total | 275.443878
195 1.41253271

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.25
0.2516
0.0758
0.0152
1.1794

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0177314
.083504
0.21
0.832
.0165856
q46 | -.1175025
.0583461
-2.01
0.045
-.1501579
q47 |
.0651328
.1247191
0.52
0.602
.0399149
q48 | -.0302645
.0710553
-0.43
0.671
-.0332613
q49 | -.0903189
.0589319
-1.53
0.127
-.1184479
q50 |
.0229158
.0764837
0.30
0.765
.0228239
q51 |
.0229814
.0839908
0.27
0.785
.0214246
q52 |
.0129612
.0710346
0.18
0.855
.0136608
q53 | -.0312457
.1006386
-0.31
0.757
-.025188
q54 |
.002451
.1159466
0.02
0.983
.0020225
q55 |
.2501846
.1440788
1.74
0.084
.1471137
q56 |
-.060126
.1185498
-0.51
0.613
-.0429905
_cons |
2.575201
.8342366
3.09
0.002
.
-----------------------------------------------------------------------------. regress q19 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 43.8186377
12 3.65155314
Residual | 239.602682
184 1.30218849
-------------+-----------------------------Total |
283.42132
196 1.44602714

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.80
0.0015
0.1546
0.0995
1.1411

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1846855
.124076
-1.49
0.138
-.1114483
q58 |
.0293898
.0688324
0.43
0.670
.0313652
q59 | -.0615781
.1046869
-0.59
0.557
-.0454763
q60 | -.1994501
.0658124
-3.03
0.003
-.2152758
q61 | -.1076682
.1178022
-0.91
0.362
-.0710007
q62 | -.0679605
.0599011
-1.13
0.258
-.0788246
q63 |
.327592
.1421789
2.30
0.022
.1802408
q64 | -.0576668
.0988539
-0.58
0.560
-.041753
q65 | -.1752319
.1661996
-1.05
0.293
-.0833819
q66 |
.0152616
.0943275
0.16
0.872
.0120373
q67 |
.1792705
.1016777
1.76
0.080
.126693
q68 |
.1506208
.0747546
2.01
0.045
.1532523
_cons |
3.335082
.8202099
4.07
0.000
.
-----------------------------------------------------------------------------. regress q19 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Page 76

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 50.2627662
12 4.18856385
Residual | 222.424413
182 1.22211216
-------------+-----------------------------Total | 272.687179
194 1.40560402

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.43
0.0001
0.1843
0.1305
1.1055

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2061122
.1563298
-1.32
0.189
-.1087536
q70 | -.1569902
.0865079
-1.81
0.071
-.1326505
q71 | -.0459321
.0609368
-0.75
0.452
-.0528307
q72 |
.439059
.1298708
3.38
0.001
.2658557
q73 |
.1396083
.0780208
1.79
0.075
.1267151
q74 |
.0054478
.0711231
0.08
0.939
.0056611
q75 | -.1537143
.0804422
-1.91
0.058
-.1415797
q76 | -.0122924
.0601793
-0.20
0.838
-.0141356
q77 |
.0254797
.1419245
0.18
0.858
.0141917
q78 |
.0724324
.0807819
0.90
0.371
.0662201
q79 | -.0791711
.067247
-1.18
0.241
-.0824403
q80 |
.2545646
.0954918
2.67
0.008
.2076947
_cons |
2.196888
.5749808
3.82
0.000
.
-----------------------------------------------------------------------------. regress q19 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.4250269
8 4.55312836
Residual | 246.996293
188 1.31381007
-------------+-----------------------------Total |
283.42132
196 1.44602714

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.47
0.0009
0.1285
0.0914
1.1462

-----------------------------------------------------------------------------q19 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.3594139
.106614
-3.37
0.001
-.2525596
q82 |
-.083467
.0970022
-0.86
0.391
-.0662918
q83 | -.0287351
.0745293
-0.39
0.700
-.0274862
q84 |
.0324126
.0642777
0.50
0.615
.0359992
q85 |
.1451032
.1591039
0.91
0.363
.0745499
q86 |
.1901297
.1099088
1.73
0.085
.1346754
q87 |
.2312979
.1302696
1.78
0.077
.1567589
q88 |
.1572796
.1131731
1.39
0.166
.1010376
_cons |
2.300129
.9314834
2.47
0.014
.
-----------------------------------------------------------------------------.
. //q20 as outcome variable: You regularly feel overwhelmed by your emotions.
. regress q20 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 24.7146509
17 1.45380299
Page 77

Number of obs =
F( 17,
131) =
Prob > F
=

149
1.12
0.3445

3Snsize205.11.9.16
Residual | 170.493403
131 1.30147636
-------------+-----------------------------Total | 195.208054
148 1.31897334

R-squared
=
Adj R-squared =
Root MSE
=

0.1266
0.0133
1.1408

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.7245456
.3768968
-1.92
0.057
-.163107
qhispanic |
.2640483
.3446321
0.77
0.445
.073342
qblack | -.1787442
.598714
-0.30
0.766
-.0252409
qasian | -.0778746
.6360225
-0.12
0.903
-.0109968
qpacif | -1.361812
1.172013
-1.16
0.247
-.0971417
qamerind |
.329437
.6943609
0.47
0.636
.0404266
qotherrac | -.3195617
.3948803
-0.81
0.420
-.0698586
q2nd |
.1173751
.2588268
0.45
0.651
.0490916
q3rd | -.2705744
.2664135
-1.02
0.312
-.1098484
qa |
.1395605
.3996492
0.35
0.727
.0355755
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0522769
.1528508
0.34
0.733
.044673
qlesshs |
.3333861
.3037536
1.10
0.274
.1453677
qcath |
.4187649
.5017309
0.83
0.405
.0824675
qlds |
.1350789
.2437217
0.55
0.580
.0562514
qprot |
.3993493
.5049639
0.79
0.430
.068589
qbud |
-.465894
.7246198
-0.64
0.521
-.0571718
qis |
0 (omitted)
.
qotherrel |
.3341667
.2756123
1.21
0.228
.1249717
_cons |
2.864428
.5052331
5.67
0.000
.
-----------------------------------------------------------------------------. regress q20 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19, b
Source |
SS
df
MS
-------------+-----------------------------Model | 71.3284726
11
6.4844066
Residual | 182.702615
181 1.00940672
-------------+-----------------------------Total | 254.031088
192 1.32307858

Number of obs
F( 11,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
6.42
0.0000
0.2808
0.2371
1.0047

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0621104
.0982651
0.63
0.528
.0440511
q12 | -.0499536
.050843
-0.98
0.327
-.0651707
q11 |
-.005216
.0658523
-0.08
0.937
-.0053869
q10 |
.2072939
.100867
2.06
0.041
.1412066
q9 | -.0187647
.0874809
-0.21
0.830
-.0139144
q14 | -.0049104
.0459672
-0.11
0.915
-.0069881
q15 | -.0547048
.0788113
-0.69
0.488
-.0479094
q16 |
.3455839
.0686336
5.04
0.000
.3433634
q17 |
.1560377
.0730519
2.14
0.034
.1524152
q18 | -.1317751
.116323
-1.13
0.259
-.0790201
q19 |
.0397319
.0632872
0.63
0.531
.0411147
_cons |
1.932598
.766734
2.52
0.013
.
-----------------------------------------------------------------------------. regress q20 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |

SS

df

MS
Page 78

Number of obs =

198

3Snsize205.11.9.16
-------------+-----------------------------Model | 54.8181711
12 4.56818092
Residual | 204.636374
185 1.10614256
-------------+-----------------------------Total | 259.454545
197 1.31702815

F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

4.13
0.0000
0.2113
0.1601
1.0517

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0492161
.1019678
-0.48
0.630
-.0346557
q22 | -.0359906
.0820287
-0.44
0.661
-.0309202
q23 |
.0492827
.0670342
0.74
0.463
.0529531
q24 | -.1177575
.0722004
-1.63
0.105
-.1165085
q25 | -.0091109
.062219
-0.15
0.884
-.0101305
q26 |
.0324009
.0455452
0.71
0.478
.0475181
q27 |
.0003542
.0730038
0.00
0.996
.0003539
q28 | -.0517651
.1467954
-0.35
0.725
-.0249393
q29 |
.1276645
.0922062
1.38
0.168
.1042742
q30 |
.0680569
.1026742
0.66
0.508
.0487369
q31 |
.0553662
.0937049
0.59
0.555
.0464825
q32 |
.3663775
.0896073
4.09
0.000
.3215257
_cons |
1.88177
.6197304
3.04
0.003
.
-----------------------------------------------------------------------------. regress q20 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
74.738238
12
6.2281865
Residual | 180.215844
183 .984786031
-------------+-----------------------------Total | 254.954082
195 1.30745683

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.32
0.0000
0.2931
0.2468
.99236

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1365852
.0942674
1.45
0.149
.1101624
q34 |
.2827385
.0848094
3.33
0.001
.2453605
q35 |
.0364035
.0577557
0.63
0.529
.0428128
q36 |
.3407447
.0636185
5.36
0.000
.3550111
q37 | -.1682356
.1063147
-1.58
0.115
-.1086732
q38 |
.1065091
.0975485
1.09
0.276
.0723657
q39 |
.0180676
.0588739
0.31
0.759
.0202099
q40 | -.0114664
.0773725
-0.15
0.882
-.0105236
q41 |
.0609645
.058517
1.04
0.299
.0713148
q42 | -.0460376
.0616831
-0.75
0.456
-.0494064
q43 |
-.00994
.1314663
-0.08
0.940
-.0055123
q44 |
.0530608
.0543822
0.98
0.331
.0654827
_cons |
.5035751
.6376167
0.79
0.431
.
-----------------------------------------------------------------------------. regress q20 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 71.3176852
12 5.94314043
Residual | 181.829523
184 .988203929
-------------+-----------------------------Total | 253.147208
196 1.29156739
Page 79

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
6.01
0.0000
0.2817
0.2349
.99408

3Snsize205.11.9.16
-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0086962
.0703384
0.12
0.902
.0085022
q46 | -.0786971
.0491395
-1.60
0.111
-.1050266
q47 |
.1045495
.1051192
0.99
0.321
.0668678
q48 | -.0788405
.0598845
-1.32
0.190
-.0904966
q49 |
-.078297
.0496584
-1.58
0.117
-.1072812
q50 |
.1185443
.0643947
1.84
0.067
.1234808
q51 |
-.025705
.0707622
-0.36
0.717
-.0250312
q52 | -.2925332
.0596588
-4.90
0.000
-.3221471
q53 | -.0900269
.0847441
-1.06
0.289
-.075914
q54 |
.2209695
.0977052
2.26
0.025
.1903996
q55 |
-.17311
.1214341
-1.43
0.156
-.1062307
q56 |
.0557975
.09992
0.56
0.577
.0416478
_cons |
3.963266
.7031244
5.64
0.000
.
-----------------------------------------------------------------------------. regress q20 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 84.7469488
12 7.06224573
Residual | 172.732849
185 .933691077
-------------+-----------------------------Total | 257.479798
197 1.30700405

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.56
0.0000
0.3291
0.2856
.96628

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0416713
.1050533
-0.40
0.692
-.0263963
q58 |
.0294957
.05777
0.51
0.610
.0331974
q59 |
.2021087
.0886412
2.28
0.024
.1566969
q60 | -.0095062
.0557212
-0.17
0.865
-.0107679
q61 |
.006311
.099732
0.06
0.950
.0043708
q62 |
-.027956
.0506556
-0.55
0.582
-.0340829
q63 | -.1740721
.1203703
-1.45
0.150
-.1005223
q64 | -.0846776
.0836594
-1.01
0.313
-.0643915
q65 | -.1366165
.140721
-0.97
0.333
-.0682298
q66 |
.0157035
.0798125
0.20
0.844
.0130233
q67 |
.1074848
.0860969
1.25
0.213
.0797263
q68 |
.4773624
.0631355
7.56
0.000
.5111795
_cons |
1.63602
.694245
2.36
0.019
.
-----------------------------------------------------------------------------. regress q20 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
57.987884
12 4.83232366
Residual | 198.966198
183 1.08724698
-------------+-----------------------------Total | 256.954082
195 1.31771324

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.44
0.0000
0.2257
0.1749
1.0427

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0363406
.1474364
-0.25
0.806
-.0197658
Page 80

3Snsize205.11.9.16
q70 |
.0070205
.0815684
0.09
0.932
.0061197
q71 |
.1793513
.0574149
3.12
0.002
.2130026
q72 |
.2503089
.1224937
2.04
0.042
.156228
q73 |
-.109839
.0735451
-1.49
0.137
-.102806
q74 |
.1827636
.0670839
2.72
0.007
.1957187
q75 |
.0680594
.0758564
0.90
0.371
.0646389
q76 |
.12309
.0564246
2.18
0.030
.1464154
q77 | -.1433285
.1338572
-1.07
0.286
-.0822745
q78 |
.0197533
.0761073
0.26
0.796
.018646
q79 |
.1049334
.0634221
1.65
0.100
.1125728
q80 |
.0907531
.089973
1.01
0.314
.0764039
_cons |
.7192031
.5423105
1.33
0.186
.
-----------------------------------------------------------------------------. regress q20 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.4181715
8 3.17727144
Residual |
236.00102
189 1.24868265
-------------+-----------------------------Total | 261.419192
197 1.32700097

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.54
0.0118
0.0972
0.0590
1.1174

-----------------------------------------------------------------------------q20 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0037423
.1038999
-0.04
0.971
-.002742
q82 | -.3199076
.0945249
-3.38
0.001
-.2650532
q83 | -.0530288
.0726553
-0.73
0.466
-.0528518
q84 |
-.089944
.0624585
-1.44
0.152
-.1044843
q85 |
.1839725
.1551048
1.19
0.237
.0984575
q86 |
.0066596
.1071373
0.06
0.951
.0049184
q87 |
.2077319
.1269981
1.64
0.104
.1467765
q88 |
.1574264
.1103076
1.43
0.155
.1053973
_cons |
2.818685
.907806
3.10
0.002
.
-----------------------------------------------------------------------------.
. //q21 as outcome variable: You believe that rules (laws) were meant to be broken.
. regress q21 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 12.4204919
17 .730617171
Residual |
74.545951
131 .569053061
-------------+-----------------------------Total |
86.966443
148 .587611101

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.28
0.2125
0.1428
0.0316
.75436

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.7428608
.2492187
2.98
0.003
.2505458
qhispanic | -.1068789
.2278841
-0.47
0.640
-.0444769
qblack |
.0388665
.3958928
0.10
0.922
.0082228
qasian |
.4453582
.4205627
1.06
0.292
.0942225
Page 81

3Snsize205.11.9.16
qpacif | -.6392808
.7749805
-0.82
0.411
-.0683209
qamerind |
.3805663
.4591383
0.83
0.409
.0699678
qotherrac |
.2051434
.2611101
0.79
0.433
.0671887
q2nd |
.3422886
.1711463
2.00
0.048
.214485
q3rd |
.3446203
.1761629
1.96
0.053
.2096143
qa |
.0975098
.2642635
0.37
0.713
.03724
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1710628
.1010709
1.69
0.093
.2190099
qlesshs |
.3203279
.2008536
1.59
0.113
.209261
qcath |
.2412176
.3317639
0.73
0.468
.0711696
qlds |
.1682994
.1611582
1.04
0.298
.1050028
qprot |
.0453195
.3339017
0.14
0.892
.0116616
qbud |
.1062939
.4791466
0.22
0.825
.0195423
qis |
0 (omitted)
.
qotherrel | -.0433765
.1822455
-0.24
0.812
-.0243039
_cons |
.2120059
.3340797
0.63
0.527
.
-----------------------------------------------------------------------------. regress q21 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.8084684
12 1.31737236
Residual | 103.870288
180 .577057156
-------------+-----------------------------Total | 119.678756
192 .623326857

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.28
0.0101
0.1321
0.0742
.75964

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0960523
.0743797
1.29
0.198
.099251
q12 |
.0006273
.0385445
0.02
0.987
.0011923
q11 |
.044121
.0497915
0.89
0.377
.0663872
q10 |
.143382
.0771497
1.86
0.065
.1422978
q9 |
.120007
.0661523
1.81
0.071
.1296473
q14 |
-.054072
.0347567
-1.56
0.122
-.1121129
q15 | -.1556795
.0596681
-2.61
0.010
-.1986375
q16 | -.0089604
.0554089
-0.16
0.872
-.0129707
q17 |
.0701912
.055926
1.26
0.211
.0998886
q18 | -.0376292
.0882625
-0.43
0.670
-.0328748
q19 |
.0546633
.0479032
1.14
0.255
.0824116
q20 | -.0178381
.0562001
-0.32
0.751
-.0259886
_cons |
1.620387
.5898103
2.75
0.007
.
-----------------------------------------------------------------------------. regress q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.2603011
11 2.02366374
Residual | 106.386163
186 .571968621
-------------+-----------------------------Total | 128.646465
197 .653027739

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.54
0.0002
0.1730
0.1241
.75629

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q22 |
-.082183
.058677
-1.40
0.163
-.1002691
Page 82

3Snsize205.11.9.16
q23 |
.1594889
.0467633
3.41
0.001
.2433656
q24 | -.0757678
.0516202
-1.47
0.144
-.1064597
q25 |
.0327831
.0446762
0.73
0.464
.0517666
q26 |
.034358
.0326538
1.05
0.294
.0715586
q27 | -.0166245
.0524818
-0.32
0.752
-.0235882
q28 |
.1888136
.1046467
1.80
0.073
.1291852
q29 |
.0893744
.0659795
1.35
0.177
.1036696
q30 |
.0925136
.0735193
1.26
0.210
.0940856
q31 |
.0611152
.0672326
0.91
0.365
.0728662
q32 | -.0141702
.0644269
-0.22
0.826
-.0176601
_cons |
1.09509
.4383455
2.50
0.013
.
-----------------------------------------------------------------------------. regress q21 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.5715402
12 2.54762835
Residual | 97.5662149
183 .533148715
-------------+-----------------------------Total | 128.137755
195 .657116693

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.78
0.0000
0.2386
0.1887
.73017

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0029013
.0693609
0.04
0.967
.0033008
q34 |
.1226666
.0624018
1.97
0.051
.1501545
q35 |
.001516
.042496
0.04
0.972
.0025148
q36 |
.0002039
.0468098
0.00
0.997
.0002997
q37 |
.2397106
.0782252
3.06
0.003
.2184158
q38 |
-.223596
.0717751
-3.12
0.002
-.2142902
q39 | -.0488429
.0433188
-1.13
0.261
-.0770652
q40 |
.0145879
.0569298
0.26
0.798
.0188852
q41 |
.0118681
.0430561
0.28
0.783
.0195828
q42 | -.0922656
.0453858
-2.03
0.044
-.1396701
q43 |
.1618308
.0967314
1.67
0.096
.1265911
q44 | -.0195438
.0400138
-0.49
0.626
-.0340216
_cons |
2.243978
.4691513
4.78
0.000
.
-----------------------------------------------------------------------------. regress q21 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.4770474
12 1.78975395
Residual | 106.847826
184 .580694705
-------------+-----------------------------Total | 128.324873
196
.65471874

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.08
0.0005
0.1674
0.1131
.76203

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.031769
.0539192
-0.59
0.556
-.0436253
q46 |
.001721
.0376687
0.05
0.964
.003226
q47 |
.102754
.080581
1.28
0.204
.092305
q48 | -.0902789
.0459055
-1.97
0.051
-.1455459
q49 | -.0314816
.0380665
-0.83
0.409
-.0605851
q50 | -.0964395
.0493629
-1.95
0.052
-.141093
q51 |
.1174154
.054244
2.16
0.032
.160591
Page 83

3Snsize205.11.9.16
q52 |
.01903
.0457325
0.42
0.678
.029434
q53 | -.0869876
.0649621
-1.34
0.182
-.103024
q54 |
.08961
.0748977
1.20
0.233
.1084479
q55 |
.119924
.0930875
1.29
0.199
.1033631
q56 | -.0233646
.0765955
-0.31
0.761
-.0244944
_cons |
2.063519
.5389926
3.83
0.000
.
-----------------------------------------------------------------------------. regress q21 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.1794704
12
2.5982892
Residual | 97.4669942
185 .526848617
-------------+-----------------------------Total | 128.646465
197 .653027739

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.93
0.0000
0.2424
0.1932
.72584

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.3775524
.0789135
-4.78
0.000
-.3383421
q58 | -.0576416
.0433954
-1.33
0.186
-.0917811
q59 |
.0985317
.0665851
1.48
0.141
.1080748
q60 | -.0144769
.0418564
-0.35
0.730
-.0231992
q61 | -.0384325
.0749162
-0.51
0.609
-.0376559
q62 | -.0523644
.0380512
-1.38
0.170
-.0903172
q63 |
.089169
.0904192
0.99
0.325
.0728483
q64 |
.0466038
.0628428
0.74
0.459
.0501365
q65 |
.1596868
.1057061
1.51
0.133
.1128269
q66 |
.0406774
.0599532
0.68
0.498
.0477257
q67 | -.0629793
.0646739
-0.97
0.331
-.0660883
q68 |
.0809008
.0474258
1.71
0.090
.1225605
_cons |
2.973759
.5214997
5.70
0.000
.
-----------------------------------------------------------------------------. regress q21 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.5633989
12 2.13028324
Residual | 91.1100705
183 .497869238
-------------+-----------------------------Total | 116.673469
195 .598325484

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.28
0.0000
0.2191
0.1679
.7056

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0481231
.0997696
0.48
0.630
.0388435
q70 | -.0709644
.055197
-1.29
0.200
-.0918004
q71 | -.0234262
.0388524
-0.60
0.547
-.0412881
q72 |
.1059484
.082891
1.28
0.203
.0981338
q73 |
.0810011
.0497677
1.63
0.105
.1125109
q74 |
.0154298
.0453954
0.34
0.734
.0245213
q75 |
.014331
.0513317
0.28
0.780
.0201987
q76 |
.056658
.0381823
1.48
0.140
.1000155
q77 |
.2743385
.0905806
3.03
0.003
.2337014
q78 |
.1139782
.0515015
2.21
0.028
.1596651
q79 | -.0765678
.0429175
-1.78
0.076
-.1219011
q80 |
.0079467
.0608844
0.13
0.896
.0099284
Page 84

3Snsize205.11.9.16
_cons |
.8871341
.3669793
2.42
0.017
.
-----------------------------------------------------------------------------. regress q21 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.0724255
8 3.13405319
Residual | 103.816463
189 .549293457
-------------+-----------------------------Total | 128.888889
197 .654258319

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.71
0.0000
0.1945
0.1604
.74114

-----------------------------------------------------------------------------q21 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0971319
.0689114
-1.41
0.160
-.1013561
q82 |
-.172342
.0626935
-2.75
0.007
-.2033577
q83 | -.0069355
.0481885
-0.14
0.886
-.0098443
q84 |
.0573174
.0414255
1.38
0.168
.0948257
q85 |
.4516176
.102873
4.39
0.000
.3442134
q86 |
.0317387
.0710587
0.45
0.656
.0333832
q87 |
.0413974
.0842313
0.49
0.624
.041657
q88 |
.0054098
.0731613
0.07
0.941
.0051581
_cons |
1.721084
.6021009
2.86
0.005
.
-----------------------------------------------------------------------------.
. //q22 as outcome variable: You have been fully compliant with your community
supervision (probation/parole) conditions.
. regress q22 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 11.1894218
17 .658201283
Residual | 147.844135
131 1.12858119
-------------+-----------------------------Total | 159.033557
148 1.07455106

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.58
= 0.8996
= 0.0704
= -0.0503
= 1.0623

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0893942
.3509705
-0.25
0.799
-.0222957
qhispanic | -.1280536
.3209254
-0.40
0.691
-.0394063
qblack |
.0259753
.5575292
0.05
0.963
.0040638
qasian | -.8179849
.5922714
-1.38
0.170
-.127974
qpacif |
.8715391
1.091392
0.80
0.426
.0688779
qamerind |
.592841
.6465968
0.92
0.361
.0806005
qotherrac | -.2949821
.367717
-0.80
0.424
-.071444
q2nd |
.2875941
.2410225
1.19
0.235
.133265
q3rd |
.4168775
.2480873
1.68
0.095
.1875081
qa |
.3515223
.3721579
0.94
0.347
.0992764
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0514551
.1423364
-0.36
0.718
-.0487156
qlesshs | -.0659793
.2828588
-0.23
0.816
-.0318737
Page 85

3Snsize205.11.9.16
qcath | -.0264198
.4672175
-0.06
0.955
-.0057643
qlds | -.0827362
.2269564
-0.36
0.716
-.0381721
qprot |
.2882369
.4702281
0.61
0.541
.0548474
qbud |
.4960009
.6747742
0.74
0.464
.0674345
qis |
0 (omitted)
.
qotherrel | -.0585057
.2566533
-0.23
0.820
-.024241
_cons |
4.033171
.4704788
8.57
0.000
.
-----------------------------------------------------------------------------. regress q22 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.5210759
12 1.71008966
Residual | 160.131774
180 .889620966
-------------+-----------------------------Total |
180.65285
192 .940900259

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.92
0.0343
0.1136
0.0545
.9432

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0208073
.0923523
0.23
0.822
.0174996
q12 | -.0493813
.0478581
-1.03
0.304
-.0763958
q11 | -.0380833
.0618227
-0.62
0.539
-.0466401
q10 |
.0296644
.0957915
0.31
0.757
.0239621
q9 |
.0463223
.0821368
0.56
0.573
.0407317
q14 |
.0839896
.043155
1.95
0.053
.1417407
q15 |
.0556664
.0740858
0.75
0.453
.0578108
q16 |
-.104313
.0687975
-1.52
0.131
-.1229023
q17 | -.0388392
.0694396
-0.56
0.577
-.0449873
q18 |
.3175309
.1095895
2.90
0.004
.2257933
q19 | -.0732013
.0594782
-1.23
0.220
-.089825
q20 | -.0224512
.0697799
-0.32
0.748
-.0266232
_cons |
3.137041
.7323277
4.28
0.000
.
-----------------------------------------------------------------------------. regress q22 q21 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.1084614
11 2.46440559
Residual | 164.391539
186 .883825476
-------------+-----------------------------Total |
191.5
197 .972081218

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.79
0.0022
0.1416
0.0908
.94012

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1269919
.0906698
-1.40
0.163
-.1040856
q23 |
.0980954
.0594871
1.65
0.101
.1226851
q24 |
.0862002
.0642281
1.34
0.181
.0992712
q25 | -.0361173
.0555531
-0.65
0.516
-.0467444
q26 |
.0291402
.0406557
0.72
0.474
.049744
q27 |
.0383352
.0651958
0.59
0.557
.044582
q28 | -.4368453
.1272475
-3.43
0.001
-.244975
q29 | -.1254963
.0819057
-1.53
0.127
-.1193119
q30 |
-.05868
.0916772
-0.64
0.523
-.0489128
q31 |
.0595601
.0836467
0.71
0.477
.0582032
q32 | -.0373174
.0800512
-0.47
0.642
-.0381193
Page 86

3Snsize205.11.9.16
_cons |
4.54365
.4425848
10.27
0.000
.
-----------------------------------------------------------------------------. regress q22 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.9255236
12
1.6604603
Residual | 166.824476
183 .911609161
-------------+-----------------------------Total |
186.75
195 .957692308

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.82
0.0475
0.1067
0.0481
.95478

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0603284
.0906974
-0.67
0.507
-.0568528
q34 | -.1439189
.0815976
-1.76
0.079
-.1459278
q35 |
.0679098
.0555684
1.22
0.223
.0933175
q36 | -.0279773
.0612092
-0.46
0.648
-.034058
q37 |
.0840748
.1022885
0.82
0.412
.0634557
q38 |
.0516264
.0938543
0.55
0.583
.0409844
q39 | -.1005741
.0566443
-1.78
0.077
-.1314471
q40 |
-.021804
.0744423
-0.29
0.770
-.0233815
q41 |
.0336424
.0563009
0.60
0.551
.0459823
q42 | -.0465442
.0593471
-0.78
0.434
-.058363
q43 | -.1272809
.1264875
-1.01
0.316
-.0824733
q44 | -.0588784
.0523227
-1.13
0.262
-.0849005
_cons |
4.665289
.6134697
7.60
0.000
.
-----------------------------------------------------------------------------. regress q22 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.3812471
12 4.28177059
Residual | 136.040073
184 .739348221
-------------+-----------------------------Total |
187.42132
196 .956231223

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.79
0.0000
0.2741
0.2268
.85985

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0499489
.0608407
-0.82
0.413
-.0567552
q46 |
.1199324
.0425042
2.82
0.005
.1860177
q47 | -.0242719
.090925
-0.27
0.790
-.0180416
q48 |
.0557832
.0517983
1.08
0.283
.0744155
q49 | -.0507614
.042953
-1.18
0.239
-.0808331
q50 |
.0150999
.0556995
0.27
0.787
.0182798
q51 | -.3458318
.0612072
-5.65
0.000
-.3913875
q52 |
.0504937
.0516031
0.98
0.329
.0646239
q53 |
.1233765
.0733011
1.68
0.094
.1209091
q54 |
.0361902
.0845121
0.43
0.669
.0362411
q55 |
.0630541
.1050369
0.60
0.549
.0449696
q56 |
-.004033
.0864279
-0.05
0.963
-.0034985
_cons |
3.83518
.6081818
6.31
0.000
.
-----------------------------------------------------------------------------. regress q22 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Page 87

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 34.9322142
12 2.91101785
Residual | 157.880917
185 .853410363
-------------+-----------------------------Total | 192.813131
197 .978746859

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.41
0.0002
0.1812
0.1281
.9238

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1733697
.1004355
1.73
0.086
.1269061
q58 |
.0654688
.0552306
1.19
0.237
.0851496
q59 | -.0302904
.0847448
-0.36
0.721
-.0271383
q60 |
.1179199
.0532719
2.21
0.028
.154353
q61 | -.1638482
.0953481
-1.72
0.087
-.1311315
q62 |
.0684749
.0484289
1.41
0.159
.0964709
q63 |
.0658289
.1150792
0.57
0.568
.0439292
q64 | -.0786314
.0799819
-0.98
0.327
-.0690969
q65 | -.3065672
.1345353
-2.28
0.024
-.1769294
q66 | -.1076769
.0763042
-1.41
0.160
-.1031935
q67 |
.0146255
.0823124
0.18
0.859
.0125363
q68 | -.0470138
.0603603
-0.78
0.437
-.0581773
_cons |
3.66702
.6637279
5.52
0.000
.
-----------------------------------------------------------------------------. regress q22 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.4644256
12 3.53870214
Residual |
139.55088
183 .762573117
-------------+-----------------------------Total | 182.015306
195 .933411826

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.64
0.0000
0.2333
0.1830
.87325

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1206681
.1234757
0.98
0.330
.077981
q70 |
.0985009
.0683122
1.44
0.151
.1020178
q71 |
.0427141
.0480841
0.89
0.376
.0602733
q72 |
.1685742
.1025865
1.64
0.102
.1250108
q73 | -.0809303
.0615929
-1.31
0.191
-.0900009
q74 |
.050561
.0561817
0.90
0.369
.0643328
q75 | -.3615582
.0635285
-5.69
0.000
-.407998
q76 | -.0146389
.0472547
-0.31
0.757
-.0206893
q77 |
.0092075
.1121033
0.08
0.935
.0062798
q78 | -.1081144
.0637387
-1.70
0.092
-.1212561
q79 |
.0077683
.053115
0.15
0.884
.0099019
q80 | -.1606312
.075351
-2.13
0.034
-.1606785
_cons |
4.421849
.4541765
9.74
0.000
.
-----------------------------------------------------------------------------. regress q22 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
31.008578
8 3.87607225
Residual | 161.804553
189 .856108748
-------------+-----------------------------Page 88

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

198
4.53
0.0000
0.1608
0.1253

Total |

192.813131

197

3Snsize205.11.9.16
.978746859

Root MSE

.92526

-----------------------------------------------------------------------------q22 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0791853
.0860307
0.92
0.359
.0675573
q82 |
.1427497
.078268
1.82
0.070
.1377159
q83 | -.0185997
.0601597
-0.31
0.758
-.0215851
q84 | -.0281073
.0517166
-0.54
0.587
-.0380187
q85 | -.1054251
.1284292
-0.82
0.413
-.0656962
q86 |
-.357036
.0887114
-4.02
0.000
-.3070362
q87 | -.1478244
.1051564
-1.41
0.161
-.1216186
q88 | -.0669347
.0913364
-0.73
0.465
-.05218
_cons |
4.816674
.7516774
6.41
0.000
.
-----------------------------------------------------------------------------.
. //q23 as outcome variable: You don't feel like you need to be in treatment.
. regress q23 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 16.2763667
17 .957433336
Residual | 191.133029
131 1.45903076
-------------+-----------------------------Total | 207.409396
148 1.40141484

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.66
= 0.8401
= 0.0785
= -0.0411
= 1.2079

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1424825
.3990584
-0.36
0.722
-.0311174
qhispanic |
.0445496
.3648966
0.12
0.903
.0120046
qblack |
.5966931
.6339186
0.94
0.348
.0817443
qasian | -1.040339
.6734209
-1.54
0.125
-.1425219
qpacif | -1.292651
1.240928
-1.04
0.299
-.089455
qamerind | -.9366562
.7351896
-1.27
0.205
-.111509
qotherrac | -.0435515
.4180994
-0.10
0.917
-.0092364
q2nd |
.1886445
.2740459
0.69
0.492
.0765439
q3rd |
.3496263
.2820787
1.24
0.217
.1377038
qa |
.3256333
.4231488
0.77
0.443
.080529
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1032786
.1618385
0.64
0.524
.085621
qlesshs |
.2516615
.3216144
0.78
0.435
.1064565
qcath |
.3759655
.5312328
0.71
0.480
.0718282
qlds | -.0618293
.2580526
-0.24
0.811
-.024979
qprot |
.0805523
.534656
0.15
0.880
.0134219
qbud |
.798869
.7672277
1.04
0.300
.0951054
qis |
0 (omitted)
.
qotherrel |
.0500103
.2918184
0.17
0.864
.0181444
_cons |
2.039932
.534941
3.81
0.000
.
-----------------------------------------------------------------------------. regress q23 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Page 89

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 76.2359796
12
6.3529983
Residual | 216.095627
180 1.20053126
-------------+-----------------------------Total | 292.331606
192 1.52256045

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.29
0.0000
0.2608
0.2115
1.0957

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1710313
.1072832
1.59
0.113
.1130767
q12 |
.0055853
.0555955
0.10
0.920
.0067927
q11 |
.2166688
.0718178
3.02
0.003
.2085959
q10 |
.0501923
.1112785
0.45
0.652
.0318721
q9 |
.3377064
.0954162
3.54
0.001
.2334353
q14 |
.0066118
.050132
0.13
0.895
.0087715
q15 |
.1158325
.0860635
1.35
0.180
.0945651
q16 |
.0998218
.0799202
1.25
0.213
.0924552
q17 |
.0951832
.0806661
1.18
0.240
.0866692
q18 |
.2586385
.1273073
2.03
0.044
.1445782
q19 |
.3311364
.0690943
4.79
0.000
.3194259
q20 |
-.03787
.0810614
-0.47
0.641
-.0353021
_cons | -2.035598
.8507259
-2.39
0.018
.
-----------------------------------------------------------------------------. regress q23 q21 q22 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 53.3801607
11 4.85274189
Residual | 246.160243
186 1.32344217
-------------+-----------------------------Total | 299.540404
197 1.52050967

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.67
0.0001
0.1782
0.1296
1.1504

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.3690313
.1082026
3.41
0.001
.2418435
q22 |
.1468882
.0890761
1.65
0.101
.1174475
q24 | -.0334019
.0789365
-0.42
0.673
-.0307569
q25 |
.2017128
.06643
3.04
0.003
.2087394
q26 | -.0169712
.0498028
-0.34
0.734
-.0231642
q27 | -.0122649
.0798481
-0.15
0.878
-.0114047
q28 |
.0529033
.1605213
0.33
0.742
.023721
q29 | -.1068147
.1005527
-1.06
0.289
-.0811971
q30 |
.03096
.1122844
0.28
0.783
.0206343
q31 | -.2579725
.100736
-2.56
0.011
-.2015679
q32 |
.1334858
.0975246
1.37
0.173
.1090247
_cons |
1.264884
.6715005
1.88
0.061
.
-----------------------------------------------------------------------------. regress q23 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 77.3690963
12 6.44742469
Residual | 216.727842
183 1.18430515
-------------+-----------------------------Total | 294.096939
195 1.50818943
Page 90

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.44
0.0000
0.2631
0.2148
1.0883

3Snsize205.11.9.16
-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0093037
.1033766
-0.09
0.928
-.0069866
q34 |
.0407941
.0930047
0.44
0.661
.0329611
q35 |
.0649342
.0633367
1.03
0.307
.0711033
q36 | -.0111856
.0697661
-0.16
0.873
-.0108507
q37 |
.0488496
.1165881
0.42
0.676
.02938
q38 |
.0343788
.1069748
0.32
0.748
.0217482
q39 | -.3320061
.064563
-5.14
0.000
-.3457771
q40 |
.1531899
.0848491
1.81
0.073
.1309036
q41 |
.2161939
.0641716
3.37
0.001
.2354678
q42 | -.0645751
.0676437
-0.95
0.341
-.0645241
q43 |
.1717883
.1441701
1.19
0.235
.0887011
q44 |
.0702306
.0596373
1.18
0.240
.0806985
_cons |
1.693727
.6992308
2.42
0.016
.
-----------------------------------------------------------------------------. regress q23 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 66.5897786
12 5.54914822
Residual |
233.35946
184 1.26825793
-------------+-----------------------------Total | 299.949239
196 1.53035326

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.38
0.0000
0.2220
0.1713
1.1262

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.225925
.0796844
-2.84
0.005
-.2029223
q46 | -.1418881
.0556687
-2.55
0.012
-.1739599
q47 |
-.131756
.1190865
-1.11
0.270
-.0774156
q48 |
-.137153
.0678414
-2.02
0.045
-.1446275
q49 |
.0340525
.0562565
0.61
0.546
.0428638
q50 | -.0133705
.0729509
-0.18
0.855
-.0127947
q51 | -.1493649
.0801644
-1.86
0.064
-.1336215
q52 |
.0880441
.0675857
1.30
0.194
.0890721
q53 |
.0814646
.0960042
0.85
0.397
.0631075
q54 | -.0593628
.1106874
-0.54
0.592
-.0469906
q55 |
.5536691
.1375692
4.02
0.000
.312134
q56 |
.0700585
.1131965
0.62
0.537
.0480398
_cons |
3.290055
.7965493
4.13
0.000
.
-----------------------------------------------------------------------------. regress q23 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.7622574
12 3.31352145
Residual | 255.778147
185 1.38258458
-------------+-----------------------------Total | 295.540404
197
1.5002051

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.40
0.0067
0.1345
0.0784
1.1758

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.5194728
.1278363
-4.06
0.000
-.307137
Page 91

3Snsize205.11.9.16
q58 | -.0918011
.0702986
-1.31
0.193
-.0964397
q59 | -.0491076
.1078648
-0.46
0.649
-.0355376
q60 | -.0640247
.0678055
-0.94
0.346
-.0676916
q61 | -.1882433
.1213609
-1.55
0.123
-.1216871
q62 | -.1216976
.0616413
-1.97
0.050
-.1384862
q63 | -.0147842
.1464751
-0.10
0.920
-.0079688
q64 |
.0081792
.1018026
0.08
0.936
.0058054
q65 |
.1869659
.1712392
1.09
0.276
.0871559
q66 |
.0873128
.0971214
0.90
0.370
.0675877
q67 |
.0171568
.1047688
0.16
0.870
.0118783
q68 | -.0136093
.0768277
-0.18
0.860
-.0136027
_cons |
5.448997
.844806
6.45
0.000
.
-----------------------------------------------------------------------------. regress q23 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.3657244
12 3.53047703
Residual | 254.042439
183 1.38821005
-------------+-----------------------------Total | 296.408163
195 1.52004186

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.54
0.0040
0.1429
0.0867
1.1782

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.3041986
.1665974
1.83
0.069
.1540504
q70 |
.0354157
.0921691
0.38
0.701
.0287436
q71 | -.0380433
.0648766
-0.59
0.558
-.042067
q72 |
.224177
.1384131
1.62
0.107
.1302736
q73 |
.2447645
.0831031
2.95
0.004
.2133011
q74 |
-.029112
.0758022
-0.38
0.701
-.0290266
q75 |
-.097775
.0857148
-1.14
0.255
-.0864603
q76 |
-.011443
.0637576
-0.18
0.858
-.0126732
q77 |
.0984329
.1512534
0.65
0.516
.0526085
q78 |
.0763005
.0859983
0.89
0.376
.0670589
q79 | -.0897864
.0716645
-1.25
0.212
-.0896836
q80 |
.0462617
.101666
0.46
0.650
.0362625
_cons |
1.286008
.6127897
2.10
0.037
.
-----------------------------------------------------------------------------. regress q23 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.8372348
8 4.47965435
Residual | 261.117311
189 1.38157307
-------------+-----------------------------Total | 296.954545
197 1.50738348

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.24
0.0018
0.1207
0.0835
1.1754

-----------------------------------------------------------------------------q23 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2995082
.1092889
-2.74
0.007
-.2059016
q82 | -.1271222
.0994276
-1.28
0.203
-.098822
q83 |
.0128886
.0764237
0.17
0.866
.0120525
q84 | -.1079086
.065698
-1.64
0.102
-.1176139
q85 |
.2958608
.1631497
1.81
0.071
.1485618
q86 | -.0929008
.1126943
-0.82
0.411
-.0643755
Page 92

3Snsize205.11.9.16
q87 |
.204051
.1335851
1.53
0.128
.1352745
q88 |
.2456532
.1160289
2.12
0.036
.1543115
_cons |
3.036915
.9548913
3.18
0.002
.
-----------------------------------------------------------------------------.
. //q24 as outcome variable: You have not had any problems with participation in
treatment sessions.
. regress q24 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 15.6133256
17
.91843092
Residual | 149.420231
131 1.14061245
-------------+-----------------------------Total | 165.033557
148
1.1150916

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.81
= 0.6847
= 0.0946
= -0.0229
=
1.068

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.6856972
.3528363
-1.94
0.054
-.1678811
qhispanic | -.0098744
.3226314
-0.03
0.976
-.0029829
qblack | -.8730232
.5604931
-1.56
0.122
-.1340789
qasian |
.6398089
.59542
1.07
0.285
.0982619
qpacif |
1.148261
1.097194
1.05
0.297
.0890824
qamerind | -.2053171
.6500342
-0.32
0.753
-.027402
qotherrac |
.1915679
.3696719
0.52
0.605
.0455461
q2nd | -.1592422
.2423038
-0.66
0.512
-.0724357
q3rd |
-.06742
.2494061
-0.27
0.787
-.0297686
qa |
.0433483
.3741364
0.12
0.908
.0120178
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1695445
.1430931
-1.18
0.238
-.157573
qlesshs | -.1943714
.2843625
-0.68
0.495
-.0921755
qcath |
.0936969
.4697013
0.20
0.842
.0200678
qlds | -.0446995
.2281629
-0.20
0.845
-.0202447
qprot |
.409429
.4727279
0.87
0.388
.0764791
qbud | -.5950603
.6783614
-0.88
0.382
-.079418
qis |
0 (omitted)
.
qotherrel |
.0351879
.2580177
0.14
0.892
.0143122
_cons |
5.035768
.4729799
10.65
0.000
.
-----------------------------------------------------------------------------. regress q24 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.8078221
12 3.73398518
Residual | 193.192178
179 1.07928591
-------------+-----------------------------Total |
238
191
1.2460733

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.46
0.0001
0.1883
0.1339
1.0389

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 93

3Snsize205.11.9.16
q13 | -.0077807
.1018957
-0.08
0.939
-.0056471
q12 |
.0884412
.0528851
1.67
0.096
.119082
q11 |
.0109638
.0688651
0.16
0.874
.0114992
q10 | -.1318112
.1055958
-1.25
0.214
-.0926461
q9 | -.2303964
.0919292
-2.51
0.013
-.1723092
q14 |
.06974
.0477023
1.46
0.145
.102409
q15 |
.0774014
.0817592
0.95
0.345
.0699704
q16 | -.1057985
.0766841
-1.38
0.169
-.1070403
q17 |
-.145764
.0765068
-1.91
0.058
-.1468255
q18 |
.1719473
.1207779
1.42
0.156
.106469
q19 | -.0515188
.0658171
-0.78
0.435
-.0549407
q20 | -.0591259
.0769559
-0.77
0.443
-.0610503
_cons |
3.699539
.8067255
4.59
0.000
.
-----------------------------------------------------------------------------. regress q24 q21 q22 q23 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.7866161
11 3.79878329
Residual | 212.193182
186 1.14082356
-------------+-----------------------------Total | 253.979798
197 1.28923755

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.33
0.0003
0.1645
0.1151
1.0681

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1511231
.1029594
-1.47
0.144
-.1075549
q22 |
.1112654
.0829042
1.34
0.181
.0966151
q23 | -.0287928
.0680442
-0.42
0.673
-.0312689
q25 | -.0397807
.0631195
-0.63
0.529
-.0447066
q26 |
.0189547
.0462328
0.41
0.682
.0280964
q27 |
-.024668
.0741173
-0.33
0.740
-.0249104
q28 |
-.059693
.1490147
-0.40
0.689
-.0290671
q29 |
.1025803
.093338
1.10
0.273
.084684
q30 | -.2949341
.1020042
-2.89
0.004
-.2134725
q31 |
.0829158
.0949681
0.87
0.384
.070358
q32 | -.2507685
.0891242
-2.81
0.005
-.2224287
_cons |
4.619117
.5304681
8.71
0.000
.
-----------------------------------------------------------------------------. regress q24 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
50.150999
12 4.17924991
Residual | 198.843899
183 1.08657868
-------------+-----------------------------Total | 248.994898
195 1.27689691

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.85
0.0000
0.2014
0.1490
1.0424

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.2411241
.0990196
-2.44
0.016
-.1967913
q34 |
.0225131
.0890848
0.25
0.801
.0197693
q35 |
.1311268
.0606672
2.16
0.032
.1560477
q36 | -.2064977
.0668256
-3.09
0.002
-.2177027
q37 |
.0097499
.1116743
0.09
0.931
.006373
q38 |
.2005547
.1024661
1.96
0.052
.1378842
Page 94

3Snsize205.11.9.16
q39 |
.0662891
.0618419
1.07
0.285
.0750313
q40 | -.1387636
.081273
-1.71
0.089
-.1288686
q41 | -.0013254
.0614669
-0.02
0.983
-.0015689
q42 |
.0447793
.0647927
0.69
0.490
.0486277
q43 |
.1844349
.1380937
1.34
0.183
.1034972
q44 | -.0573246
.0571237
-1.00
0.317
-.0715863
_cons |
3.135609
.6697602
4.68
0.000
.
-----------------------------------------------------------------------------. regress q24 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 59.1413741
12 4.92844784
Residual | 194.838321
184 1.05890392
-------------+-----------------------------Total | 253.979695
196 1.29581477

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.65
0.0000
0.2329
0.1828
1.029

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.2440144
.0729424
3.35
0.001
.2376749
q46 |
.1529344
.0508023
3.01
0.003
.2044536
q47 |
.0093387
.1091424
0.09
0.932
.0059631
q48 |
.1464703
.0621118
2.36
0.019
.1669502
q49 |
.0187086
.0514068
0.36
0.716
.0255921
q50 | -.0683343
.0665805
-1.03
0.306
-.0710632
q51 | -.0214772
.0731569
-0.29
0.769
-.02088
q52 |
.1247192
.0613664
2.03
0.044
.1380009
q53 |
.027382
.0890006
0.31
0.759
.0227928
q54 |
-.020592
.1011838
-0.20
0.839
-.0177141
q55 | -.0594815
.1253577
-0.47
0.636
-.0365171
q56 |
-.043155
.1034277
-0.42
0.677
-.0321585
_cons |
1.748107
.7358793
2.38
0.019
.
-----------------------------------------------------------------------------. regress q24 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.0571483
12 4.75476236
Residual |
184.92265
185
.99958189
-------------+-----------------------------Total | 241.979798
197 1.22832385

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.76
0.0000
0.2358
0.1862
.99979

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.4388562
.108697
4.04
0.000
.2867546
q58 | -.0594652
.0597737
-0.99
0.321
-.0690382
q59 | -.0331054
.0917156
-0.36
0.719
-.0264762
q60 |
.0660835
.0576539
1.15
0.253
.0772146
q61 |
.084584
.1031911
0.82
0.413
.0604272
q62 |
.0814505
.0524125
1.55
0.122
.1024324
q63 |
.0317663
.1245452
0.26
0.799
.0189226
q64 |
.1385111
.086561
1.60
0.111
.1086491
q65 | -.3047959
.1456017
-2.09
0.038
-.1570226
q66 | -.1359641
.0825807
-1.65
0.101
-.1163142
q67 | -.1038305
.0890831
-1.17
0.245
-.079444
Page 95

3Snsize205.11.9.16
q68 | -.1205097
.0653253
-1.84
0.067
-.1331157
_cons |
2.396877
.7183239
3.34
0.001
.
-----------------------------------------------------------------------------. regress q24 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.6896238
12 3.89080198
Residual | 191.228744
183 1.04496581
-------------+-----------------------------Total | 237.918367
195 1.22009419

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.72
0.0000
0.1962
0.1435
1.0222

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2494379
.1445412
-1.73
0.086
-.1409935
q70 |
.0324809
.0799666
0.41
0.685
.0294242
q71 | -.1033402
.0562874
-1.84
0.068
-.127545
q72 | -.3245993
.1200883
-2.70
0.008
-.2105446
q73 | -.0167788
.0721009
-0.23
0.816
-.0163206
q74 | -.0348878
.0657666
-0.53
0.596
-.0388267
q75 |
.0457152
.0743668
0.61
0.539
.0451212
q76 | -.0653927
.0553166
-1.18
0.239
-.0808364
q77 | -.0286232
.1312286
-0.22
0.828
-.0170752
q78 | -.1719928
.0746128
-2.31
0.022
-.1687215
q79 |
.0833746
.0621767
1.34
0.182
.0929538
q80 |
.041761
.0882062
0.47
0.636
.0365375
_cons |
5.256018
.5316611
9.89
0.000
.
-----------------------------------------------------------------------------. regress q24 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.4176497
8 4.55220621
Residual | 210.536896
189 1.11395183
-------------+-----------------------------Total | 246.954545
197 1.25357637

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.09
0.0002
0.1475
0.1114
1.0554

-----------------------------------------------------------------------------q24 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.081856
.0981346
0.83
0.405
.0617075
q82 |
.1254885
.0892798
1.41
0.161
.1069726
q83 |
.0569654
.0686237
0.83
0.408
.0584143
q84 | -.0152889
.0589928
-0.26
0.796
-.0182733
q85 | -.3087035
.1464983
-2.11
0.036
-.16998
q86 | -.0687119
.1011924
-0.68
0.498
-.0522119
q87 |
.2122984
.1199511
1.77
0.078
.1543335
q88 | -.0975623
.1041868
-0.94
0.350
-.0672039
_cons |
2.789358
.8574331
3.25
0.001
.
-----------------------------------------------------------------------------.
. //q25 as outcome variable: You believe that your sexual offense only happened
because you were intoxicated.
. regress q25 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
Page 96

3Snsize205.11.9.16
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 49.4703106
17 2.91001827
Residual | 185.308213
131 1.41456651
-------------+-----------------------------Total | 234.778523
148 1.58634137

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
2.06
0.0122
0.2107
0.1083
1.1894

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.5794907
.3929307
1.47
0.143
.1189523
qhispanic |
.4539431
.3592935
1.26
0.209
.1149716
qblack |
1.161762
.6241844
1.86
0.065
.1495921
qasian |
.311669
.6630802
0.47
0.639
.0401315
qpacif | -.9000331
1.221873
-0.74
0.463
-.0585419
qamerind |
2.099818
.7239004
2.90
0.004
.2349614
qotherrac |
.2393074
.4116793
0.58
0.562
.0477025
q2nd |
.2622423
.2698378
0.97
0.333
.1000124
q3rd |
.5073086
.2777473
1.83
0.070
.1878014
qa |
.1337139
.4166511
0.32
0.749
.0310803
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.2835183
.1593534
1.78
0.078
.2209205
qlesshs |
.4636399
.3166759
1.46
0.146
.1843406
qcath |
.9327958
.5230755
1.78
0.077
.1675015
qlds | -.2249978
.2540901
-0.89
0.378
-.0854365
qprot |
.0903784
.5264461
0.17
0.864
.0141542
qbud | -.8091853
.7554465
-1.07
0.286
-.0905446
qis |
0 (omitted)
.
qotherrel | -.4174768
.2873374
-1.45
0.149
-.1423641
_cons |
.4912636
.5267267
0.93
0.353
.
-----------------------------------------------------------------------------. regress q25 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.2952611
12 2.69127176
Residual | 267.704739
179
1.4955572
-------------+-----------------------------Total |
300
191 1.57068063

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
1.80
0.0511
0.1077
0.0478
1.2229

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1655826
.119947
1.38
0.169
.1070411
q12 |
-.066001
.0622539
-1.06
0.290
-.0791534
q11 |
.1497867
.0810648
1.85
0.066
.1399291
q10 |
.2209558
.1243025
1.78
0.077
.1383273
q9 |
.2020375
.1082148
1.87
0.064
.1345838
q14 |
.003811
.056153
0.07
0.946
.0049846
q15 |
.1214322
.0962431
1.26
0.209
.0977749
q16 | -.0235648
.090269
-0.26
0.794
-.0212354
q17 |
.0882126
.0900603
0.98
0.329
.0791425
q18 |
.0883806
.1421741
0.62
0.535
.048743
Page 97

3Snsize205.11.9.16
q19 |
.0681711
.0774769
0.88
0.380
.0647526
q20 | -.0827236
.0905889
-0.91
0.362
-.0760794
_cons | -.4310333
.9496402
-0.45
0.650
.
-----------------------------------------------------------------------------. regress q25 q21 q22 q23 q24 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.0370078
11 3.18518252
Residual |
285.73572
186 1.53621355
-------------+-----------------------------Total | 320.772727
197 1.62828796

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.07
0.0242
0.1092
0.0565
1.2394

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.08805
.1199929
0.73
0.464
.0557609
q22 |
-.062777
.0965591
-0.65
0.516
-.048505
q23 |
.2341424
.0771101
3.04
0.003
.2262607
q24 |
-.053568
.0849957
-0.63
0.529
-.0476657
q26 |
-.048441
.0535562
-0.90
0.367
-.063892
q27 | -.0881629
.0857899
-1.03
0.305
-.0792196
q28 | -.0599506
.1729389
-0.35
0.729
-.0259761
q29 | -.1449941
.1081414
-1.34
0.182
-.1065096
q30 |
.0617062
.1209143
0.51
0.610
.0397417
q31 | -.0436161
.1103825
-0.40
0.693
-.0329324
q32 |
.039415
.1055604
0.37
0.709
.0311086
_cons |
2.04939
.7147103
2.87
0.005
.
-----------------------------------------------------------------------------. regress q25 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.0702806
12 2.50585672
Residual | 290.052168
183 1.58498453
-------------+-----------------------------Total | 320.122449
195 1.64165358

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.58
0.1003
0.0939
0.0345
1.259

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0355373
.1195923
-0.30
0.767
-.0255792
q34 |
.0531932
.1075934
0.49
0.622
.0411954
q35 | -.0551144
.0732717
-0.75
0.453
-.0578454
q36 |
.0786276
.0807096
0.97
0.331
.0731073
q37 | -.1122056
.1348761
-0.83
0.407
-.0646832
q38 | -.0352326
.1237549
-0.28
0.776
-.021363
q39 |
-.26661
.0746904
-3.57
0.000
-.2661421
q40 |
.0430591
.0981585
0.44
0.661
.0352674
q41 |
.0722545
.0742375
0.97
0.332
.0754293
q42 |
.0040679
.0782543
0.05
0.959
.003896
q43 |
.1025006
.1667846
0.61
0.540
.0507282
q44 | -.0009994
.068992
-0.01
0.988
-.0011007
_cons |
2.369213
.808912
2.93
0.004
.
-----------------------------------------------------------------------------. regress q25 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Page 98

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 40.8022576
12 3.40018813
Residual |
290.47693
184 1.57867897
-------------+-----------------------------Total | 331.279188
196 1.69019994

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.15
0.0156
0.1232
0.0660
1.2565

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1096094
.0890632
-1.23
0.220
-.0934798
q46 |
-.076259
.06203
-1.23
0.220
-.0892654
q47 | -.1963915
.1332638
-1.47
0.142
-.1098013
q48 | -.1617343
.0758391
-2.13
0.034
-.1614143
q49 | -.1175865
.0627681
-1.87
0.063
-.1408398
q50 |
.0473437
.0812953
0.58
0.561
.0431093
q51 |
.0994227
.0893252
1.11
0.267
.0846331
q52 |
.15983
.0749289
2.13
0.034
.1548494
q53 |
.006639
.1086705
0.06
0.951
.0048388
q54 | -.0042938
.1235462
-0.03
0.972
-.0032342
q55 | -.0642789
.1530628
-0.42
0.675
-.034553
q56 |
-.195599
.1262861
-1.55
0.123
-.1276244
_cons |
3.422061
.8985147
3.81
0.000
.
-----------------------------------------------------------------------------. regress q25 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 38.9779378
12 3.24816148
Residual | 283.244284
185 1.53105019
-------------+-----------------------------Total | 322.222222
197
1.6356458

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.12
0.0175
0.1210
0.0639
1.2374

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
-.444145
.134525
-3.30
0.001
-.2514923
q58 | -.0083155
.0739768
-0.11
0.911
-.0083662
q59 | -.1477413
.1135086
-1.30
0.195
-.1023933
q60 | -.0448539
.0713533
-0.63
0.530
-.045417
q61 | -.2245186
.1277108
-1.76
0.080
-.1389978
q62 |
.0825226
.0648665
1.27
0.205
.089935
q63 | -.1166964
.154139
-0.76
0.450
-.0602399
q64 |
.1544976
.1071291
1.44
0.151
.1050208
q65 |
.1664103
.1801988
0.92
0.357
.0742925
q66 |
.027226
.1022031
0.27
0.790
.0201839
q67 |
.0990884
.1102506
0.90
0.370
.0657009
q68 | -.1162753
.0808476
-1.44
0.152
-.1113029
_cons |
4.189066
.8890084
4.71
0.000
.
-----------------------------------------------------------------------------. regress q25 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
53.636718
12
4.4697265
Residual | 257.567364
183 1.40747193
Page 99

Number of obs
F( 12,
183)
Prob > F
R-squared

=
=
=
=

196
3.18
0.0004
0.1724

3Snsize205.11.9.16
-------------+-----------------------------Total | 311.204082
195 1.59591837

Adj R-squared =
Root MSE
=

0.1181
1.1864

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1527836
.1677492
-0.91
0.364
-.07551
q70 |
.0983244
.0928063
1.06
0.291
.0778804
q71 |
.0761733
.0653251
1.17
0.245
.0822031
q72 |
.0225455
.13937
0.16
0.872
.0127864
q73 |
.4001541
.0836777
4.78
0.000
.3403254
q74 | -.0517874
.0763263
-0.68
0.498
-.0503932
q75 | -.0351813
.0863074
-0.41
0.684
-.0303615
q76 | -.1080358
.0641984
-1.68
0.094
-.1167715
q77 | -.1081922
.1522991
-0.71
0.478
-.0564331
q78 |
.1702199
.0865929
1.97
0.051
.146003
q79 |
.0721937
.0721599
1.00
0.318
.0703759
q80 |
.1135358
.1023689
1.11
0.269
.0868544
_cons |
.6442764
.6170264
1.04
0.298
.
-----------------------------------------------------------------------------. regress q25 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.2818385
8 2.91022981
Residual | 289.081798
189 1.52953332
-------------+-----------------------------Total | 312.363636
197 1.58560222

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.90
0.0617
0.0745
0.0354
1.2367

-----------------------------------------------------------------------------q25 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0868195
.1149922
-0.76
0.451
-.0581946
q82 |
.0875917
.1046163
0.84
0.404
.0663911
q83 |
.1032976
.0804119
1.28
0.201
.0941838
q84 |
.0141591
.0691266
0.20
0.838
.0150472
q85 |
.1173729
.1716638
0.68
0.495
.0574649
q86 |
.1642682
.1185753
1.39
0.168
.1109862
q87 | -.1796234
.1405564
-1.28
0.203
-.116106
q88 |
.069048
.122084
0.57
0.572
.0422904
_cons |
1.842544
1.004723
1.83
0.068
.
-----------------------------------------------------------------------------.
. //q26 as outcome variable: You have no intimate relationships with a willing, age
appropriate, partner.
. regress q26 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 70.6677525
17 4.15692662
Residual |
349.51468
130 2.68857446
-------------+-----------------------------Total | 420.182432
147 2.85838389
Page 100

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

148
1.55
0.0886
0.1682
0.0594
1.6397

3Snsize205.11.9.16
-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1535747
.5417539
-0.28
0.777
-.0235635
qhispanic | -.1074692
.4957169
-0.22
0.829
-.0203373
qblack | -.7148486
.8605335
-0.83
0.408
-.068798
qasian | -2.109298
.9142601
-2.31
0.023
-.2030015
qpacif |
3.107341
1.684522
1.84
0.067
.1510768
qamerind |
2.180571
.998201
2.18
0.031
.1823749
qotherrac |
.4775833
.5678441
0.84
0.402
.0711441
q2nd | -.1744974
.3720119
-0.47
0.640
-.0496522
q3rd | -.3330241
.3847951
-0.87
0.388
-.0914755
qa |
-.117593
.5744148
-0.20
0.838
-.0204243
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1097218
.2203782
-0.50
0.619
-.0635782
qlesshs | -.1046662
.4366688
-0.24
0.811
-.0310137
qcath |
.6207444
.7214946
0.86
0.391
.0833052
qlds |
.7157921
.3524212
2.03
0.044
.2018868
qprot |
.411682
.7258211
0.57
0.572
.0481872
qbud |
1.731969
1.041486
1.66
0.099
.1448555
qis |
0 (omitted)
.
qotherrel |
1.049954
.3962069
2.65
0.009
.2673505
_cons |
2.440175
.7272463
3.36
0.001
.
-----------------------------------------------------------------------------. regress q26 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 43.1783521
12 3.59819601
Residual | 494.631172
176 2.81040438
-------------+-----------------------------Total | 537.809524
188 2.86068896

Number of obs
F( 12,
176)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

189
1.28
0.2337
0.0803
0.0176
1.6764

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1542999
.172271
0.90
0.372
.070504
q12 |
.0075589
.0856727
0.09
0.930
.0067232
q11 |
.0423262
.1113728
0.38
0.704
.0294246
q10 |
.1741228
.1778144
0.98
0.329
.0767722
q9 | -.0302388
.1507343
-0.20
0.841
-.0148833
q14 | -.0417657
.0777308
-0.54
0.592
-.0403895
q15 | -.3895789
.1328278
-2.93
0.004
-.2336433
q16 | -.1624929
.1239361
-1.31
0.192
-.1088453
q17 | -.0138322
.123715
-0.11
0.911
-.0092471
q18 |
.3155902
.1975788
1.60
0.112
.1283477
q19 |
.0180491
.1065603
0.17
0.866
.0127391
q20 |
.1380223
.1253242
1.10
0.272
.0943182
_cons |
2.472596
1.302342
1.90
0.059
.
-----------------------------------------------------------------------------. regress q26 q21 q22 q23 q24 q25 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.7961608
11 2.25419644
Page 101

Number of obs =
F( 11,
186) =
Prob > F
=

198
0.79
0.6536

3Snsize205.11.9.16
Residual | 533.244243
186 2.86690453
-------------+-----------------------------Total | 558.040404
197 2.83269241

R-squared
= 0.0444
Adj R-squared = -0.0121
Root MSE
= 1.6932

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1722141
.1636724
1.05
0.294
.0826865
q22 |
.0945234
.1318767
0.72
0.474
.0553721
q23 | -.0367639
.1078853
-0.34
0.734
-.026935
q24 |
.0476335
.1161836
0.41
0.682
.0321351
q25 | -.0904012
.0999474
-0.90
0.367
-.0685394
q27 |
.0512815
.1174692
0.44
0.663
.034936
q28 |
.078113
.2362578
0.33
0.741
.0256607
q29 | -.0262083
.1484311
-0.18
0.860
-.0145963
q30 |
.2089608
.1645844
1.27
0.206
.1020349
q31 |
.1675759
.150355
1.11
0.266
.09593
q32 | -.0426284
.1442257
-0.30
0.768
-.0255084
_cons |
1.30738
.9930929
1.32
0.190
.
-----------------------------------------------------------------------------. regress q26 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.2511353
12 4.77092794
Residual | 494.266813
182 2.71575172
-------------+-----------------------------Total | 551.517949
194 2.84287602

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.76
0.0584
0.1038
0.0447
1.648

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1994822
.1577587
-1.26
0.208
-.1092816
q34 |
.317449
.1413075
2.25
0.026
.1866615
q35 |
.1191257
.0960857
1.24
0.217
.0951666
q36 |
.045677
.1056966
0.43
0.666
.0323168
q37 | -.2021123
.1768609
-1.14
0.255
-.0886366
q38 | -.1508251
.1622881
-0.93
0.354
-.0696219
q39 |
.2130177
.0982664
2.17
0.031
.1615352
q40 |
.0310679
.1285435
0.24
0.809
.019385
q41 |
.0722727
.0971905
0.74
0.458
.0574814
q42 | -.2120757
.1024444
-2.07
0.040
-.154719
q43 | -.0375331
.2199301
-0.17
0.865
-.0141132
q44 | -.0562458
.0904458
-0.62
0.535
-.0471716
_cons |
2.964722
1.0612
2.79
0.006
.
-----------------------------------------------------------------------------. regress q26 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.2042923
12 2.76702436
Residual | 497.110141
181 2.74646487
-------------+-----------------------------Total | 530.314433
193 2.74774318

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
1.01
0.4439
0.0626
0.0005
1.6572

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 102

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q45 | -.1168361
.1182733
-0.99
0.325
-.0784341
q46 | -.0496313
.0824969
-0.60
0.548
-.0454512
q47 |
.2247455
.1766134
1.27
0.205
.0989928
q48 |
.046068
.1001359
0.46
0.646
.0362483
q49 | -.0465894
.0840876
-0.55
0.580
-.0435676
q50 |
-.000207
.1079684
-0.00
0.998
-.0001481
q51 | -.0239771
.1181982
-0.20
0.839
-.0160858
q52 |
.1273342
.0989796
1.29
0.200
.097352
q53 | -.0065713
.1437072
-0.05
0.964
-.0037748
q54 | -.0190602
.163264
-0.12
0.907
-.0113188
q55 |
.0286234
.2035237
0.14
0.888
.0120931
q56 |
.3090613
.1666814
1.85
0.065
.1589751
_cons |
2.062309
1.187508
1.74
0.084
.
-----------------------------------------------------------------------------. regress q26 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.1056192
12 3.42546827
Residual | 511.489253
182 2.81038051
-------------+-----------------------------Total | 552.594872
194 2.84842717

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.22
0.2729
0.0744
0.0134
1.6764

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2788981
.1826197
1.53
0.128
.1202025
q58 |
.0088724
.1017303
0.09
0.931
.0067241
q59 |
.1208753
.1540791
0.78
0.434
.0638257
q60 |
.0646681
.0968286
0.67
0.505
.0499375
q61 |
.1763073
.1733582
1.02
0.310
.0830951
q62 |
.0774112
.088194
0.88
0.381
.0641919
q63 |
.0563742
.2091094
0.27
0.788
.0221332
q64 |
.2086229
.1462479
1.43
0.155
.1073024
q65 | -.5423354
.2459482
-2.21
0.029
-.1838708
q66 |
.1333878
.1387534
0.96
0.338
.0750739
q67 |
.0029131
.1497558
0.02
0.985
.0014732
q68 |
.0634914
.1106111
0.57
0.567
.0458345
_cons |
.3157169
1.208253
0.26
0.794
.
-----------------------------------------------------------------------------. regress q26 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 61.9134801
12 5.15945667
Residual | 483.091701
180 2.68384278
-------------+-----------------------------Total | 545.005181
192 2.83856865

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.92
0.0343
0.1136
0.0545
1.6382

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.3152473
.2329126
1.35
0.178
.1175052
q70 |
.181761
.1283335
1.42
0.158
.1084603
q71 |
.1631204
.0908784
1.79
0.074
.1321596
q72 | -.0056473
.1925123
-0.03
0.977
-.0024121
Page 103

3Snsize205.11.9.16
q73 | -.1628132
.1162033
-1.40
0.163
-.1040138
q74 |
.2926963
.10572
2.77
0.006
.214164
q75 | -.0986691
.1193134
-0.83
0.409
-.0642063
q76 |
.2066144
.0886949
2.33
0.021
.1685965
q77 | -.1068808
.2112196
-0.51
0.613
-.0419577
q78 | -.0704224
.1200149
-0.59
0.558
-.0454484
q79 |
.0226726
.0998511
0.23
0.821
.0166816
q80 | -.0936884
.1418583
-0.66
0.510
-.054054
_cons |
.4619393
.8528657
0.54
0.589
.
-----------------------------------------------------------------------------. regress q26 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.9612324
8 3.87015405
Residual | 518.392614
186 2.78705706
-------------+-----------------------------Total | 549.353846
194 2.83172086

Number of obs
F( 8,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.39
0.2038
0.0564
0.0158
1.6694

-----------------------------------------------------------------------------q26 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.2664655
.1554752
1.71
0.088
.1342364
q82 | -.2089886
.1416576
-1.48
0.142
-.1192012
q83 |
.2070954
.1094964
1.89
0.060
.1416467
q84 | -.0678809
.093623
-0.73
0.469
-.0542709
q85 |
.127857
.2330921
0.55
0.584
.0469846
q86 | -.0188662
.1603352
-0.12
0.906
-.0095808
q87 | -.0637165
.190854
-0.33
0.739
-.0309734
q88 | -.0634627
.1651786
-0.38
0.701
-.0292202
_cons |
2.429603
1.356911
1.79
0.075
.
-----------------------------------------------------------------------------.
. //q27 as outcome variable: You have engaged in illegal sexual behaviors.
. regress q27 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 26.6779506
17 1.56929121
Residual | 168.194533
131 1.28392773
-------------+-----------------------------Total | 194.872483
148 1.31670597

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.22
0.2560
0.1369
0.0249
1.1331

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.4101858
.3743472
-1.10
0.275
-.0924189
qhispanic |
.2127063
.3423008
0.62
0.535
.0591321
qblack | -.1731767
.5946639
-0.29
0.771
-.0244757
qasian |
.0511658
.63172
0.08
0.936
.0072314
qpacif |
-.635518
1.164085
-0.55
0.586
-.0453722
qamerind |
.8025475
.6896638
1.16
0.247
.0985688
qotherrac | -.3150216
.3922091
-0.80
0.423
-.0689254
Page 104

3Snsize205.11.9.16
q2nd | -.4049864
.2570759
-1.58
0.118
-.1695296
q3rd | -.4700776
.2646113
-1.78
0.078
-.1910074
qa | -.8149968
.3969457
-2.05
0.042
-.2079306
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.2764538
.1518168
-1.82
0.071
-.2364457
qlesshs |
-.855749
.3016988
-2.84
0.005
-.373457
qcath | -.5979738
.4983368
-1.20
0.232
-.1178605
qlds | -.0247596
.242073
-0.10
0.919
-.0103196
qprot | -.1300304
.501548
-0.26
0.796
-.0223522
qbud |
.0498258
.719718
0.07
0.945
.0061196
qis |
0 (omitted)
.
qotherrel | -.1281985
.2737478
-0.47
0.640
-.0479849
_cons |
3.003598
.5018154
5.99
0.000
.
-----------------------------------------------------------------------------. regress q27 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 48.6988961
12 4.05824134
Residual | 208.670896
179 1.16575919
-------------+-----------------------------Total | 257.369792
191 1.34748582

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.48
0.0001
0.1892
0.1349
1.0797

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0946339
.1058991
-0.89
0.373
-.0660487
q12 |
.007616
.0549629
0.14
0.890
.0098611
q11 | -.0771638
.0715707
-1.08
0.282
-.0778269
q10 |
.0247529
.1097445
0.23
0.822
.0167306
q9 |
.1798744
.095541
1.88
0.061
.1293635
q14 |
.0360703
.0495765
0.73
0.468
.0509349
q15 | -.1369583
.0849714
-1.61
0.109
-.1190594
q16 | -.0336854
.0796969
-0.42
0.673
-.0327732
q17 |
.2906214
.0795126
3.66
0.000
.2815066
q18 |
-.182459
.1255231
-1.45
0.148
-.1086433
q19 |
.0031559
.068403
0.05
0.963
.0032364
q20 |
.0490383
.0799794
0.61
0.541
.0486917
_cons |
2.3483
.8384207
2.80
0.006
.
-----------------------------------------------------------------------------. regress q27 q21 q22 q23 q24 q25 q26 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.4460707
11 4.67691552
Residual | 207.548879
186 1.11585419
-------------+-----------------------------Total | 258.994949
197 1.31469518

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.19
0.0000
0.1986
0.1512
1.0563

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0324327
.1023868
-0.32
0.752
-.0228579
q22 |
.0483993
.0823115
0.59
0.557
.0416177
q23 | -.0103411
.0673236
-0.15
0.878
-.0111211
q24 | -.0241281
.0724951
-0.33
0.740
-.0238933
Page 105

3Snsize205.11.9.16
q25 | -.0640386
.0623149
-1.03
0.305
-.071268
q26 |
.0199597
.0457213
0.44
0.663
.0292983
q28 |
.1369494
.1470961
0.93
0.353
.0660379
q29 |
.2706628
.0904587
2.99
0.003
.2212687
q30 |
.2068476
.1020025
2.03
0.044
.1482591
q31 |
.1985299
.0929827
2.14
0.034
.166823
q32 |
.0574979
.089901
0.64
0.523
.0505038
_cons |
.1329725
.6223686
0.21
0.831
.
-----------------------------------------------------------------------------. regress q27 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.4809269
12
3.4567439
Residual | 216.901726
183 1.18525533
-------------+-----------------------------Total | 258.382653
195 1.32503925

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.92
0.0010
0.1605
0.1055
1.0887

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0136544
.1034181
0.13
0.895
.0109396
q34 |
.1899215
.093042
2.04
0.043
.1637167
q35 | -.0153023
.0633621
-0.24
0.809
-.0178767
q36 |
.0671818
.0697941
0.96
0.337
.0695286
q37 |
.2555896
.1166349
2.19
0.030
.1640011
q38 |
.0346558
.1070177
0.32
0.746
.0233895
q39 |
.1372107
.0645889
2.12
0.035
.1524585
q40 | -.0968863
.0848832
-1.14
0.255
-.0883278
q41 |
.0121083
.0641973
0.19
0.851
.0140697
q42 | -.0635595
.0676708
-0.94
0.349
-.0677565
q43 |
.2507799
.1442279
1.74
0.084
.1381471
q44 | -.0205372
.0596612
-0.34
0.731
-.0251764
_cons |
.3511498
.6995113
0.50
0.616
.
-----------------------------------------------------------------------------. regress q27 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
28.323621
12 2.36030175
Residual |
200.92511
184 1.09198429
-------------+-----------------------------Total | 229.248731
196 1.16963638

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.16
0.0152
0.1235
0.0664
1.045

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0762028
.074073
-1.03
0.305
-.0781241
q46 | -.0361078
.0515897
-0.70
0.485
-.0508085
q47 |
.1399185
.1108341
1.26
0.208
.0940381
q48 |
.0445497
.0630746
0.71
0.481
.0534477
q49 |
.068874
.0522036
1.32
0.189
.099167
q50 |
.1899785
.0676125
2.81
0.005
.2079489
q51 |
.0598168
.0742908
0.81
0.422
.0612098
q52 | -.0117495
.0623176
-0.19
0.851
-.013684
q53 | -.1294866
.0903801
-1.43
0.154
-.1134495
q54 |
.097336
.1027521
0.95
0.345
.0881333
Page 106

3Snsize205.11.9.16
q55 |
.0523793
.1273007
0.41
0.681
.0338471
q56 | -.0323917
.1050309
-0.31
0.758
-.0254065
_cons |
1.133074
.7472854
1.52
0.131
.
-----------------------------------------------------------------------------. regress q27 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 50.5908263
12 4.21590219
Residual | 202.661699
185 1.09546864
-------------+-----------------------------Total | 253.252525
197 1.28554581

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.85
0.0000
0.1998
0.1479
1.0466

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0081324
.1137911
0.07
0.943
.0051942
q58 |
.027167
.062575
0.43
0.665
.0308306
q59 |
.2099601
.0960138
2.19
0.030
.1641372
q60 | -.0001091
.0603558
-0.00
0.999
-.0001247
q61 |
.2048317
.1080272
1.90
0.060
.1430388
q62 | -.0952335
.0548688
-1.74
0.084
-.1170702
q63 |
.2905547
.1303821
2.23
0.027
.1691826
q64 | -.0224637
.0906177
-0.25
0.804
-.0172241
q65 | -.0267401
.1524253
-0.18
0.861
-.0134657
q66 |
.1668805
.0864508
1.93
0.055
.139549
q67 | -.0732358
.093258
-0.79
0.433
-.0547738
q68 |
.1193611
.0683868
1.75
0.083
.1288792
_cons |
.2430318
.7519884
0.32
0.747
.
-----------------------------------------------------------------------------. regress q27 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.7259638
12 2.81049698
Residual | 219.024036
183 1.19685266
-------------+-----------------------------Total |
252.75
195 1.29615385

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.35
0.0080
0.1334
0.0766
1.094

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0489806
.1546896
0.32
0.752
.0268614
q70 | -.0801978
.0855811
-0.94
0.350
-.0704866
q71 | -.0357399
.0602394
-0.59
0.554
-.0427972
q72 | -.1499778
.1285197
-1.17
0.245
-.0943826
q73 |
-.076138
.0771632
-0.99
0.325
-.0718532
q74 |
.0976372
.0703841
1.39
0.167
.1054242
q75 |
.0958795
.0795881
1.20
0.230
.0918151
q76 |
.0314956
.0592004
0.53
0.595
.0377742
q77 |
.2872665
.1404423
2.05
0.042
.1662647
q78 |
.0210398
.0798514
0.26
0.792
.0200249
q79 |
.0162246
.0665421
0.24
0.808
.01755
q80 |
.1777278
.0943992
1.88
0.061
.150866
_cons |
.9611233
.5689895
1.69
0.093
.
-----------------------------------------------------------------------------Page 107

3Snsize205.11.9.16
. regress q27 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.1654796
8 3.14568495
Residual |
233.82947
189 1.23719296
-------------+-----------------------------Total | 258.994949
197 1.31469518

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.54
0.0119
0.0972
0.0590
1.1123

-----------------------------------------------------------------------------q27 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2536003
.1034207
-2.45
0.015
-.186681
q82 | -.1290959
.094089
-1.37
0.172
-.1074593
q83 |
.0452394
.0723202
0.63
0.532
.0452989
q84 | -.1102851
.0621705
-1.77
0.078
-.1287119
q85 |
.2796411
.1543896
1.81
0.072
.1503558
q86 | -.1205163
.1066433
-1.13
0.260
-.0894224
q87 |
.010368
.1264124
0.08
0.935
.0073599
q88 | -.1715704
.1097989
-1.56
0.120
-.1154031
_cons |
3.534299
.9036198
3.91
0.000
.
-----------------------------------------------------------------------------.
. //q28 as outcome variable: Your living situation places you at risk to reoffend.
. regress q28 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 6.76282017
17 .397812951
Residual | 43.4787906
131 .331899165
-------------+-----------------------------Total | 50.2416107
148 .339470343

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.20
0.2744
0.1346
0.0223
.57611

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2138899
.19033
1.12
0.263
.0949105
qhispanic | -.2219453
.1740366
-1.28
0.204
-.1215157
qblack | -.1957641
.3023461
-0.65
0.518
-.0544907
qasian | -.0862404
.3211866
-0.27
0.789
-.0240049
qpacif | -.3268664
.591858
-0.55
0.582
-.0459596
qamerind |
.4394636
.3506471
1.25
0.212
.1063004
qotherrac |
.353575
.1994116
1.77
0.079
.1523576
q2nd | -.0441961
.1307056
-0.34
0.736
-.0364361
q3rd | -.1348076
.1345368
-1.00
0.318
-.1078794
qa | -.1488088
.2018199
-0.74
0.462
-.0747712
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0655701
.0771885
0.85
0.397
.1104482
qlesshs | -.0554648
.1533933
-0.36
0.718
-.0476711
qcath |
.3739307
.2533703
1.48
0.142
.1451512
qlds | -.0185988
.1230776
-0.15
0.880
-.0152668
qprot | -.1172651
.255003
-0.46
0.646
-.0396997
qbud |
.094399
.3659276
0.26
0.797
.0228339
Page 108

3Snsize205.11.9.16
qis |
0 (omitted)
.
qotherrel |
.1328885
.1391821
0.95
0.341
.0979609
_cons |
1.026032
.2551389
4.02
0.000
.
-----------------------------------------------------------------------------. regress q28 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 6.82414819
12 .568679016
Residual | 51.9883518
179
.29043772
-------------+-----------------------------Total |
58.8125
191 .307918848

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
1.96
0.0305
0.1160
0.0568
.53892

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0847511
.0528584
1.60
0.111
.1237391
q12 | -.0070419
.0274342
-0.26
0.798
-.0190736
q11 | -.0221068
.0357238
-0.62
0.537
-.046643
q10 | -.0068247
.0547779
-0.12
0.901
-.0096497
q9 |
-.047646
.0476883
-1.00
0.319
-.0716824
q14 | -.0311422
.0247456
-1.26
0.210
-.091994
q15 |
-.030941
.0424126
-0.73
0.467
-.0562671
q16 | -.0331956
.0397799
-0.83
0.405
-.067562
q17 |
.0045156
.0396879
0.11
0.910
.00915
q18 | -.1925854
.0626535
-3.07
0.002
-.239886
q19 |
.0331972
.0341426
0.97
0.332
.071217
q20 |
.0159638
.0399209
0.40
0.690
.0331589
_cons |
2.282391
.418489
5.45
0.000
.
-----------------------------------------------------------------------------. regress q28 q21 q22 q23 q24 q25 q26 q27 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 8.89048794
11 .808226177
Residual | 51.3317343
186 .275977066
-------------+-----------------------------Total | 60.2222222
197
.30569656

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.93
0.0014
0.1476
0.0972
.52534

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0911033
.0504924
1.80
0.073
.1331541
q22 | -.1364062
.0397334
-3.43
0.001
-.2432429
q23 |
.0110319
.0334735
0.33
0.742
.0246037
q24 | -.0144404
.0360482
-0.40
0.689
-.0296551
q25 |
-.01077
.031068
-0.35
0.729
-.0248562
q26 |
.0075194
.0227429
0.33
0.741
.0228896
q27 |
.0338708
.0363803
0.93
0.353
.0702414
q29 |
.0109915
.0460495
0.24
0.812
.0186344
q30 |
.0291379
.0512407
0.57
0.570
.0433109
q31 |
.0419565
.0467039
0.90
0.370
.0731134
q32 |
.0263357
.0447167
0.59
0.557
.0479717
_cons |
1.433077
.2911718
4.92
0.000
.
-----------------------------------------------------------------------------. regress q28 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Page 109

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 14.0884171
12 1.17403476
Residual | 46.0340318
183 .251552087
-------------+-----------------------------Total |
60.122449
195 .308320251

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.67
0.0000
0.2343
0.1841
.50155

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0741365
.0476436
1.56
0.121
.123133
q34 |
.0611553
.0428634
1.43
0.155
.1092865
q35 | -.0113805
.0291902
-0.39
0.697
-.0275617
q36 |
.0224675
.0321534
0.70
0.486
.0482036
q37 |
.0049367
.0537324
0.09
0.927
.0065668
q38 | -.0377163
.0493019
-0.77
0.445
-.0527701
q39 |
.0529286
.0297554
1.78
0.077
.1219178
q40 |
.1256313
.0391048
3.21
0.002
.2374357
q41 | -.0459849
.029575
-1.55
0.122
-.1107721
q42 | -.0328743
.0311752
-1.05
0.293
-.0726507
q43 |
.0031594
.0664442
0.05
0.962
.003608
q44 |
.0482898
.0274853
1.76
0.081
.1227216
_cons |
.8888342
.3222573
2.76
0.006
.
-----------------------------------------------------------------------------. regress q28 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 12.2370469
12 1.01975391
Residual | 48.4837653
184 .263498724
-------------+-----------------------------Total | 60.7208122
196 .309800062

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.87
0.0000
0.2015
0.1495
.51332

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0243253
.0363865
0.67
0.505
.0484571
q46 | -.0306658
.0253422
-1.21
0.228
-.0838445
q47 |
.225493
.0544446
4.14
0.000
.2944736
q48 | -.0377336
.0309838
-1.22
0.225
-.0879622
q49 | -.0077811
.0256437
-0.30
0.762
-.021769
q50 |
.0460648
.033213
1.39
0.167
.0979729
q51 | -.0173063
.0364936
-0.47
0.636
-.0344102
q52 |
.0110642
.030612
0.36
0.718
.0250381
q53 | -.0971371
.044397
-2.19
0.030
-.1653666
q54 | -.0079054
.0504745
-0.16
0.876
-.0139083
q55 |
.0294353
.0625334
0.47
0.638
.0369585
q56 |
.0390058
.0515939
0.76
0.451
.0594463
_cons |
1.310088
.3670858
3.57
0.000
.
-----------------------------------------------------------------------------. regress q28 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.6404735
12 1.47003946
Residual | 42.5817487
185 .230171615
Page 110

Number of obs
F( 12,
185)
Prob > F
R-squared

=
=
=
=

198
6.39
0.0000
0.2929

3Snsize205.11.9.16
-------------+-----------------------------Total | 60.2222222
197
.30569656

Adj R-squared =
Root MSE
=

0.2471
.47976

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0243062
.0521596
0.47
0.642
.0318358
q58 | -.0063487
.0286831
-0.22
0.825
-.0147749
q59 |
.1156298
.0440108
2.63
0.009
.1853697
q60 | -.0431086
.0276659
-1.56
0.121
-.1009676
q61 |
.0687491
.0495175
1.39
0.167
.0984514
q62 |
-.023699
.0251508
-0.94
0.347
-.0597428
q63 |
.1068819
.0597646
1.79
0.075
.1276235
q64 | -.0146485
.0415373
-0.35
0.725
-.0230328
q65 |
.3381012
.0698688
4.84
0.000
.3491491
q66 |
.0213558
.0396274
0.54
0.591
.0366215
q67 |
.0061502
.0427476
0.14
0.886
.0094327
q68 | -.0137387
.0313472
-0.44
0.662
-.0304204
_cons |
.5115177
.3446966
1.48
0.140
.
-----------------------------------------------------------------------------. regress q28 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 9.45282355
12 .787735296
Residual |
50.113503
183 .273844279
-------------+-----------------------------Total | 59.5663265
195 .305468341

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.88
0.0012
0.1587
0.1035
.5233

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0558474
.0739933
-0.75
0.451
-.0630889
q70 | -.0151657
.0409364
-0.37
0.711
-.027457
q71 |
.0077227
.0288146
0.27
0.789
.0190492
q72 |
.0237028
.0614754
0.39
0.700
.0307263
q73 | -.0039125
.0369098
-0.11
0.916
-.0076059
q74 | -.0202381
.0336671
-0.60
0.549
-.0450133
q75 |
.1291783
.0380697
3.39
0.001
.2548138
q76 |
.0507728
.0283176
1.79
0.075
.1254361
q77 |
.1773963
.0671784
2.64
0.009
.2114972
q78 |
.032083
.0381957
0.84
0.402
.0628997
q79 |
.0095802
.0318294
0.30
0.764
.0213462
q80 |
.013005
.0451544
0.29
0.774
.02274
_cons |
.6479737
.2721672
2.38
0.018
.
-----------------------------------------------------------------------------. regress q28 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 7.99662162
8 .999577702
Residual | 52.2256006
189 .276325929
-------------+-----------------------------Total | 60.2222222
197
.30569656

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.62
0.0006
0.1328
0.0961
.52567

-----------------------------------------------------------------------------q28 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 111

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q81 | -.0489041
.0488765
-1.00
0.318
-.0746556
q82 | -.1330842
.0444663
-2.99
0.003
-.229734
q83 |
.005672
.0341784
0.17
0.868
.0117781
q84 | -.0054794
.0293817
-0.19
0.852
-.0132618
q85 |
.1466786
.0729643
2.01
0.046
.163551
q86 |
.1047988
.0503994
2.08
0.039
.1612589
q87 |
.0820854
.0597423
1.37
0.171
.1208397
q88 | -.0089146
.0518908
-0.17
0.864
-.012435
_cons |
1.297833
.4270491
3.04
0.003
.
-----------------------------------------------------------------------------.
. //q29 as outcome variable: You overvalue sex as a way to make yourself happy.
. regress q29 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 20.7125223
17 1.21838366
Residual | 103.596203
131 .790810707
-------------+-----------------------------Total | 124.308725
148 .839923816

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.54
0.0902
0.1666
0.0585
.88928

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.214676
.2937924
0.73
0.466
.0605604
qhispanic |
.121608
.268642
0.45
0.652
.0423282
qblack | -.0477143
.4666997
-0.10
0.919
-.0084434
qasian |
1.180871
.4957819
2.38
0.019
.2089645
qpacif |
-.568621
.9135886
-0.62
0.535
-.0508288
qamerind |
.1988893
.5412568
0.37
0.714
.0305847
qotherrac |
.0649118
.3078106
0.21
0.833
.0177823
q2nd | -.3922031
.2017565
-1.94
0.054
-.205561
q3rd | -.5866496
.2076703
-2.82
0.005
-.2984584
qa | -.2546786
.311528
-0.82
0.415
-.0813541
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1499957
.1191478
-1.26
0.210
-.1606247
qlesshs | -.4210899
.236777
-1.78
0.078
-.2300877
qcath |
.3660975
.391101
0.94
0.351
.0903457
qlds |
.1838311
.1899819
0.97
0.335
.0959318
qprot |
.2896806
.3936212
0.74
0.463
.0623475
qbud | -.1281608
.5648437
-0.23
0.821
-.0197083
qis |
0 (omitted)
.
qotherrel |
.0549734
.2148408
0.26
0.798
.0257632
_cons |
2.04614
.393831
5.20
0.000
.
-----------------------------------------------------------------------------. regress q29 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.9242897
12 3.57702414
Residual | 126.945502
179 .709192749
Page 112

Number of obs
F( 12,
179)
Prob > F
R-squared

=
=
=
=

192
5.04
0.0000
0.2527

3Snsize205.11.9.16
-------------+-----------------------------Total | 169.869792
191 .889370637

Adj R-squared =
Root MSE
=

0.2026
.84214

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1409568
.0825981
1.71
0.090
.1210945
q12 | -.0470649
.0428694
-1.10
0.274
-.0750099
q11 | -.0793081
.055823
-1.42
0.157
-.0984589
q10 |
.0645103
.0855974
0.75
0.452
.0536703
q9 | -.0572468
.0745191
-0.77
0.443
-.0506774
q14 | -.0557424
.0386682
-1.44
0.151
-.0968886
q15 | -.2032434
.0662751
-3.07
0.003
-.2174765
q16 |
.0626063
.0621612
1.01
0.315
.074975
q17 | -.0400089
.0620174
-0.65
0.520
-.0477022
q18 | -.3383875
.0979042
-3.46
0.001
-.248012
q19 | -.0221475
.0533523
-0.42
0.679
-.0279565
q20 |
.0760388
.0623815
1.22
0.224
.0929342
_cons |
4.375486
.6539427
6.69
0.000
.
-----------------------------------------------------------------------------. regress q29 q21 q22 q23 q24 q25 q26 q27 q28 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.9869193
11 3.90790176
Residual |
130.10399
186 .699483816
-------------+-----------------------------Total | 173.090909
197 .878634056

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.59
0.0000
0.2483
0.2039
.83635

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1092996
.0806891
1.35
0.177
.0942281
q22 | -.0993212
.0648225
-1.53
0.127
-.1044694
q23 | -.0564552
.0531455
-1.06
0.289
-.0742667
q24 |
.062896
.0572292
1.10
0.273
.0761878
q25 | -.0660201
.04924
-1.34
0.182
-.0898748
q26 | -.0063944
.0362151
-0.18
0.860
-.0114815
q27 |
.1696676
.0567049
2.99
0.003
.2075426
q28 |
.0278587
.1167157
0.24
0.812
.0164324
q30 | -.0284847
.0816211
-0.35
0.727
-.0249741
q31 |
.1377415
.0738277
1.87
0.064
.1415805
q32 |
.2204335
.0693996
3.18
0.002
.2368416
_cons |
1.106198
.4860968
2.28
0.024
.
-----------------------------------------------------------------------------. regress q29 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.4337472
12 2.45281226
Residual | 142.989722
183 .781364602
-------------+-----------------------------Total | 172.423469
195
.88422292

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.14
0.0004
0.1707
0.1163
.88395

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 113

3Snsize205.11.9.16
q33 |
.0701048
.0839687
0.83
0.405
.0687559
q34 |
.1914716
.075544
2.53
0.012
.202049
q35 | -.0080963
.0514459
-0.16
0.875
-.0115784
q36 | -.0113359
.0566682
-0.20
0.842
-.0143615
q37 |
.089477
.0946999
0.94
0.346
.0702827
q38 |
.0726085
.0868914
0.84
0.404
.0599882
q39 | -.0480423
.052442
-0.92
0.361
-.0653463
q40 | -.0509579
.0689196
-0.74
0.461
-.0568696
q41 | -.1177362
.052124
-2.26
0.025
-.1674731
q42 | -.0549954
.0549443
-1.00
0.318
-.0717679
q43 |
.3661523
.1171036
3.13
0.002
.2469132
q44 |
.025573
.048441
0.53
0.598
.0383767
_cons |
1.009058
.5679572
1.78
0.077
.
-----------------------------------------------------------------------------. regress q29 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.3796754
12 2.44830629
Residual | 138.792913
184 .754309312
-------------+-----------------------------Total | 168.172589
196 .858023412

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.25
0.0003
0.1747
0.1209
.86851

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1405024
.0615639
-2.28
0.024
-.1681797
q46 | -.0046781
.0428775
-0.11
0.913
-.0076857
q47 |
.4007562
.0921171
4.35
0.000
.3144739
q48 |
.0133911
.0524229
0.26
0.799
.0187575
q49 |
.0711541
.0433877
1.64
0.103
.1196156
q50 |
.0731743
.0561944
1.30
0.194
.0935161
q51 | -.0057946
.061745
-0.09
0.925
-.006923
q52 | -.0721726
.0517937
-1.39
0.165
-.0981393
q53 | -.0532693
.0751172
-0.71
0.479
-.0544917
q54 | -.0502914
.0853999
-0.59
0.557
-.0531663
q55 |
.105345
.1058029
1.00
0.321
.0794788
q56 | -.0297262
.0872938
-0.34
0.734
-.0272224
_cons |
1.768225
.6210878
2.85
0.005
.
-----------------------------------------------------------------------------. regress q29 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.7483879
12 2.64569899
Residual | 141.342521
185 .764013628
-------------+-----------------------------Total | 173.090909
197 .878634056

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.46
0.0001
0.1834
0.1305
.87408

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1332621
.0950296
1.40
0.162
.102955
q58 |
.0115175
.0522578
0.22
0.826
.0158102
q59 |
.1078057
.0801834
1.34
0.180
.1019417
q60 | -.0071859
.0504045
-0.14
0.887
-.0099275
q61 |
.2493808
.090216
2.76
0.006
.210649
Page 114

3Snsize205.11.9.16
q62 |
.0195404
.0458222
0.43
0.670
.0290555
q63 |
.0950438
.1088851
0.87
0.384
.0669408
q64 |
.0117287
.0756769
0.15
0.877
.0108779
q65 | -.0285161
.127294
-0.22
0.823
-.0173698
q66 |
.1643554
.0721971
2.28
0.024
.1662436
q67 | -.0603309
.0778819
-0.77
0.440
-.0545794
q68 |
.1207306
.0571114
2.11
0.036
.1576801
_cons | -.0235533
.628003
-0.04
0.970
.
-----------------------------------------------------------------------------. regress q29 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.3985429
12 2.28321191
Residual | 143.024927
183 .781556975
-------------+-----------------------------Total | 170.423469
195
.87396651

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.92
0.0010
0.1608
0.1057
.88406

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1753274
.1250032
1.40
0.162
.1170943
q70 |
-.025667
.0691573
-0.37
0.711
-.0274726
q71 | -.0047125
.0486789
-0.10
0.923
-.0068722
q72 | -.1415227
.1038556
-1.36
0.175
-.1084606
q73 | -.0732857
.0623548
-1.18
0.241
-.0842257
q74 |
.0345905
.0568767
0.61
0.544
.0454845
q75 |
.2469778
.0643144
3.84
0.000
.2880228
q76 |
.0061647
.0478393
0.13
0.898
.0090041
q77 |
.025631
.1134901
0.23
0.822
.018066
q78 |
.0075338
.0645272
0.12
0.907
.0087321
q79 | -.0386084
.0537721
-0.72
0.474
-.0508586
q80 |
.1139365
.0762831
1.49
0.137
.1177822
_cons |
1.313832
.4597949
2.86
0.005
.
-----------------------------------------------------------------------------. regress q29 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 5.48812898
8 .686016122
Residual | 166.734093
189
.88219097
-------------+-----------------------------Total | 172.222222
197 .874224478

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
198
=
0.78
= 0.6229
= 0.0319
= -0.0091
= .93925

-----------------------------------------------------------------------------q29 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0701336
.0873314
-0.80
0.423
-.0633108
q82 | -.0871554
.0794514
-1.10
0.274
-.0889666
q83 | -.0311501
.0610692
-0.51
0.611
-.03825
q84 | -.0317614
.0524985
-0.60
0.546
-.0454571
q85 |
.2048223
.1303709
1.57
0.118
.1350509
q86 |
.0237202
.0900526
0.26
0.793
.0215834
q87 |
.0536976
.1067462
0.50
0.616
.0467447
q88 | -.0602329
.0927173
-0.65
0.517
-.0496832
_cons |
2.157316
.7630418
2.83
0.005
.
-----------------------------------------------------------------------------Page 115

3Snsize205.11.9.16
.
. //q30 as outcome variable: You dislike your job and perform at a less than
adequate level.
. regress q30 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 8.81715369
17
.5186561
Residual | 89.0217725
131 .679555515
-------------+-----------------------------Total | 97.8389262
148 .661073826

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.76
= 0.7317
= 0.0901
= -0.0280
= .82435

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3819531
.2723433
1.40
0.163
.1214534
qhispanic | -.0052289
.2490291
-0.02
0.983
-.0020515
qblack | -.0045649
.4326271
-0.01
0.992
-.0009105
qasian |
.1302344
.459586
0.28
0.777
.0259771
qpacif | -.3863945
.8468898
-0.46
0.649
-.0389325
qamerind |
.4101476
.501741
0.82
0.415
.0710932
qotherrac | -.0002052
.2853381
-0.00
0.999
-.0000633
q2nd |
-.211363
.1870267
-1.13
0.260
-.1248687
q3rd | -.1745275
.1925088
-0.91
0.366
-.1000838
qa |
.1572634
.2887841
0.54
0.587
.0566252
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0718666
.1104491
0.65
0.516
.0867472
qlesshs |
.2952783
.2194905
1.35
0.181
.1818633
qcath | -.3733907
.3625477
-1.03
0.305
-.103865
qlds |
.2439276
.1761118
1.39
0.168
.1434827
qprot |
.1157155
.3648839
0.32
0.752
.0280728
qbud |
.5353722
.5236059
1.02
0.308
.0927991
qis |
0 (omitted)
.
qotherrel | -.0644865
.1991558
-0.32
0.747
-.0340652
_cons |
1.072071
.3650784
2.94
0.004
.
-----------------------------------------------------------------------------. regress q30 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.8621759
12 2.57184799
Residual | 102.382616
179
.57196992
-------------+-----------------------------Total | 133.244792
191
.69761671

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
4.50
0.0000
0.2316
0.1801
.75629

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0078591
.0741779
0.11
0.916
.0076233
q12 |
.0500609
.0384992
1.30
0.195
.0900851
q11 |
.0151671
.0501323
0.30
0.763
.0212605
q10 |
.2487328
.0768715
3.24
0.001
.2336529
Page 116

3Snsize205.11.9.16
q9 |
.0939498
.0669224
1.40
0.162
.0939057
q14 |
.069447
.0347262
2.00
0.047
.1362928
q15 | -.1231293
.0595189
-2.07
0.040
-.1487614
q16 |
.0257422
.0558243
0.46
0.645
.0348078
q17 |
.0706857
.0556953
1.27
0.206
.0951583
q18 | -.1945255
.0879236
-2.21
0.028
-.1609785
q19 | -.0156714
.0479134
-0.33
0.744
-.0223358
q20 |
.0467036
.0560222
0.83
0.406
.0644501
_cons |
1.796051
.5872786
3.06
0.003
.
-----------------------------------------------------------------------------. regress q30 q21 q22 q23 q24 q25 q26 q27 q28 q29 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.1282707
11 2.55711552
Residual | 104.927285
186 .564125187
-------------+-----------------------------Total | 133.055556
197 .675408911

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.53
0.0000
0.2114
0.1648
.75108

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.091245
.0725111
1.26
0.210
.0897204
q22 | -.0374541
.0585154
-0.64
0.523
-.0449332
q23 |
.0131969
.0478619
0.28
0.783
.0198008
q24 | -.1458418
.05044
-2.89
0.004
-.2014954
q25 |
.0226596
.0444019
0.51
0.610
.0351832
q26 |
.0411175
.0323855
1.27
0.206
.0842061
q27 |
.1045728
.0515678
2.03
0.044
.1458974
q28 |
.0595609
.1047412
0.57
0.570
.0400703
q29 | -.0229725
.0658264
-0.35
0.727
-.0262017
q31 |
.1243494
.0662942
1.88
0.062
.1457817
q32 |
.0992637
.0635767
1.56
0.120
.1216442
_cons |
1.41526
.4302352
3.29
0.001
.
-----------------------------------------------------------------------------. regress q30 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.0804627
12 2.50670523
Residual | 104.220558
183 .569511244
-------------+-----------------------------Total |
134.30102
195 .688723182

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.40
0.0000
0.2240
0.1731
.75466

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
-.055359
.0716872
-0.77
0.441
-.061519
q34 | -.0142651
.0644947
-0.22
0.825
-.0170563
q35 |
.0588432
.0439212
1.34
0.182
.0953495
q36 |
.0532975
.0483798
1.10
0.272
.0765087
q37 |
.2050096
.0808488
2.54
0.012
.182461
q38 | -.0935779
.0741824
-1.26
0.209
-.0876013
q39 |
.0598006
.0447717
1.34
0.183
.092164
q40 |
.1954686
.0588392
3.32
0.001
.2471747
q41 |
.0433907
.0445002
0.98
0.331
.0699343
q42 |
.0061114
.046908
0.13
0.896
.0090365
Page 117

3Snsize205.11.9.16
q43 |
.2181054
.0999757
2.18
0.030
.1666508
q44 |
.0608359
.0413559
1.47
0.143
.1034439
_cons |
.4404943
.4848863
0.91
0.365
.
-----------------------------------------------------------------------------. regress q30 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.1641226
12 1.93034355
Residual | 111.739431
184 .607279515
-------------+-----------------------------Total | 134.903553
196 .688283435

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.18
0.0004
0.1717
0.1177
.77928

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0231987
.055239
0.42
0.675
.0310042
q46 |
-.007655
.0384724
-0.20
0.843
-.0140419
q47 |
.0413656
.0826532
0.50
0.617
.0362418
q48 | -.1071433
.0470371
-2.28
0.024
-.1675677
q49 | -.0290439
.0389302
-0.75
0.457
-.054514
q50 |
.0631708
.0504212
1.25
0.212
.0901385
q51 |
.042881
.0554015
0.77
0.440
.0572012
q52 | -.0195724
.0464726
-0.42
0.674
-.0297153
q53 | -.0572062
.0673999
-0.85
0.397
-.0653375
q54 |
.0841335
.0766261
1.10
0.274
.0993065
q55 |
.1183565
.094933
1.25
0.214
.0997
q56 |
.1136658
.0783255
1.45
0.148
.1162204
_cons |
1.646571
.5572789
2.95
0.004
.
-----------------------------------------------------------------------------. regress q30 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.5944397
12 2.46620331
Residual | 105.233843
185 .568831584
-------------+-----------------------------Total | 134.828283
197 .684407527

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.34
0.0000
0.2195
0.1689
.75421

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1863929
.0819974
-2.27
0.024
-.1631611
q58 |
.083601
.0450913
1.85
0.065
.1300281
q59 |
.1297763
.0691872
1.88
0.062
.139044
q60 |
.0384326
.0434922
0.88
0.378
.0601597
q61 | -.1064118
.0778439
-1.37
0.173
-.1018434
q62 |
.0110329
.0395383
0.28
0.781
.018588
q63 |
.0167513
.0939528
0.18
0.859
.0133679
q64 | -.0193582
.0652987
-0.30
0.767
-.0203426
q65 |
.1953674
.1098371
1.78
0.077
.1348355
q66 |
.2141253
.0622961
3.44
0.001
.2454006
q67 |
.103106
.0672013
1.53
0.127
.1056865
q68 |
.0066555
.0492792
0.14
0.893
.0098489
_cons |
1.338703
.5418798
2.47
0.014
.
-----------------------------------------------------------------------------Page 118

3Snsize205.11.9.16
. regress q30 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.8906419
12 3.99088683
Residual | 86.1705825
183
.4708775
-------------+-----------------------------Total | 134.061224
195 .687493459

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
8.48
0.0000
0.3572
0.3151
.68621

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2175277
.0970274
2.24
0.026
.1637999
q70 |
.0357099
.0536799
0.67
0.507
.043095
q71 |
.0422432
.0377846
1.12
0.265
.0694566
q72 |
.1986538
.0806127
2.46
0.015
.1716547
q73 | -.0343973
.0483998
-0.71
0.478
-.044572
q74 |
.04011
.0441477
0.91
0.365
.0594664
q75 |
.0302188
.0499208
0.61
0.546
.0397337
q76 |
-.009664
.0371328
-0.26
0.795
-.0159147
q77 |
.0600356
.088091
0.68
0.496
.0477109
q78 |
.2780913
.050086
5.55
0.000
.363421
q79 |
.0081917
.0417379
0.20
0.845
.0121667
q80 |
.0826797
.059211
1.40
0.164
.0963672
_cons | -.0395488
.3568928
-0.11
0.912
.
-----------------------------------------------------------------------------. regress q30 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.5931935
8 3.32414919
Residual | 108.235089
189
.57267243
-------------+-----------------------------Total | 134.828283
197 .684407527

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.80
0.0000
0.1972
0.1633
.75675

-----------------------------------------------------------------------------q30 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1494544
.0703626
-2.12
0.035
-.1524804
q82 | -.0125352
.0640137
-0.20
0.845
-.0144616
q83 | -.0346937
.0492033
-0.71
0.482
-.0481478
q84 |
.0193527
.0422979
0.46
0.648
.0313038
q85 |
.3466603
.1050395
3.30
0.001
.2583321
q86 | -.0238882
.0725551
-0.33
0.742
-.0245662
q87 | -.1093048
.0860051
-1.27
0.205
-.1075402
q88 |
.1559336
.074702
2.09
0.038
.1453684
_cons |
2.17799
.6147806
3.54
0.000
.
-----------------------------------------------------------------------------.
. //q31 as outcome variable: You regularly have sexual thoughts that upset you.
. regress q31 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |

SS

df

MS
Page 119

Number of obs =

149

3Snsize205.11.9.16
-------------+-----------------------------Model | 14.5885229
17 .858148406
Residual | 114.418189
131 .873421286
-------------+-----------------------------Total | 129.006711
148 .871666969

F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
0.98
= 0.4817
= 0.1131
= -0.0020
= .93457

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3309985
.3087565
1.07
0.286
.0916591
qhispanic |
.3201578
.2823251
1.13
0.259
.1093896
qblack |
.2397816
.4904708
0.49
0.626
.0416515
qasian |
.0562046
.5210342
0.11
0.914
.0097631
qpacif | -.3449968
.9601217
-0.36
0.720
-.0302724
qamerind |
.0148475
.5688254
0.03
0.979
.0022413
qotherrac |
.5078715
.3234888
1.57
0.119
.1365721
q2nd |
-.115733
.2120328
-0.55
0.586
-.0595431
q3rd | -.1876567
.2182479
-0.86
0.391
-.093716
qa | -.0231936
.3273955
-0.07
0.944
-.0072728
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
-.08537
.1252165
-0.68
0.497
-.0897394
qlesshs |
.0469263
.2488371
0.19
0.851
.0251698
qcath | -.4176841
.4110215
-1.02
0.311
-.101182
qlds |
.4821226
.1996585
2.41
0.017
.2469709
qprot | -.0726678
.4136701
-0.18
0.861
-.0153528
qbud | -.1019148
.5936137
-0.17
0.864
-.0153842
qis |
0 (omitted)
.
qotherrel |
.0530609
.2257836
0.24
0.815
.0244099
_cons |
1.300471
.4138906
3.14
0.002
.
-----------------------------------------------------------------------------. regress q31 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.1266266
12 4.67721888
Residual | 119.873373
179
.66968365
-------------+-----------------------------Total |
176
191 .921465969

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
6.98
0.0000
0.3189
0.2732
.81834

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0099924
.0802643
0.12
0.901
.0084336
q12 |
.0479737
.0416582
1.15
0.251
.075115
q11 | -.1122654
.0542458
-2.07
0.040
-.1369257
q10 |
.0764496
.0831789
0.92
0.359
.0624859
q9 | -.1677383
.0724136
-2.32
0.022
-.1458805
q14 |
.0124382
.0375756
0.33
0.741
.0212396
q15 | -.3062266
.0644025
-4.75
0.000
-.3219146
q16 |
.1547934
.0604049
2.56
0.011
.1821178
q17 |
.1292488
.0602652
2.14
0.033
.1513945
q18 |
.0149367
.095138
0.16
0.875
.0107551
q19 |
.0276811
.0518448
0.53
0.594
.0343276
q20 |
.042165
.060619
0.70
0.488
.0506284
_cons |
2.59494
.6354661
4.08
0.000
.
-----------------------------------------------------------------------------Page 120

3Snsize205.11.9.16
. regress q31 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.8980441
11 5.17254946
Residual | 125.975693
186 .677288673
-------------+-----------------------------Total | 182.873737
197 .928293083

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.64
0.0000
0.3111
0.2704
.82298

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0723688
.0796126
0.91
0.365
.060698
q22 |
.0456418
.0640997
0.71
0.477
.0467059
q23 | -.1320207
.051553
-2.56
0.011
-.168964
q24 |
.0492258
.056381
0.87
0.384
.0580118
q25 | -.0192295
.0486656
-0.40
0.693
-.0254678
q26 |
.0395888
.0355204
1.11
0.266
.0691559
q27 |
.1205014
.0564376
2.14
0.034
.1434043
q28 |
.1029675
.1146183
0.90
0.370
.0590885
q29 |
.1333708
.0714851
1.87
0.064
.1297545
q30 |
.1492939
.0795928
1.88
0.062
.1273453
q32 |
.2967685
.0666553
4.45
0.000
.3102127
_cons |
.1015431
.4848785
0.21
0.834
.
-----------------------------------------------------------------------------. regress q31 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.2636519
12 4.77197099
Residual |
124.46594
183 .680141749
-------------+-----------------------------Total | 181.729592
195 .931946625

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
7.02
0.0000
0.3151
0.2702
.82471

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0947927
.0783412
1.21
0.228
.0905571
q34 |
.1039418
.0704811
1.47
0.142
.1068385
q35 |
.0535259
.047998
1.12
0.266
.0745611
q36 |
.0197771
.0528704
0.37
0.709
.0244059
q37 |
.0722298
.0883532
0.82
0.415
.0552636
q38 | -.0809021
.081068
-1.00
0.320
-.0651064
q39 |
.2003287
.0489274
4.09
0.000
.2654152
q40 |
.0343558
.0643006
0.53
0.594
.0373469
q41 | -.1051748
.0486307
-2.16
0.032
-.1457243
q42 | -.0470025
.051262
-0.92
0.360
-.0597462
q43 |
.4262261
.1092555
3.90
0.000
.2799676
q44 | -.0057251
.0451945
-0.13
0.899
-.0083686
_cons |
.7092895
.5298933
1.34
0.182
.
-----------------------------------------------------------------------------. regress q31 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.3952255
12 3.11626879
Residual | 134.878886
184 .733037425
Page 121

Number of obs
F( 12,
184)
Prob > F
R-squared

=
=
=
=

197
4.25
0.0000
0.2171

3Snsize205.11.9.16
-------------+-----------------------------Total | 172.274112
196 .878949549

Adj R-squared =
Root MSE
=

0.1660
.85618

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1272204
.0606897
-2.10
0.037
-.1504576
q46 |
.0134977
.0422686
0.32
0.750
.0219099
q47 |
.4019028
.0908089
4.43
0.000
.3115968
q48 | -.0237014
.0516784
-0.46
0.647
-.0328021
q49 |
.0487556
.0427716
1.14
0.256
.0809804
q50 |
.0940516
.0553964
1.70
0.091
.1187578
q51 |
.0525275
.0608681
0.86
0.389
.0620053
q52 | -.0191927
.0510582
-0.38
0.707
-.0257855
q53 | -.0650363
.0740505
-0.88
0.381
-.0657321
q54 |
.0495074
.0841871
0.59
0.557
.0517107
q55 | -.0593369
.1043004
-0.57
0.570
-.0442312
q56 |
.0838823
.0860541
0.97
0.331
.075897
_cons |
1.476629
.6122677
2.41
0.017
.
-----------------------------------------------------------------------------. regress q31 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 58.8991306
12 4.90826088
Residual | 119.444304
185 .645644885
-------------+-----------------------------Total | 178.343434
197 .905296621

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.60
0.0000
0.3303
0.2868
.80352

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2140597
.0873585
2.45
0.015
.1629236
q58 |
.1160331
.0480394
2.42
0.017
.1569168
q59 |
.2683166
.0737107
3.64
0.000
.2499576
q60 |
.0617323
.0463357
1.33
0.184
.0840195
q61 |
.2709866
.0829335
3.27
0.001
.2255032
q62 | -.0024621
.0421233
-0.06
0.953
-.0036067
q63 |
.1998889
.1000955
2.00
0.047
.1386963
q64 |
.0084304
.069568
0.12
0.904
.0077028
q65 |
.0355281
.1170184
0.30
0.762
.0213199
q66 |
.0640716
.0663691
0.97
0.336
.0638462
q67 |
-.013554
.071595
-0.19
0.850
-.01208
q68 |
.1425129
.0525012
2.71
0.007
.1833675
_cons | -1.260103
.5773086
-2.18
0.030
.
-----------------------------------------------------------------------------. regress q31 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 45.9674392
12 3.83061993
Residual | 131.762153
183 .720011763
-------------+-----------------------------Total | 177.729592
195 .911433804

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.32
0.0000
0.2586
0.2100
.84854

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 122

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q69 |
.1722162
.1199804
1.44
0.153
.1126276
q70 | -.0430337
.0663785
-0.65
0.518
-.0451044
q71 |
.0268436
.046723
0.57
0.566
.0383327
q72 | -.0444951
.0996826
-0.45
0.656
-.033392
q73 | -.1540914
.0598494
-2.57
0.011
-.1734156
q74 |
.1152846
.0545914
2.11
0.036
.1484437
q75 |
.1666023
.0617302
2.70
0.008
.1902545
q76 | -.0585624
.0459171
-1.28
0.204
-.0837589
q77 |
.075077
.10893
0.69
0.492
.0518188
q78 |
.0714543
.0619344
1.15
0.250
.0811004
q79 |
.1111399
.0516115
2.15
0.033
.1433632
q80 |
.1734275
.073218
2.37
0.019
.1755577
_cons |
.7884504
.4413201
1.79
0.076
.
-----------------------------------------------------------------------------. regress q31 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.1178265
8 2.01472831
Residual | 167.255911
189
.88495191
-------------+-----------------------------Total | 183.373737
197 .930831154

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.28
0.0239
0.0879
0.0493
.94072

-----------------------------------------------------------------------------q31 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0919141
.0874679
-1.05
0.295
-.0804099
q82 |
.0674416
.0795756
0.85
0.398
.066717
q83 |
-.029433
.0611647
-0.48
0.631
-.0350253
q84 | -.0081485
.0525806
-0.15
0.877
-.011302
q85 |
.3373668
.1305747
2.58
0.011
.2155751
q86 | -.0371745
.0901934
-0.41
0.681
-.032781
q87 | -.1098858
.1069131
-1.03
0.305
-.0927032
q88 |
.0098962
.0928623
0.11
0.915
.0079108
_cons |
2.052408
.7642349
2.69
0.008
.
-----------------------------------------------------------------------------.
. //q32 as outcome variable: You regularly change plans suddenly.
. regress q32 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 13.1934083
17 .776082839
Residual | 138.699209
131 1.05877259
-------------+-----------------------------Total | 151.892617
148 1.02630147

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.73
= 0.7643
= 0.0869
= -0.0316
=
1.029

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.0062319
.3399426
0.02
0.985
.0015904
qhispanic |
.1876849
.3108415
0.60
0.547
.0590989
Page 123

3Snsize205.11.9.16
qblack |
.4197055
.540011
0.78
0.438
.0671888
qasian |
-.176238
.5736615
-0.31
0.759
-.0282132
qpacif | -.7848396
1.057099
-0.74
0.459
-.0634673
qamerind |
.9657662
.6262799
1.54
0.125
.1343531
qotherrac |
.4037583
.3561629
1.13
0.259
.1000616
q2nd | -.2092972
.2334493
-0.90
0.372
-.0992374
q3rd | -.3878301
.2402921
-1.61
0.109
-.1784962
qa |
.0949537
.3604643
0.26
0.793
.0274398
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0427552
.137864
0.31
0.757
.0414195
qlesshs |
.0642492
.273971
0.23
0.815
.0317591
qcath |
.0392319
.4525369
0.09
0.931
.0087586
qlds |
.3189354
.2198251
1.45
0.149
.1505666
qprot |
.0784874
.455453
0.17
0.863
.0152821
qbud |
.6254884
.6535719
0.96
0.340
.0870152
qis |
0 (omitted)
.
qotherrel |
.1813337
.2485889
0.73
0.467
.0768789
_cons |
1.902394
.4556958
4.17
0.000
.
-----------------------------------------------------------------------------. regress q32 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 73.3585682
12 6.11321402
Residual | 119.511223
179 .667660466
-------------+-----------------------------Total | 192.869792
191 1.00978949

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
9.16
0.0000
0.3804
0.3388
.8171

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0428108
.080143
-0.53
0.594
-.0345157
q12 | -.0192616
.0415952
-0.46
0.644
-.0288098
q11 | -.0663524
.0541637
-1.23
0.222
-.0773072
q10 |
.1835386
.0830532
2.21
0.028
.1433041
q9 |
.0305547
.0723041
0.42
0.673
.0253844
q14 |
.0188736
.0375188
0.50
0.616
.0307871
q15 | -.0968053
.0643052
-1.51
0.134
-.0972122
q16 |
.2858586
.0603135
4.74
0.000
.3212739
q17 |
.1223841
.0601741
2.03
0.043
.1369408
q18 | -.1489651
.0949942
-1.57
0.119
-.1024634
q19 |
.0221052
.0517665
0.43
0.670
.0261867
q20 |
.1335965
.0605273
2.21
0.029
.1532362
_cons |
1.861239
.6345055
2.93
0.004
.
-----------------------------------------------------------------------------. regress q32 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31, b
Source |
SS
df
MS
-------------+-----------------------------Model | 62.0578441
11 5.64162219
Residual | 137.760338
186 .740646977
-------------+-----------------------------Total | 199.818182
197 1.01430549

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.62
0.0000
0.3106
0.2698
.86061

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 124

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q21 | -.0183491
.083427
-0.22
0.826
-.014723
q22 |
-.031272
.067083
-0.47
0.642
-.0306142
q23 |
.0747035
.0545784
1.37
0.173
.0914643
q24 | -.1628042
.0578614
-2.81
0.005
-.1835472
q25 |
.019003
.0508933
0.37
0.709
.024077
q26 | -.0110128
.0372598
-0.30
0.768
-.018404
q27 |
.0381641
.0596717
0.64
0.523
.0434494
q28 |
.0706779
.1200074
0.59
0.557
.0388012
q29 |
.2334056
.0734836
3.18
0.002
.2172355
q30 |
.1303245
.0834707
1.56
0.120
.106347
q31 |
.3245303
.0728907
4.45
0.000
.3104655
_cons |
1.315926
.4978467
2.64
0.009
.
-----------------------------------------------------------------------------. regress q32 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 65.6547637
12 5.47123031
Residual | 132.161563
183 .722194333
-------------+-----------------------------Total | 197.816327
195
1.0144427

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
7.58
0.0000
0.3319
0.2881
.84982

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.168621
.0807268
2.09
0.038
.1543978
q34 |
.1834911
.0726273
2.53
0.012
.1807734
q35 |
.025433
.0494596
0.51
0.608
.0339569
q36 |
.1381498
.0544803
2.54
0.012
.1634041
q37 |
.1296091
.0910436
1.42
0.156
.0950473
q38 |
.183108
.0835366
2.19
0.030
.1412385
q39 |
.0499542
.0504172
0.99
0.323
.0634361
q40 |
.1774369
.0662587
2.68
0.008
.1848755
q41 | -.0353381
.0501116
-0.71
0.482
-.0469294
q42 |
-.08319
.0528229
-1.57
0.117
-.1013543
q43 |
.1399564
.1125824
1.24
0.215
.0881135
q44 |
.026132
.0465707
0.56
0.575
.0366122
_cons | -.3286745
.5460291
-0.60
0.548
.
-----------------------------------------------------------------------------. regress q32 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 54.0025485
12 4.50021237
Residual | 140.870548
184 .765600804
-------------+-----------------------------Total | 194.873096
196 .994250492

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.88
0.0000
0.2771
0.2300
.87499

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1529844
.062023
-2.47
0.015
-.1701135
q46 | -.0386283
.0431973
-0.89
0.372
-.0589547
q47 |
.0436155
.092804
0.47
0.639
.0317941
q48 |
.0087957
.0528138
0.17
0.868
.0114454
q49 | -.0046377
.0437113
-0.11
0.916
-.0072426
Page 125

3Snsize205.11.9.16
q50 |
.1703494
.0566135
3.01
0.003
.2022415
q51 |
.058874
.0622054
0.95
0.345
.065343
q52 | -.0513303
.0521799
-0.98
0.327
-.0648404
q53 | -.1100481
.0756774
-1.45
0.148
-.1045774
q54 |
.2321069
.0860367
2.70
0.008
.2279462
q55 |
.0920896
.1065918
0.86
0.389
.064543
q56 |
.0184107
.0879447
0.21
0.834
.0156624
_cons |
2.268618
.6257192
3.63
0.000
.
-----------------------------------------------------------------------------. regress q32 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 77.5375031
12 6.46145859
Residual | 121.215022
185 .655216336
-------------+-----------------------------Total | 198.752525
197 1.00889607

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
9.86
0.0000
0.3901
0.3506
.80945

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0992429
.0880036
1.13
0.261
.0715518
q58 |
.1644859
.0483942
3.40
0.001
.2107118
q59 |
.0527173
.0742551
0.71
0.479
.0465205
q60 |
.0249447
.0466779
0.53
0.594
.0321602
q61 |
.1042203
.0835459
1.25
0.214
.0821542
q62 | -.0369368
.0424344
-0.87
0.385
-.0512549
q63 |
.1085006
.1008347
1.08
0.283
.0713149
q64 |
.0126962
.0700818
0.18
0.856
.0109887
q65 |
.1525546
.1178826
1.29
0.197
.0867185
q66 |
.3018743
.0668593
4.52
0.000
.2849495
q67 |
.0484554
.0721238
0.67
0.503
.0409083
q68 |
.2145191
.0528889
4.06
0.000
.2614607
_cons | -.5017166
.581572
-0.86
0.389
.
-----------------------------------------------------------------------------. regress q32 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.4863427
12 4.79052856
Residual | 137.386106
183
.75074375
-------------+-----------------------------Total | 194.872449
195 .999345892

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.38
0.0000
0.2950
0.2488
.86645

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1257114
.1225142
1.03
0.306
.0785145
q70 | -.0773306
.0677803
-1.14
0.255
-.0774044
q71 |
.1947591
.0477097
4.08
0.000
.2656017
q72 |
-.071059
.1017877
-0.70
0.486
-.0509277
q73 | -.0511122
.0611133
-0.84
0.404
-.0549337
q74 |
.0318063
.0557443
0.57
0.569
.0391118
q75 |
.1700449
.0630339
2.70
0.008
.185448
q76 | -.0144523
.0468867
-0.31
0.758
-.0197403
q77 |
.0846833
.1112304
0.76
0.447
.0558191
q78 |
.0807543
.0632424
1.28
0.203
.0875316
Page 126

3Snsize205.11.9.16
q79 |
.0992861
.0527014
1.88
0.061
.1223096
q80 |
.1938392
.0747643
2.59
0.010
.1873907
_cons |
.7739444
.45064
1.72
0.088
.
-----------------------------------------------------------------------------. regress q32 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.7170801
8 3.83963501
Residual | 168.156657
189 .889717763
-------------+-----------------------------Total | 198.873737
197 1.00951136

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.32
0.0001
0.1545
0.1187
.94325

-----------------------------------------------------------------------------q32 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2717566
.0877031
-3.10
0.002
-.2282903
q82 | -.1517861
.0797896
-1.90
0.059
-.1441851
q83 | -.0641659
.0613292
-1.05
0.297
-.0733216
q84 |
.0003788
.052722
0.01
0.994
.0005045
q85 |
.181871
.1309259
1.39
0.166
.1115936
q86 | -.0670268
.0904359
-0.74
0.460
-.0567552
q87 | -.1737081
.1072006
-1.62
0.107
-.1407192
q88 |
.001608
.093112
0.02
0.986
.0012343
_cons |
4.598612
.76629
6.00
0.000
.
-----------------------------------------------------------------------------.
. //q33 as outcome variable: You find yourself preoccupied with media focused on
your offense-related behavior.
. regress q33 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.39525063
17 .552661802
Residual | 117.114816
131 .894006233
-------------+-----------------------------Total | 126.510067
148 .854797751

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.62
= 0.8728
= 0.0743
= -0.0459
= .94552

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.5570077
.3123737
1.78
0.077
.1557594
qhispanic | -.4218648
.2856327
-1.48
0.142
-.1455556
qblack | -.1707557
.4962169
-0.34
0.731
-.0299525
qasian | -.1242823
.5271384
-0.24
0.814
-.0218006
qpacif | -.8148884
.97137
-0.84
0.403
-.072206
qamerind | -.6938276
.5754895
-1.21
0.230
-.1057628
qotherrac | -.3617419
.3272786
-1.11
0.271
-.0982314
q2nd |
.0214398
.2145169
0.10
0.921
.0111388
q3rd | -.0959543
.2208047
-0.43
0.665
-.0483902
qa |
.1342261
.3312311
0.41
0.686
.0425023
qb |
0 (omitted)
.
qc |
0 (omitted)
.
Page 127

3Snsize205.11.9.16
qsomecoll | -.0311406
.1266835
-0.25
0.806
-.0330559
qlesshs | -.1471569
.2517524
-0.58
0.560
-.0797054
qcath |
.5663866
.4158368
1.36
0.176
.1385517
qlds | -.1655326
.2019976
-0.82
0.414
-.0856279
qprot |
.1045614
.4185164
0.25
0.803
.0223079
qbud | -.0812768
.6005682
-0.14
0.893
-.0123893
qis |
0 (omitted)
.
qotherrel | -.1735295
.2284287
-0.76
0.449
-.0806135
_cons |
1.298722
.4187395
3.10
0.002
.
-----------------------------------------------------------------------------. regress q33 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.9000632
12
2.6583386
Residual | 129.219729
179 .721897925
-------------+-----------------------------Total | 161.119792
191 .843559119

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.68
0.0001
0.1980
0.1442
.84965

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1104499
.0833347
1.33
0.187
.0974288
q12 | -.0213577
.0432517
-0.49
0.622
-.034951
q11 |
.0239439
.0563208
0.43
0.671
.0305222
q10 |
.0837069
.0863607
0.97
0.334
.0715072
q9 |
.0450825
.0751836
0.60
0.550
.0409784
q14 | -.0363798
.039013
-0.93
0.352
-.0649278
q15 |
-.077867
.0668661
-1.16
0.246
-.0855526
q16 |
.137144
.0627155
2.19
0.030
.1686392
q17 |
.1450983
.0625705
2.32
0.022
.1776347
q18 | -.1701399
.0987773
-1.72
0.087
-.1280408
q19 |
-.003857
.053828
-0.07
0.943
-.0049992
q20 |
.0496333
.0629378
0.79
0.431
.062287
_cons |
1.637754
.6597744
2.48
0.014
.
-----------------------------------------------------------------------------. regress q33 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.9244194
12 3.57703495
Residual | 125.282651
185 .677203521
-------------+-----------------------------Total | 168.207071
197 .853842999

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.28
0.0000
0.2552
0.2069
.82292

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0407136
.0797842
0.51
0.610
.0356054
q22 |
-.045313
.064183
-0.71
0.481
-.0483487
q23 |
.0907399
.0524506
1.73
0.085
.1210888
q24 | -.0835398
.0564929
-1.48
0.141
-.1026528
q25 | -.0064577
.048683
-0.13
0.895
-.0089177
q26 | -.0332613
.0356366
-0.93
0.352
-.0605828
q27 |
.0077295
.0571215
0.14
0.893
.0095913
q28 |
.2837496
.1148594
2.47
0.014
.169782
q29 |
.0827393
.0721463
1.15
0.253
.0839319
Page 128

3Snsize205.11.9.16
q30 | -.0253606
.080337
-0.32
0.753
-.0225556
q31 |
.1471963
.0733189
2.01
0.046
.1534795
q32 |
.2154486
.0701128
3.07
0.002
.2348222
_cons |
.7613728
.4849052
1.57
0.118
.
-----------------------------------------------------------------------------. regress q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 55.0318956
11
5.0028996
Residual | 110.820145
184 .602283398
-------------+-----------------------------Total | 165.852041
195 .850523286

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
8.31
0.0000
0.3318
0.2919
.77607

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q34 |
.1668895
.0651733
2.56
0.011
.179564
q35 |
.0788782
.0447914
1.76
0.080
.1150159
q36 |
-.011014
.0497457
-0.22
0.825
-.0142276
q37 |
.128881
.0825978
1.56
0.120
.10322
q38 |
.1094713
.0758589
1.44
0.151
.0922182
q39 | -.0030101
.0460413
-0.07
0.948
-.0041746
q40 |
.1750258
.0591167
2.96
0.003
.1991629
q41 | -.0039024
.0457618
-0.09
0.932
-.0056598
q42 | -.1086521
.0475691
-2.28
0.024
-.1445706
q43 |
.5193751
.0954163
5.44
0.000
.3571095
q44 | -.0004337
.0425291
-0.01
0.992
-.0006636
_cons | -.3287445
.4980531
-0.66
0.510
.
-----------------------------------------------------------------------------. regress q33 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.4005619
12 2.61671349
Residual | 125.056291
184 .679653755
-------------+-----------------------------Total | 156.456853
196 .798249249

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.85
0.0000
0.2007
0.1486
.82441

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0488986
.058438
-0.84
0.404
-.0606829
q46 |
.0160009
.0407004
0.39
0.695
.0272543
q47 |
.1637203
.0874398
1.87
0.063
.1331947
q48 | -.1097031
.0497611
-2.20
0.029
-.1593157
q49 |
.0106121
.0411847
0.26
0.797
.0184957
q50 |
.0732674
.0533412
1.37
0.171
.0970776
q51 |
.0319019
.0586099
0.54
0.587
.0395158
q52 |
.0370879
.0491639
0.75
0.452
.0522858
q53 | -.0632337
.0713031
-0.89
0.376
-.0670629
q54 |
.0536313
.0810637
0.66
0.509
.0587816
q55 | -.1208457
.1004307
-1.20
0.230
-.0945254
q56 |
.2948057
.0828615
3.56
0.000
.2799
_cons |
1.465402
.589552
2.49
0.014
.
-----------------------------------------------------------------------------Page 129

3Snsize205.11.9.16
. regress q33 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.3208399
12 3.27673666
Residual | 129.042796
185
.69752863
-------------+-----------------------------Total | 168.363636
197 .854637748

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.70
0.0000
0.2335
0.1838
.83518

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0599307
.0908007
-0.66
0.510
-.0469465
q58 |
.0267261
.0499323
0.54
0.593
.0371988
q59 |
.1042009
.0766152
1.36
0.175
.0999067
q60 | -.0388903
.0481615
-0.81
0.420
-.054477
q61 |
.1602053
.0862013
1.86
0.065
.1372102
q62 | -.0182388
.0437831
-0.42
0.677
-.0274982
q63 | -.0961954
.1040396
-0.92
0.356
-.0686965
q64 |
.0307436
.0723093
0.43
0.671
.0289109
q65 |
.2795872
.1216293
2.30
0.023
.1726775
q66 |
.0112203
.0689843
0.16
0.871
.0115074
q67 |
.1230908
.0744161
1.65
0.100
.1129088
q68 |
.154144
.0545699
2.82
0.005
.2041265
_cons |
.7649198
.6000565
1.27
0.204
.
-----------------------------------------------------------------------------. regress q33 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.5380671
12 2.71150559
Residual | 131.727239
183 .719820979
-------------+-----------------------------Total | 164.265306
195 .842386185

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.77
0.0000
0.1981
0.1455
.84842

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0566546
.1199645
0.47
0.637
.0385401
q70 | -.0202208
.0663697
-0.30
0.761
-.0220452
q71 |
.0571676
.0467168
1.22
0.223
.0849152
q72 |
.0865859
.0996694
0.87
0.386
.0675904
q73 |
.1287469
.0598414
2.15
0.033
.1507139
q74 |
.1702485
.0545842
3.12
0.002
.2280241
q75 |
.1740929
.061722
2.82
0.005
.2067959
q76 |
.0237394
.045911
0.52
0.606
.0353174
q77 | -.0601838
.1089155
-0.55
0.581
-.0432083
q78 | -.0272844
.0619262
-0.44
0.660
-.0322118
q79 |
.0443661
.0516046
0.86
0.391
.0595286
q80 |
.0297348
.0732083
0.41
0.685
.0313093
_cons |
.3035449
.4412616
0.69
0.492
.
-----------------------------------------------------------------------------. regress q33 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.4557557
8 1.93196946
Page 130

Number of obs =
F( 8,
189) =
Prob > F
=

198
2.39
0.0178

3Snsize205.11.9.16
Residual | 152.751315
189 .808208016
-------------+-----------------------------Total | 168.207071
197 .853842999

R-squared
=
Adj R-squared =
Root MSE
=

0.0919
0.0534
.899

-----------------------------------------------------------------------------q33 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1835182
.0835893
-2.20
0.029
-.1676305
q82 | -.1059025
.0760469
-1.39
0.165
-.1093859
q83 |
.0522092
.0584524
0.89
0.373
.0648696
q84 | -.0715506
.050249
-1.42
0.156
-.1036189
q85 |
.1819333
.1247846
1.46
0.147
.1213822
q86 | -.0253025
.0861939
-0.29
0.769
-.0232963
q87 | -.0006378
.1021722
-0.01
0.995
-.0005618
q88 | -.0367573
.0887444
-0.41
0.679
-.0306791
_cons |
2.844463
.7303459
3.89
0.000
.
-----------------------------------------------------------------------------.
. //q34 as outcome variable: You are not able to recognize and explain problems in
your life.
. regress q34 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 16.6642265
17 .980248617
Residual | 123.161277
131 .940162419
-------------+-----------------------------Total | 139.825503
148 .944766915

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.04
0.4174
0.1192
0.0049
.96962

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.4817669
.320336
-1.50
0.135
-.1281443
qhispanic | -.5675509
.2929133
-1.94
0.055
-.1862644
qblack | -.4407069
.5088651
-0.87
0.388
-.0735322
qasian |
.0718186
.5405748
0.13
0.895
.011983
qpacif | -.8267539
.9961296
-0.83
0.408
-.069682
qamerind | -.6285373
.5901584
-1.07
0.289
-.0911343
qotherrac |
.3481589
.3356207
1.04
0.301
.0899287
q2nd |
.1024784
.2199848
0.47
0.642
.050643
q3rd |
.0764701
.2264329
0.34
0.736
.0366821
qa |
.3809225
.339674
1.12
0.264
.1147311
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1285762
.1299126
0.99
0.324
.1298229
qlesshs |
.3676061
.2581694
1.42
0.157
.1893908
qcath |
.8319773
.4264363
1.95
0.053
.1935886
qlds |
.1271675
.2071464
0.61
0.540
.0625716
qprot | -.5533194
.4291841
-1.29
0.200
-.112288
qbud | -.0554804
.6158763
-0.09
0.928
-.0080443
qis |
0 (omitted)
.
qotherrel |
.1328147
.2342512
0.57
0.572
.0586881
_cons |
1.94889
.4294129
4.54
0.000
.
-----------------------------------------------------------------------------Page 131

3Snsize205.11.9.16
. regress q34 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
60.942642
12
5.0785535
Residual | 127.536525
179 .712494551
-------------+-----------------------------Total | 188.479167
191
.98680192

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
7.13
0.0000
0.3233
0.2780
.84409

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0703361
.0827901
0.85
0.397
.0573645
q12 |
.0004013
.0429691
0.01
0.993
.0006072
q11 |
.1453645
.0559528
2.60
0.010
.1713254
q10 |
.0458008
.0857964
0.53
0.594
.0361746
q9 |
.1165567
.0746923
1.56
0.120
.0979551
q14 |
.0076871
.0387581
0.20
0.843
.0126845
q15 | -.1407823
.0664292
-2.12
0.035
-.1430113
q16 |
.1158378
.0623057
1.86
0.065
.1316967
q17 |
.1758472
.0621616
2.83
0.005
.1990415
q18 |
-.248027
.0981318
-2.53
0.012
-.1725774
q19 |
.0090431
.0534763
0.17
0.866
.0108368
q20 |
.1933052
.0625265
3.09
0.002
.2242903
_cons |
1.491061
.6554632
2.27
0.024
.
-----------------------------------------------------------------------------. regress q34 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.3662418
12 4.69718681
Residual | 136.386283
185 .737223154
-------------+-----------------------------Total | 192.752525
197 .978439214

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.37
0.0000
0.2924
0.2465
.85862

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.120512
.0832448
1.45
0.149
.098453
q22 | -.1211723
.0669668
-1.81
0.072
-.120778
q23 |
.1076582
.0547256
1.97
0.051
.1342069
q24 |
.0164518
.0589432
0.28
0.780
.0188848
q25 |
.0306935
.0507946
0.60
0.546
.0395955
q26 |
.0706342
.0371823
1.90
0.059
.1201844
q27 |
.1057851
.059599
1.77
0.078
.1226225
q28 |
.229155
.1198413
1.91
0.057
.1280878
q29 |
.086099
.0752756
1.14
0.254
.0815897
q30 | -.0161785
.0838215
-0.19
0.847
-.0134417
q31 |
.0206177
.0764991
0.27
0.788
.0200824
q32 |
.278944
.0731539
3.81
0.000
.2840106
_cons |
.4386742
.5059373
0.87
0.387
.
-----------------------------------------------------------------------------. regress q34 q33 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Page 132

Number of obs =
F( 11,
184) =

196
6.73

3Snsize205.11.9.16
Model | 55.0840839
11 5.00764399
Residual | 136.915916
184
.74410824
-------------+-----------------------------Total |
192
195 .984615385

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0000
0.2869
0.2443
.86262

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2061884
.0805202
2.56
0.011
.1916346
q35 |
.1004732
.049655
2.02
0.044
.1361635
q36 |
.1519863
.0541537
2.81
0.006
.1824726
q37 |
.2157044
.0910362
2.37
0.019
.1605624
q38 |
.0691709
.0846411
0.82
0.415
.0541564
q39 |
.0376647
.0511011
0.74
0.462
.0485488
q40 |
.1708688
.0660662
2.59
0.010
.1807086
q41 |
.0977872
.0503527
1.94
0.054
.131815
q42 |
.0023234
.0536181
0.04
0.965
.0028733
q43 |
.0668517
.1141714
0.59
0.559
.0427211
q44 |
.0759899
.0469389
1.62
0.107
.1080661
_cons | -.7443658
.5515282
-1.35
0.179
.
-----------------------------------------------------------------------------. regress q34 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.3339559
12 2.36116299
Residual | 154.397009
184 .839114177
-------------+-----------------------------Total | 182.730964
196 .932300839

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.81
0.0015
0.1551
0.1000
.91603

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0210257
.0649325
-0.32
0.746
-.0241442
q46 | -.0181021
.0452237
-0.40
0.689
-.0285306
q47 |
.0792136
.0971574
0.82
0.416
.0596315
q48 | -.0429108
.0552913
-0.78
0.439
-.0576631
q49 | -.0445868
.0457618
-0.97
0.331
-.071906
q50 |
.0213541
.0592692
0.36
0.719
.0261806
q51 |
.0162536
.0651235
0.25
0.803
.0186293
q52 |
.0323782
.0546277
0.59
0.554
.0422372
q53 | -.1898283
.0792274
-2.40
0.018
-.1862885
q54 |
.222741
.0900727
2.47
0.014
.225899
q55 | -.0374432
.1115921
-0.34
0.738
-.0271008
q56 |
.0233292
.0920702
0.25
0.800
.0204955
_cons |
2.46875
.6550717
3.77
0.000
.
-----------------------------------------------------------------------------. regress q34 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.3126715
12 4.69272262
Residual |
137.00551
185 .740570326
-------------+-----------------------------Total | 193.318182
197 .981310568

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.34
0.0000
0.2913
0.2453
.86056

-----------------------------------------------------------------------------Page 133

3Snsize205.11.9.16
q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0924247
.0935603
-0.99
0.325
-.0675662
q58 |
.0485054
.0514498
0.94
0.347
.0630043
q59 |
.2650984
.0789436
3.36
0.001
.2372018
q60 | -.0862202
.0496252
-1.74
0.084
-.1127117
q61 |
.1261226
.0888211
1.42
0.157
.1008068
q62 | -.0658343
.0451138
-1.46
0.146
-.0926295
q63 | -.0270031
.1072015
-0.25
0.801
-.0179963
q64 | -.0022572
.0745068
-0.03
0.976
-.0019809
q65 |
.0183006
.1253258
0.15
0.884
.010548
q66 |
.1087275
.0710808
1.53
0.128
.1040641
q67 | -.1043212
.0766777
-1.36
0.175
-.0893022
q68 |
.2075224
.0562283
3.69
0.000
.2564635
_cons |
1.520306
.618293
2.46
0.015
.
-----------------------------------------------------------------------------. regress q34 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 65.0959697
12 5.42466414
Residual | 127.455051
183 .696475687
-------------+-----------------------------Total |
192.55102
195
.98744113

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
7.79
0.0000
0.3381
0.2947
.83455

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
-.004924
.1180032
-0.04
0.967
-.0030938
q70 |
.0965466
.0652846
1.48
0.141
.0972196
q71 |
.106949
.045953
2.33
0.021
.1467276
q72 | -.2308232
.0980398
-2.35
0.020
-.1664244
q73 |
.1068393
.058863
1.82
0.071
.1155175
q74 |
.1892703
.0536917
3.53
0.001
.2341424
q75 |
.1085134
.0607129
1.79
0.076
.1190541
q76 |
.0742297
.0451603
1.64
0.102
.1019992
q77 |
.1539399
.1071348
1.44
0.152
.1020796
q78 | -.0066378
.0609138
-0.11
0.913
-.0072382
q79 |
.0530669
.0507609
1.05
0.297
.0657655
q80 |
.3220452
.0720114
4.47
0.000
.3132028
_cons | -.4133766
.4340471
-0.95
0.342
.
-----------------------------------------------------------------------------. regress q34 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.0208677
8 5.12760846
Residual | 152.297314
189 .805805895
-------------+-----------------------------Total | 193.318182
197 .981310568

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.36
0.0000
0.2122
0.1788
.89767

-----------------------------------------------------------------------------q34 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1049756
.083465
-1.26
0.210
-.0894434
q82 | -.3750886
.0759338
-4.94
0.000
-.3613888
q83 | -.0144065
.0583655
-0.25
0.805
-.016697
Page 134

3Snsize205.11.9.16
q84 | -.0016998
.0501742
-0.03
0.973
-.0022962
q85 |
.3781926
.124599
3.04
0.003
.2353647
q86 |
.0458839
.0860657
0.53
0.595
.0394067
q87 |
.0861319
.1020202
0.84
0.400
.0707701
q88 |
.0180354
.0886124
0.20
0.839
.0140414
_cons |
2.965801
.7292598
4.07
0.000
.
-----------------------------------------------------------------------------.
. //q35 as outcome variable: You have not had new charges filed or violations while
under any type of supervision in the community.
. regress q35 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 24.1478284
17 1.42046049
Residual | 234.358928
130 1.80276099
-------------+-----------------------------Total | 258.506757
147 1.75854937

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
148
=
0.79
= 0.7042
= 0.0934
= -0.0251
= 1.3427

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.7690889
.4435836
-1.73
0.085
-.1504459
qhispanic | -.1152228
.4056482
-0.28
0.777
-.0277992
qblack | -1.380158
.7046823
-1.96
0.052
-.1693454
qasian | -.6355695
.7485604
-0.85
0.397
-.0779844
qpacif |
.6909173
1.381502
0.50
0.618
.042827
qamerind |
.6817474
.817215
0.83
0.406
.0726945
qotherrac |
-.17511
.4649726
-0.38
0.707
-.033257
q2nd | -.1522118
.3057191
-0.50
0.619
-.0549818
q3rd | -.4477098
.3137087
-1.43
0.156
-.1577028
qa | -.5237897
.4706394
-1.11
0.268
-.1159863
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0364931
.1802895
-0.20
0.840
-.0269593
qlesshs |
.072196
.3575771
0.20
0.840
.0272736
qcath | -.0087245
.5907059
-0.01
0.988
-.0014927
qlds |
-.107222
.2892855
-0.37
0.712
-.0387306
qprot |
.0533193
.5955271
0.09
0.929
.0079568
qbud |
.2595405
.8542359
0.30
0.762
.0276747
qis |
0 (omitted)
.
qotherrel | -.0582374
.3266416
-0.18
0.859
-.0189058
_cons |
5.30337
.5951693
8.91
0.000
.
-----------------------------------------------------------------------------. regress q35 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 53.6913177
12 4.47427648
Residual | 272.172557
178 1.52905931
-------------+-----------------------------Total | 325.863874
190 1.71507302
Page 135

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
2.93
0.0010
0.1648
0.1085
1.2366

3Snsize205.11.9.16
-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0244678
.121844
0.20
0.841
.0150282
q12 | -.0894994
.0631653
-1.42
0.158
-.102879
q11 |
.1057536
.0819718
1.29
0.199
.0945984
q10 |
.0634944
.126124
0.50
0.615
.0377479
q9 |
-.243565
.1094888
-2.22
0.027
-.1555648
q14 |
.112874
.0570295
1.98
0.049
.1414707
q15 |
.0250608
.0985823
0.25
0.800
.019068
q16 | -.0817321
.0915488
-0.89
0.373
-.0702554
q17 | -.3215693
.0910664
-3.53
0.001
-.276301
q18 |
.1989559
.1438971
1.38
0.169
.1052256
q19 | -.0986393
.0786667
-1.25
0.212
-.0893349
q20 |
.1660847
.0916049
1.81
0.072
.1458713
_cons |
3.828711
.9604327
3.99
0.000
.
-----------------------------------------------------------------------------. regress q35 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.7706767
12 1.98088972
Residual | 328.899374
184
1.7874966
-------------+-----------------------------Total | 352.670051
196 1.79933699

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.11
0.3558
0.0674
0.0066
1.337

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1130044
.1296225
-0.87
0.384
-.0682008
q22 |
.0754296
.105834
0.71
0.477
.054894
q23 |
.0348668
.0854945
0.41
0.684
.0319878
q24 |
.2173303
.0919274
2.36
0.019
.1844316
q25 | -.0657178
.0791324
-0.83
0.407
-.0625273
q26 |
.0610828
.0578987
1.05
0.293
.0768127
q27 | -.0760398
.0928302
-0.82
0.414
-.0651249
q28 | -.0888658
.1871845
-0.47
0.636
-.0367071
q29 | -.0083783
.1172202
-0.07
0.943
-.0058688
q30 | -.0008604
.1305869
-0.01
0.995
-.0005282
q31 |
.0177881
.1193695
0.15
0.882
.0127892
q32 |
.073087
.1142974
0.64
0.523
.0548837
_cons |
3.127258
.7893085
3.96
0.000
.
-----------------------------------------------------------------------------. regress q35 q33 q34 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.4077935
11 5.21889032
Residual |
295.22486
184 1.60448293
-------------+-----------------------------Total | 352.632653
195 1.80837258

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.25
0.0004
0.1628
0.1127
1.2667

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2101316
.1193243
1.76
0.080
.1441088
q34 |
.2166452
.1070685
2.02
0.044
.1598595
Page 136

3Snsize205.11.9.16
q36 | -.0448889
.081137
-0.55
0.581
-.0397668
q37 | -.1925763
.1349585
-1.43
0.155
-.1057735
q38 |
.1520035
.1240085
1.23
0.222
.0878151
q39 |
-.061817
.0750101
-0.82
0.411
-.0587952
q40 | -.2337086
.097246
-2.40
0.017
-.1823812
q41 | -.1798167
.073507
-2.45
0.015
-.1788555
q42 |
.0413093
.0786752
0.53
0.600
.0376955
q43 | -.4663289
.1642481
-2.84
0.005
-.2198932
q44 |
.0098089
.0694113
0.14
0.888
.010293
_cons |
4.525151
.7423612
6.10
0.000
.
-----------------------------------------------------------------------------. regress q35 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.7120206
12 4.30933505
Residual | 300.303286
183 1.64100156
-------------+-----------------------------Total | 352.015306
195
1.8052067

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.63
0.0029
0.1469
0.0910
1.281

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1685624
.0912482
1.85
0.066
.1394591
q46 |
.0524296
.0632755
0.83
0.408
.0592779
q47 | -.1270764
.1359493
-0.93
0.351
-.0688869
q48 |
.1594603
.0774743
2.06
0.041
.1541964
q49 |
.1319519
.0643506
2.05
0.042
.1520746
q50 |
.0720164
.0829093
0.87
0.386
.0635387
q51 | -.2025109
.0917155
-2.21
0.028
-.1655476
q52 | -.0057346
.0767144
-0.07
0.940
-.0053543
q53 | -.0086571
.1116415
-0.08
0.938
-.006121
q54 |
.2942153
.1259639
2.34
0.021
.2117284
q55 | -.1599282
.1568205
-1.02
0.309
-.0821304
q56 |
-.085961
.1333902
-0.64
0.520
-.0519344
_cons |
2.48738
.9269985
2.68
0.008
.
-----------------------------------------------------------------------------. regress q35 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model |
51.455632
12 4.28796933
Residual | 292.716957
184 1.59085303
-------------+-----------------------------Total | 344.172589
196
1.7559826

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.70
0.0023
0.1495
0.0940
1.2613

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.3041571
.1375516
2.21
0.028
.1665585
q58 |
.1245672
.0754169
1.65
0.100
.1211358
q59 | -.1441163
.1161589
-1.24
0.216
-.0965828
q60 |
.0309099
.0729831
0.42
0.672
.0301899
q61 |
.0732245
.1301876
0.56
0.574
.0438187
q62 | -.0906953
.0667797
-1.36
0.176
-.0946424
q63 |
.054761
.1577481
0.35
0.729
.0273413
q64 |
.1551739
.1116325
1.39
0.166
.0999819
Page 137

3Snsize205.11.9.16
q65 | -.5272885
.183786
-2.87
0.005
-.2266925
q66 | -.0327494
.1048059
-0.31
0.755
-.0231898
q67 | -.1839057
.1149628
-1.60
0.111
-.1149603
q68 | -.0225363
.0824162
-0.27
0.785
-.0207768
_cons |
3.410725
.9134417
3.73
0.000
.
-----------------------------------------------------------------------------. regress q35 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.7554894
12 3.31295745
Residual | 303.198357
182 1.66592504
-------------+-----------------------------Total | 342.953846
194 1.76780333

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.99
0.0275
0.1159
0.0576
1.2907

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.3395029
.1858717
-1.83
0.069
-.1567938
q70 |
.064847
.1011418
0.64
0.522
.0489203
q71 | -.1402808
.0712126
-1.97
0.050
-.1436224
q72 | -.0514795
.1517523
-0.34
0.735
-.0277511
q73 | -.1915768
.0911705
-2.10
0.037
-.1545973
q74 | -.0288915
.083615
-0.35
0.730
-.0266833
q75 | -.0807972
.093898
-0.86
0.391
-.0664057
q76 |
.1411496
.0698603
2.02
0.045
.1452254
q77 |
.1365073
.1672051
0.82
0.415
.0677969
q78 |
.0597595
.0943198
0.63
0.527
.0488274
q79 |
.0480921
.0785219
0.61
0.541
.0446145
q80 | -.0040108
.1125152
-0.04
0.972
-.0028826
_cons |
4.438395
.6745292
6.58
0.000
.
-----------------------------------------------------------------------------. regress q35 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.4969567
8 4.43711958
Residual | 317.782231
188 1.69033102
-------------+-----------------------------Total | 353.279188
196 1.80244484

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.63
0.0095
0.1005
0.0622
1.3001

-----------------------------------------------------------------------------q35 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0826493
.1211394
0.68
0.496
.0517394
q82 |
.1232129
.110937
1.11
0.268
.0866376
q83 | -.0945253
.0850426
-1.11
0.268
-.0801296
q84 |
.1325748
.0726764
1.82
0.070
.13247
q85 | -.0793381
.1808321
-0.44
0.661
-.0363857
q86 | -.1594468
.1247172
-1.28
0.203
-.1006174
q87 |
.025402
.1482667
0.17
0.864
.0154285
q88 | -.1694641
.1286826
-1.32
0.189
-.0965994
_cons |
3.530491
1.056228
3.34
0.001
.
-----------------------------------------------------------------------------.
. //q36 as outcome variable: You have an inability to cope with emotional distress.
Page 138

3Snsize205.11.9.16
. regress q36 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 21.4092163
17 1.25936567
Residual | 202.308904
131 1.54434278
-------------+-----------------------------Total | 223.718121
148 1.51160892

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.82
= 0.6730
= 0.0957
= -0.0217
= 1.2427

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.2213712
.4105595
-0.54
0.591
-.0465507
qhispanic | -.0931082
.3754131
-0.25
0.805
-.0241577
qblack |
.5404392
.6521885
0.83
0.409
.0712881
qasian | -.6827785
.6928292
-0.99
0.326
-.0900638
qpacif | -1.562473
1.276692
-1.22
0.223
-.1041117
qamerind |
.4321018
.7563782
0.57
0.569
.0495313
qotherrac | -.3267682
.4301493
-0.76
0.449
-.0667273
q2nd |
.3446895
.2819441
1.22
0.224
.134666
q3rd | -.0416173
.2902084
-0.14
0.886
-.0157826
qa |
.1844076
.4353441
0.42
0.673
.0439103
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.21895
.1665028
1.31
0.191
.1747746
qlesshs |
.6178644
.3308836
1.87
0.064
.2516588
qcath | -.2690682
.5465432
-0.49
0.623
-.0494964
qlds |
.0683383
.2654898
0.26
0.797
.0265832
qprot | -.4556882
.5500651
-0.83
0.409
-.0731085
qbud | -.2785811
.7893396
-0.35
0.725
-.0319334
qis |
0 (omitted)
.
qotherrel | -.2003907
.3002288
-0.67
0.506
-.0700042
_cons |
2.001254
.5503583
3.64
0.000
.
-----------------------------------------------------------------------------. regress q36 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 59.4472133
12 4.95393444
Residual | 217.922578
179 1.21744457
-------------+-----------------------------Total | 277.369792
191 1.45219786

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
4.07
0.0000
0.2143
0.1617
1.1034

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1775955
.1082212
1.64
0.103
.1193985
q12 | -.0090203
.0561681
-0.16
0.873
-.0112504
q11 |
.0736748
.0731401
1.01
0.315
.0715788
q10 |
-.041529
.112151
-0.37
0.712
-.0270387
q9 |
.032669
.097636
0.33
0.738
.0226323
q14 |
.0090148
.0506636
0.18
0.859
.0122623
q15 | -.0623136
.0868346
-0.72
0.474
-.0521804
q16 | -.0179443
.0814445
-0.22
0.826
-.0168171
Page 139

3Snsize205.11.9.16
q17 |
.1147903
.0812562
1.41
0.159
.1071064
q18 | -.0374179
.1282755
-0.29
0.771
-.0214618
q19 |
.0336984
.0699029
0.48
0.630
.0332887
q20 |
.3888781
.0817331
4.76
0.000
.3719482
_cons |
.9128054
.8568053
1.07
0.288
.
-----------------------------------------------------------------------------. regress q36 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.6170455
12 3.55142046
Residual | 241.468813
185 1.30523683
-------------+-----------------------------Total | 284.085859
197
1.4420602

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.72
0.0021
0.1500
0.0949
1.1425

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0245681
.1107649
0.22
0.825
.0165327
q22 | -.0762966
.0891056
-0.86
0.393
-.0626419
q23 | -.0262363
.0728175
-0.36
0.719
-.0269405
q24 | -.1818408
.0784294
-2.32
0.022
-.1719357
q25 |
.0563711
.0675869
0.83
0.405
.0599005
q26 |
.0221195
.0494745
0.45
0.655
.0310015
q27 |
.0947179
.0793021
1.19
0.234
.0904384
q28 |
.1321518
.15946
0.83
0.408
.0608453
q29 | -.0275093
.1001612
-0.27
0.784
-.0214729
q30 |
.0208782
.1115322
0.19
0.852
.0142884
q31 |
.031287
.1017891
0.31
0.759
.0251024
q32 |
.2370328
.097338
2.44
0.016
.198793
_cons |
2.267671
.6731965
3.37
0.001
.
-----------------------------------------------------------------------------. regress q36 q33 q34 q35 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.4316137
11 3.03923761
Residual | 243.318386
184 1.32238253
-------------+-----------------------------Total |
276.75
195 1.41923077

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.30
0.0117
0.1208
0.0682
1.1499

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0241826
.1092223
-0.22
0.825
-.0187206
q34 |
.2701005
.0962386
2.81
0.006
.2249739
q35 | -.0369965
.0668715
-0.55
0.581
-.0417617
q37 |
.1283069
.1228336
1.04
0.298
.0795503
q38 | -.0591781
.1129548
-0.52
0.601
-.0385917
q39 |
.0505038
.0681213
0.74
0.459
.0542221
q40 | -.0230267
.089643
-0.26
0.798
-.020284
q41 | -.1054979
.0673618
-1.57
0.119
-.1184496
q42 | -.0107523
.0714739
-0.15
0.881
-.0110755
q43 |
.2075729
.1515723
1.37
0.173
.1104861
q44 |
.0738001
.0627827
1.18
0.241
.0874173
_cons |
1.659666
.7286679
2.28
0.024
.
-----------------------------------------------------------------------------Page 140

3Snsize205.11.9.16
. regress q36 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 96.0308569
12 8.00257141
Residual | 187.248331
184 1.01765397
-------------+-----------------------------Total | 283.279188
196 1.44530198

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
7.86
0.0000
0.3390
0.2959
1.0088

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.024246
.0715075
0.34
0.735
.0223615
q46 | -.0448389
.049803
-0.90
0.369
-.0567592
q47 |
.1397736
.1069955
1.31
0.193
.0845084
q48 |
.0230033
.06089
0.38
0.706
.0248267
q49 | -.1469799
.0503956
-2.92
0.004
-.1903776
q50 |
.3008311
.0652707
4.61
0.000
.2962245
q51 |
.0170611
.0717178
0.24
0.812
.0157055
q52 | -.2424746
.0601592
-4.03
0.000
-.2540429
q53 | -.1243767
.0872499
-1.43
0.156
-.0980309
q54 |
.1323186
.0991934
1.33
0.184
.1077789
q55 |
.111373
.1228918
0.91
0.366
.0647422
q56 | -.1245969
.1013932
-1.23
0.221
-.0879152
_cons |
2.868744
.7214037
3.98
0.000
.
-----------------------------------------------------------------------------. regress q36 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 84.9626596
12 7.08022163
Residual | 201.547441
185 1.08944563
-------------+-----------------------------Total | 286.510101
197 1.45436599

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.50
0.0000
0.2965
0.2509
1.0438

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2346722
.1134778
-2.07
0.040
-.140919
q58 |
.0212006
.0624027
0.34
0.734
.0226201
q59 |
.2184846
.0957495
2.28
0.024
.1605824
q60 | -.1303562
.0601897
-2.17
0.032
-.1399773
q61 |
.0961004
.1077298
0.89
0.374
.0630941
q62 | -.0771812
.0547178
-1.41
0.160
-.0892021
q63 |
-.278516
.1300231
-2.14
0.033
-.1524701
q64 | -.0908135
.0903682
-1.00
0.316
-.0654654
q65 | -.2894706
.1520057
-1.90
0.058
-.1370494
q66 |
.266379
.0862128
3.09
0.002
.2094248
q67 |
.1513205
.0930013
1.63
0.105
.106403
q68 |
.2732393
.0681985
4.01
0.000
.2773767
_cons |
2.91622
.7499183
3.89
0.000
.
-----------------------------------------------------------------------------. regress q36 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Page 141

Number of obs =
F( 12,
183) =

196
2.51

3Snsize205.11.9.16
Model | 39.3767595
12 3.28139663
Residual | 239.255894
183 1.30740925
-------------+-----------------------------Total | 278.632653
195
1.4288854

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0045
0.1413
0.0850
1.1434

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1335157
.1616763
-0.83
0.410
-.0697376
q70 |
.0023687
.0894465
0.03
0.979
.0019828
q71 |
.1988197
.0629602
3.16
0.002
.2267522
q72 |
.0031285
.1343245
0.02
0.981
.0018751
q73 | -.0223598
.0806483
-0.28
0.782
-.0200974
q74 |
.1486271
.0735631
2.02
0.045
.1528455
q75 |
.0228986
.0831828
0.28
0.783
.0208846
q76 |
.0633739
.0618743
1.02
0.307
.0723913
q77 |
.0317836
.1467856
0.22
0.829
.0175205
q78 |
.1010376
.083458
1.21
0.228
.0915885
q79 |
.0598774
.0695476
0.86
0.390
.0616871
q80 |
.0922418
.0986629
0.93
0.351
.074575
_cons |
.7832466
.5946887
1.32
0.189
.
-----------------------------------------------------------------------------. regress q36 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.2796158
8 3.53495198
Residual | 257.806243
189 1.36405419
-------------+-----------------------------Total | 286.085859
197 1.45221248

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.59
0.0104
0.0989
0.0607
1.1679

-----------------------------------------------------------------------------q36 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1056738
.1085937
-0.97
0.332
-.0740142
q82 | -.1804585
.0987952
-1.83
0.069
-.1429244
q83 |
.0542967
.0759376
0.72
0.475
.0517299
q84 | -.0804489
.0652802
-1.23
0.219
-.0893346
q85 |
.1763268
.162112
1.09
0.278
.0902059
q86 | -.1001246
.1119775
-0.89
0.372
-.0706868
q87 | -.0002093
.1327355
-0.00
0.999
-.0001413
q88 |
.2478589
.1152909
2.15
0.033
.158627
_cons |
3.158191
.9488178
3.33
0.001
.
-----------------------------------------------------------------------------.
. //q37 as outcome variable: You believe that everyone breaks rules or laws, so it's
okay if you do it.
. regress q37 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 10.1554168
17 .597377457
Residual | 76.9586772
131 .587470818
Page 142

Number of obs
F( 17,
131)
Prob > F
R-squared

=
=
=
=

149
1.02
0.4445
0.1166

3Snsize205.11.9.16
-------------+-----------------------------Total |
87.114094
148 .588608743

Adj R-squared =
Root MSE
=

0.0019
.76647

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.4180008
.2532197
1.65
0.101
.1408603
qhispanic | -.2401447
.2315425
-1.04
0.302
-.0998498
qblack |
.110975
.4022485
0.28
0.783
.0234586
qasian |
.4758566
.4273144
1.11
0.267
.1005895
qpacif | -.8762625
.787422
-1.11
0.268
-.0935681
qamerind |
.3779826
.4665093
0.81
0.419
.0694339
qotherrac |
.0476734
.265302
0.18
0.858
.0156008
q2nd |
.3382736
.1738939
1.95
0.054
.2117895
q3rd |
.0760293
.178991
0.42
0.672
.0462054
qa |
.1855912
.268506
0.69
0.491
.0708192
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.2153492
.1026935
2.10
0.038
.2754756
qlesshs |
.2790747
.2040781
1.37
0.174
.1821569
qcath | -.1124129
.33709
-0.33
0.739
-.0331385
qlds | -.0043576
.1637454
-0.03
0.979
-.0027164
qprot | -.2466381
.3392621
-0.73
0.469
-.0634113
qbud |
-.024476
.4868388
-0.05
0.960
-.0044961
qis |
0 (omitted)
.
qotherrel | -.2689167
.1851713
-1.45
0.149
-.1505466
_cons |
.6892897
.339443
2.03
0.044
.
-----------------------------------------------------------------------------. regress q37 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.1080029
12 1.34233357
Residual |
89.064772
178 .500363888
-------------+-----------------------------Total | 105.172775
190
.55354092

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
2.68
0.0024
0.1532
0.0961
.70736

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1170173
.0695343
1.68
0.094
.1276595
q12 |
.0530355
.0360153
1.47
0.143
.107422
q11 |
.0532607
.0468895
1.14
0.258
.084033
q10 |
.0904776
.072048
1.26
0.211
.0955426
q9 |
.0588032
.0626873
0.94
0.349
.0660756
q14 | -.0181263
.0324875
-0.56
0.578
-.0400399
q15 | -.0583101
.055699
-1.05
0.297
-.0792604
q16 |
.0375051
.0527095
0.71
0.478
.0567471
q17 |
.1071475
.0520925
2.06
0.041
.1623558
q18 | -.2142971
.0822822
-2.60
0.010
-.199502
q19 | -.0140068
.0448333
-0.31
0.755
-.022469
q20 | -.0539017
.0526092
-1.02
0.307
-.0836882
_cons |
1.708494
.5494894
3.11
0.002
.
-----------------------------------------------------------------------------. regress q37 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |

SS

df

MS
Page 143

Number of obs =

197

3Snsize205.11.9.16
-------------+-----------------------------Model | 22.6348828
12 1.88624023
Residual | 83.9437974
184
.45621629
-------------+-----------------------------Total |
106.57868
196 .543768777

F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

4.13
0.0000
0.2124
0.1610
.67544

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.254869
.0654852
3.89
0.000
.2798083
q22 |
.0261386
.0526823
0.50
0.620
.0350349
q23 |
.0294386
.0432454
0.68
0.497
.049129
q24 |
.0040631
.0467347
0.09
0.931
.0062229
q25 |
-.026442
.0399686
-0.66
0.509
-.0458693
q26 | -.0524966
.0292581
-1.79
0.074
-.1200867
q27 |
.1031111
.0469396
2.20
0.029
.1606424
q28 |
.0211057
.0943774
0.22
0.823
.0158586
q29 |
.0125557
.0592663
0.21
0.832
.0159988
q30 |
.1538026
.065942
2.33
0.021
.1717501
q31 |
-.006987
.0602614
-0.12
0.908
-.0091508
q32 |
.0694463
.0576328
1.20
0.230
.095089
_cons |
.4468464
.3989265
1.12
0.264
.
-----------------------------------------------------------------------------. regress q37 q33 q34 q35 q36 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.2552262
11 1.75047511
Residual | 87.1274269
184 .473518624
-------------+-----------------------------Total | 106.382653
195 .545552067

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.70
0.0001
0.1810
0.1320
.68813

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.101327
.0649389
1.56
0.120
.1265174
q34 |
.137265
.0579315
2.37
0.019
.184406
q35 | -.0568335
.0398293
-1.43
0.155
-.1034738
q36 |
.0459441
.0439843
1.04
0.298
.0741035
q38 | -.1805146
.0663203
-2.72
0.007
-.1898689
q39 |
-.007463
.0408208
-0.18
0.855
-.0129234
q40 | -.0441733
.0535529
-0.82
0.411
-.0627611
q41 |
.0379213
.0404805
0.94
0.350
.0686723
q42 |
.0355828
.0426919
0.83
0.406
.0591163
q43 |
.0463352
.0910976
0.51
0.612
.0397792
q44 |
.0669773
.0373852
1.79
0.075
.1279607
_cons |
1.646611
.4251471
3.87
0.000
.
-----------------------------------------------------------------------------. regress q37 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.7892965
12 1.89910804
Residual | 83.7974382
183 .457909498
-------------+-----------------------------Total | 106.586735
195 .546598639
Page 144

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.15
0.0000
0.2138
0.1623
.67669

3Snsize205.11.9.16
-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1009301
.0488096
-2.07
0.040
-.1488473
q46 | -.0216641
.0334521
-0.65
0.518
-.0446597
q47 | -.0426868
.0718625
-0.59
0.553
-.0420527
q48 | -.0077506
.0410317
-0.19
0.850
-.0136202
q49 | -.0565507
.0338649
-1.67
0.097
-.1184426
q50 | -.0210757
.0438257
-0.48
0.631
-.0338304
q51 |
.0628183
.0485393
1.29
0.197
.0933233
q52 |
.0548347
.0403776
1.36
0.176
.0935035
q53 |
-.13944
.0585738
-2.38
0.018
-.1791707
q54 |
.0268084
.0665866
0.40
0.688
.0355861
q55 |
.1099948
.0825607
1.33
0.184
.1039752
q56 |
.1339188
.0680144
1.97
0.050
.1538913
_cons |
2.171773
.4846697
4.48
0.000
.
-----------------------------------------------------------------------------. regress q37 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.7493983
12 1.81244986
Residual | 85.2455512
185 .460786763
-------------+-----------------------------Total | 106.994949
197 .543121571

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.93
0.0000
0.2033
0.1516
.67881

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0792321
.0738003
-1.07
0.284
-.077857
q58 |
-.009756
.0405836
-0.24
0.810
-.0170335
q59 |
.1333776
.0622707
2.14
0.034
.1604163
q60 |
.0022291
.0391444
0.06
0.955
.0039169
q61 |
.0252604
.0700621
0.36
0.719
.0271389
q62 |
.0627498
.0355857
1.76
0.079
.1186763
q63 |
.1844281
.0845606
2.18
0.030
.1652153
q64 |
.0773832
.058771
1.32
0.190
.0912843
q65 |
.1293722
.098857
1.31
0.192
.100231
q66 |
.0197937
.0560685
0.35
0.724
.025465
q67 | -.0236412
.0604834
-0.39
0.696
-.0272028
q68 |
.0754585
.0443529
1.70
0.091
.1253496
_cons |
.7723755
.4877094
1.58
0.115
.
-----------------------------------------------------------------------------. regress q37 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 38.0361772
12 3.16968143
Residual | 66.0356177
182 .362833064
-------------+-----------------------------Total | 104.071795
194 .536452551

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
8.74
0.0000
0.3655
0.3236
.60236

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.4208054
.0859104
4.90
0.000
.358508
q70 | -.0929781
.0471231
-1.97
0.050
-.1273301
Page 145

3Snsize205.11.9.16
q71 | -.0308001
.0333301
-0.92
0.357
-.0572436
q72 | -.1335975
.0713239
-1.87
0.063
-.1307361
q73 |
.0903504
.0426966
2.12
0.036
.1327434
q74 |
.1351295
.038779
3.48
0.001
.2272991
q75 | -.0011902
.0439511
-0.03
0.978
-.0017745
q76 |
.013973
.0326665
0.43
0.669
.0260572
q77 |
.0773229
.0776514
1.00
0.321
.0697129
q78 |
.1127828
.0440209
2.56
0.011
.1672825
q79 | -.0415906
.0367442
-1.13
0.259
-.069926
q80 |
.0173687
.0521041
0.33
0.739
.0229382
_cons |
.7443839
.3134233
2.38
0.019
.
-----------------------------------------------------------------------------. regress q37 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.1363676
8 2.26704595
Residual | 88.8585819
189 .470151227
-------------+-----------------------------Total | 106.994949
197 .543121571

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.82
0.0000
0.1695
0.1344
.68568

-----------------------------------------------------------------------------q37 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1075652
.063754
-1.69
0.093
-.1231931
q82 | -.0254777
.0580014
-0.44
0.661
-.0329956
q83 |
.0894323
.044582
2.01
0.046
.1393251
q84 |
.0614737
.0383252
1.60
0.110
.1116234
q85 |
.3613156
.095174
3.80
0.000
.3022524
q86 | -.0096921
.0657406
-0.15
0.883
-.0111887
q87 | -.0238359
.0779274
-0.31
0.760
-.0263253
q88 | -.0334834
.0676859
-0.49
0.621
-.0350404
_cons |
1.404807
.5570393
2.52
0.012
.
-----------------------------------------------------------------------------.
. //q38 as outcome variable: You do everything in your power to attend meetings with
your probation/parole officer.
. regress q38 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 3.63316575
17 .213715632
Residual | 47.7762302
131 .364704048
-------------+-----------------------------Total |
51.409396
148 .347360784

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.59
= 0.8976
= 0.0707
= -0.0499
= .60391

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.3439826
.1995145
-1.72
0.087
-.1508936
qhispanic |
.1167967
.1824349
0.64
0.523
.0632161
qblack |
-.457237
.316936
-1.44
0.151
-.1258175
qasian | -.0449854
.3366857
-0.13
0.894
-.0123786
Page 146

3Snsize205.11.9.16
qpacif |
.4267793
.6204185
0.69
0.493
.0593226
qamerind | -.3988703
.3675678
-1.09
0.280
-.0953794
qotherrac |
.0793376
.2090343
0.38
0.705
.0337965
q2nd |
.0165991
.1370129
0.12
0.904
.0135283
q3rd |
.0378577
.141029
0.27
0.789
.0299495
qa |
.0805257
.2115588
0.38
0.704
.0399992
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0744511
.0809133
-0.92
0.359
-.1239749
qlesshs | -.1024179
.1607954
-0.64
0.525
-.087021
qcath | -.1189223
.2655969
-0.45
0.655
-.0456356
qlds |
.113106
.1290168
0.88
0.382
.0917823
qprot |
.0312468
.2673083
0.12
0.907
.0104577
qbud |
.3905873
.3835856
1.02
0.310
.0933987
qis |
0 (omitted)
.
qotherrel |
.0938755
.1458985
0.64
0.521
.0684113
_cons |
5.049506
.2674508
18.88
0.000
.
-----------------------------------------------------------------------------. regress q38 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 6.63906116
12 .553255097
Residual | 103.673439
179 .579181223
-------------+-----------------------------Total |
110.3125
191 .577552356

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
192
=
0.96
= 0.4935
= 0.0602
= -0.0028
= .76104

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0763872
.074644
-1.02
0.308
-.0814338
q12 | -.0064693
.0387411
-0.17
0.868
-.0127945
q11 | -.0089638
.0504473
-0.18
0.859
-.0138094
q10 |
.060389
.0773545
0.78
0.436
.062346
q9 |
.0187256
.067343
0.28
0.781
.0205704
q14 |
.0601523
.0349445
1.72
0.087
.1297431
q15 |
.003288
.0598929
0.05
0.956
.004366
q16 | -.0692141
.0561751
-1.23
0.220
-.1028581
q17 | -.0371083
.0560453
-0.66
0.509
-.0549033
q18 |
.1544422
.0884762
1.75
0.083
.1404657
q19 | -.0484984
.0482145
-1.01
0.316
-.0759683
q20 |
.0819365
.0563743
1.45
0.148
.1242692
_cons |
3.982223
.5909691
6.74
0.000
.
-----------------------------------------------------------------------------. regress q38 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.7263825
12 1.64386521
Residual | 98.6372538
185 .533174345
-------------+-----------------------------Total | 118.363636
197 .600830641

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.08
0.0005
0.1667
0.1126
.73019

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.2698627
.0707933
-3.81
0.000
-.2813407
Page 147

3Snsize205.11.9.16
q22 | -.0157448
.0569502
-0.28
0.782
-.0200268
q23 |
.0094659
.0465399
0.20
0.839
.0150585
q24 |
.115233
.0501267
2.30
0.023
.168798
q25 | -.0125572
.0431969
-0.29
0.772
-.0206719
q26 | -.0094634
.0316207
-0.30
0.765
-.020548
q27 |
.0017089
.0506844
0.03
0.973
.0025278
q28 | -.0247637
.1019158
-0.24
0.808
-.0176638
q29 |
.0316567
.0640161
0.49
0.622
.0382819
q30 | -.0981243
.0712837
-1.38
0.170
-.1040361
q31 | -.0878577
.0650566
-1.35
0.179
-.109206
q32 |
.1686772
.0622118
2.71
0.007
.2191618
_cons |
4.569125
.4302609
10.62
0.000
.
-----------------------------------------------------------------------------. regress q38 q33 q34 q35 q36 q37 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.2033668
11 1.29121516
Residual | 103.490511
184 .562448428
-------------+-----------------------------Total | 117.693878
195 .603558346

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.30
0.0118
0.1207
0.0681
.74997

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1022308
.0708416
1.44
0.151
.1213572
q34 |
.0522842
.0639776
0.82
0.415
.0667796
q35 |
.0532845
.0434709
1.23
0.222
.0922328
q36 | -.0251702
.048043
-0.52
0.601
-.038597
q37 | -.2144164
.0787757
-2.72
0.007
-.2038527
q39 |
.0344312
.0444207
0.78
0.439
.0566853
q40 | -.0478849
.0583666
-0.82
0.413
-.0646828
q41 | -.0176933
.0442042
-0.40
0.689
-.0304624
q42 |
.124511
.0457035
2.72
0.007
.1966677
q43 | -.0937675
.0991131
-0.95
0.345
-.0765343
q44 |
.0111929
.0410903
0.27
0.786
.0203306
_cons |
4.143293
.3726938
11.12
0.000
.
-----------------------------------------------------------------------------. regress q38 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.5592065
12 1.87993388
Residual | 95.3088138
184 .517982683
-------------+-----------------------------Total |
117.86802
196 .601367451

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.63
0.0001
0.1914
0.1387
.71971

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1164027
.0510163
2.28
0.024
.1664304
q46 | -.0068386
.0355314
-0.19
0.848
-.0134202
q47 |
-.008118
.0763349
-0.11
0.915
-.0076091
q48 |
.01417
.0434414
0.33
0.745
.0237088
q49 |
.0583835
.0359542
1.62
0.106
.1172349
q50 |
.0739792
.0465668
1.59
0.114
.1129321
q51 |
.0017675
.0511664
0.03
0.972
.0025224
Page 148

3Snsize205.11.9.16
q52 |
.0389284
.04292
0.91
0.366
.0632291
q53 |
.1823566
.0622476
2.93
0.004
.2228203
q54 |
.0975913
.0707685
1.38
0.170
.1232348
q55 |
.0151507
.0876759
0.17
0.863
.0136537
q56 | -.2315729
.072338
-3.20
0.002
-.253311
_cons |
3.016373
.5146784
5.86
0.000
.
-----------------------------------------------------------------------------. regress q38 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 12.2145505
12 1.01787921
Residual | 105.825854
185 .572031641
-------------+-----------------------------Total | 118.040404
197 .599189868

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.78
0.0542
0.1035
0.0453
.75633

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1745815
.0822277
2.12
0.035
.163328
q58 |
.0386099
.0452179
0.85
0.394
.0641801
q59 | -.0857436
.0693815
-1.24
0.218
-.0981824
q60 |
.034125
.0436143
0.78
0.435
.0570891
q61 | -.0112105
.0780626
-0.14
0.886
-.0114669
q62 | -.0076441
.0396493
-0.19
0.847
-.0137639
q63 | -.0861349
.0942167
-0.91
0.362
-.0734629
q64 |
.0529408
.0654821
0.81
0.420
.0594575
q65 |
.0094107
.1101456
0.09
0.932
.0069414
q66 | -.0448643
.0624711
-0.72
0.474
-.0549521
q67 | -.1319712
.0673901
-1.96
0.052
-.144574
q68 |
.0273446
.0494177
0.55
0.581
.0432466
_cons |
3.935365
.5434019
7.24
0.000
.
-----------------------------------------------------------------------------. regress q38 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.8821163
12 1.40684303
Residual | 94.2760469
183 .515169655
-------------+-----------------------------Total | 111.158163
195 .570041863

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.73
0.0020
0.1519
0.0963
.71775

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2827757
.1014883
-2.79
0.006
-.2338417
q70 |
.1883368
.0561478
3.35
0.001
.2496057
q71 |
.0051828
.0395217
0.13
0.896
.0093583
q72 | -.0287791
.0843188
-0.34
0.733
-.0273097
q73 | -.0105022
.050625
-0.21
0.836
-.0149451
q74 | -.0644795
.0461774
-1.40
0.164
-.1049836
q75 |
.0727139
.0522159
1.39
0.165
.1049978
q76 |
-.005505
.03884
-0.14
0.887
-.0099558
q77 |
.0921135
.092141
1.00
0.319
.080392
q78 |
.0110173
.0523887
0.21
0.834
.0158117
q79 |
.0614828
.0436568
1.41
0.161
.1002836
q80 | -.0139585
.0619332
-0.23
0.822
-.0178669
Page 149

3Snsize205.11.9.16
_cons |
4.014182
.3733009
10.75
0.000
.
-----------------------------------------------------------------------------. regress q38 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.8561084
8 1.73201354
Residual | 91.4166189
189 .483685814
-------------+-----------------------------Total | 105.272727
197 .534379326

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.58
0.0007
0.1316
0.0949
.69548

-----------------------------------------------------------------------------q38 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.2178152
.0646652
3.37
0.001
.2514932
q82 |
.0894315
.0588304
1.52
0.130
.1167642
q83 | -.0314613
.0452192
-0.70
0.487
-.0494124
q84 | -.0081701
.0388729
-0.21
0.834
-.014956
q85 | -.1630424
.0965342
-1.69
0.093
-.1375015
q86 |
.0140822
.0666801
0.21
0.833
.0163892
q87 | -.0150978
.0790411
-0.19
0.849
-.0168104
q88 |
-.041214
.0686532
-0.60
0.549
-.0434818
_cons |
3.663575
.5650003
6.48
0.000
.
-----------------------------------------------------------------------------.
. //q39 as outcome variable: Without therapy, you believe that you would be at
increased risk to violate your supervision conditions and/or reoffend.
. regress q39 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.9998349
12 4.83331957
Residual | 248.775034
178 1.39761255
-------------+-----------------------------Total | 306.774869
190 1.61460457

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
3.46
0.0001
0.1891
0.1344
1.1822

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.2888739
.1159528
-2.49
0.014
-.1845242
q12 |
.0258202
.0601821
0.43
0.668
.0305896
q11 | -.2296872
.0783998
-2.93
0.004
-.211806
q10 |
.0730926
.1201633
0.61
0.544
.0452111
q9 | -.2578137
.1046791
-2.46
0.015
-.1697113
q14 | -.0085125
.0543066
-0.16
0.876
-.0109961
q15 | -.1953093
.0930446
-2.10
0.037
-.1553739
q16 | -.0639395
.0873094
-0.73
0.465
-.0567746
q17 |
.0811649
.0870677
0.93
0.352
.0718448
q18 | -.1983264
.1375384
-1.44
0.151
-.1078831
q19 | -.1240563
.0750078
-1.65
0.100
-.116232
q20 |
.0751543
.0876345
0.86
0.392
.06806
_cons |
5.609351
.9180216
6.11
0.000
.
-----------------------------------------------------------------------------. regress q39 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |

SS

df

MS
Page 150

Number of obs =

198

3Snsize205.11.9.16
-------------+-----------------------------Model | 107.365046
12 8.94708716
Residual | 215.281419
185 1.16368334
-------------+-----------------------------Total | 322.646465
197 1.63779931

F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

7.69
0.0000
0.3328
0.2895
1.0787

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0414199
.1045863
-0.40
0.693
-.0261544
q22 | -.1738672
.0841352
-2.07
0.040
-.1339488
q23 | -.2832647
.0687557
-4.12
0.000
-.2729334
q24 |
.0928921
.0740545
1.25
0.211
.0824166
q25 |
-.153014
.0638168
-2.40
0.017
-.1525691
q26 |
.0597468
.0467148
1.28
0.203
.0785749
q27 |
.1024184
.0748785
1.37
0.173
.0917614
q28 |
.2899443
.1505651
1.93
0.056
.1252649
q29 | -.2706305
.0945741
-2.86
0.005
-.1982213
q30 |
.0625938
.1053109
0.59
0.553
.0401962
q31 |
.3658259
.0961112
3.81
0.000
.2754144
q32 |
.0894161
.0919084
0.97
0.332
.0703671
_cons |
2.594131
.635645
4.08
0.000
.
-----------------------------------------------------------------------------. regress q39 q33 q34 q35 q36 q37 q38 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.8838459
11 3.17125872
Residual | 284.116154
184 1.54410953
-------------+-----------------------------Total |
319
195 1.63589744

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.05
0.0258
0.1094
0.0561
1.2426

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0077171
.1180388
-0.07
0.948
-.0055644
q34 |
.0781585
.1060405
0.74
0.462
.0606361
q35 |
-.059491
.0721876
-0.82
0.411
-.0625485
q36 |
.0589719
.0795434
0.74
0.459
.054928
q37 | -.0243364
.1331135
-0.18
0.855
-.0140539
q38 |
.0945252
.1219497
0.78
0.439
.0574155
q40 |
.0037906
.0968842
0.04
0.969
.0031102
q41 | -.2282571
.0713156
-3.20
0.002
-.2387054
q42 | -.0742971
.0770442
-0.96
0.336
-.0712818
q43 |
.362624
.1624348
2.23
0.027
.1797802
q44 |
.0601199
.0679521
0.88
0.377
.0663296
_cons |
2.03133
.7842438
2.59
0.010
.
-----------------------------------------------------------------------------. regress q39 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.9741855
12 3.49784879
Residual |
270.41357
183 1.47766978
-------------+-----------------------------Total | 312.387755
195 1.60198849
Page 151

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.37
0.0074
0.1344
0.0776
1.2156

3Snsize205.11.9.16
-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0249792
.0864677
0.29
0.773
.0218937
q46 |
.060927
.060247
1.01
0.313
.0731106
q47 |
.3951397
.1289339
3.06
0.003
.227382
q48 |
.0213134
.0734004
0.29
0.772
.021878
q49 |
.053667
.0613365
0.87
0.383
.0656571
q50 | -.0844362
.0791035
-1.07
0.287
-.0787004
q51 |
.0989344
.0865696
1.14
0.255
.0866067
q52 | -.1194362
.0725173
-1.65
0.101
-.1191618
q53 | -.1774108
.1053797
-1.68
0.094
-.132784
q54 |
.04661
.1195396
0.39
0.697
.0361154
q55 | -.1397322
.1481641
-0.94
0.347
-.077313
q56 | -.1040018
.1221868
-0.85
0.396
-.0698265
_cons |
2.553441
.8705154
2.93
0.004
.
-----------------------------------------------------------------------------. regress q39 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 76.2182799
12 6.35152332
Residual | 241.994918
184 1.31518977
-------------+-----------------------------Total | 318.213198
196 1.62353672

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.83
0.0000
0.2395
0.1899
1.1468

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2838212
.1248222
2.27
0.024
.1616377
q58 |
.2409856
.0693372
3.48
0.001
.240951
q59 |
.1815656
.1053664
1.72
0.087
.1265463
q60 |
.0964864
.0661888
1.46
0.147
.0982617
q61 |
.4706927
.1185264
3.97
0.000
.2929339
q62 | -.1121857
.0602015
-1.86
0.064
-.1228004
q63 |
.0481985
.1428737
0.34
0.736
.0250271
q64 |
-.136059
.0997335
-1.36
0.174
-.09241
q65 | -.3199884
.1674102
-1.91
0.058
-.1436977
q66 |
.094752
.0947872
1.00
0.319
.0704324
q67 |
.0235175
.1021837
0.23
0.818
.0156853
q68 |
.0716624
.0756121
0.95
0.344
.0682008
_cons | -.3942276
.8262752
-0.48
0.634
.
-----------------------------------------------------------------------------. regress q39 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 53.7074193
12 4.47561827
Residual | 262.938735
182 1.44471832
-------------+-----------------------------Total | 316.646154
194 1.63219667

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.10
0.0005
0.1696
0.1149
1.202

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0330052
.1699727
-0.19
0.846
-.016161
q70 |
.1234224
.0940854
1.31
0.191
.0967777
Page 152

3Snsize205.11.9.16
q71 |
.0356933
.066506
0.54
0.592
.0380313
q72 |
.0137716
.1412163
0.10
0.922
.0077385
q73 | -.3193912
.0848693
-3.76
0.000
-.2690205
q74 |
.1057765
.0774011
1.37
0.173
.1019896
q75 |
.22028
.0874822
2.52
0.013
.1882812
q76 | -.0207803
.0650509
-0.32
0.750
-.0222643
q77 |
.1126473
.1543224
0.73
0.466
.0582245
q78 | -.0294533
.0878866
-0.34
0.738
-.0249916
q79 | -.0078685
.0731996
-0.11
0.915
-.0075967
q80 |
.1816877
.103905
1.75
0.082
.1375619
_cons |
1.328806
.6253159
2.13
0.035
.
-----------------------------------------------------------------------------. regress q39 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 10.5457464
8
1.3182183
Residual | 308.581157
188 1.64138913
-------------+-----------------------------Total | 319.126904
196 1.62819849

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
197
=
0.80
= 0.6006
= 0.0330
= -0.0081
= 1.2812

-----------------------------------------------------------------------------q39 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0497656
.1192771
-0.42
0.677
-.0329559
q82 | -.1279275
.1085869
-1.18
0.240
-.0957511
q83 |
.0064642
.0837909
0.08
0.939
.0058088
q84 |
.0418204
.0716145
0.58
0.560
.0439665
q85 |
.0110531
.1781966
0.06
0.951
.0053516
q86 | -.2796486
.1229124
-2.28
0.024
-.1866747
q87 | -.1368653
.1462836
-0.94
0.351
-.0874632
q88 | -.0161687
.1265788
-0.13
0.898
-.0097886
_cons |
4.032589
1.041134
3.87
0.000
.
-----------------------------------------------------------------------------.
. //q40 as outcome variable: You rarely complete your homework assignments.
. regress q40 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
15.154986
17 .891469767
Residual | 105.006088
131 .801573189
-------------+-----------------------------Total | 120.161074
148 .811899147

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.11
0.3491
0.1261
0.0127
.89531

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.6938722
.2957848
2.35
0.020
.1990917
qhispanic | -.1307344
.2704638
-0.48
0.630
-.0462835
qblack |
.1644037
.4698647
0.35
0.727
.0295904
qasian |
.0907534
.4991441
0.18
0.856
.0163344
qpacif | -.6315675
.9197843
-0.69
0.494
-.0574216
Page 153

3Snsize205.11.9.16
qamerind | -.4713133
.5449275
-0.86
0.389
-.0737177
qotherrac |
.2909814
.3098981
0.94
0.349
.081077
q2nd | -.0462773
.2031247
-0.23
0.820
-.0246699
q3rd |
.1253002
.2090786
0.60
0.550
.0648374
qa |
.5062264
.3136407
1.61
0.109
.1644753
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.2184973
.1199558
1.82
0.071
.2379843
qlesshs |
.4456018
.2383828
1.87
0.064
.2476478
qcath |
.2058687
.3937534
0.52
0.602
.0516737
qlds |
.0230829
.1912703
0.12
0.904
.0122519
qprot | -.4128737
.3962906
-1.04
0.299
-.0903828
qbud |
.0778946
.5686744
0.14
0.891
.0121834
qis |
0 (omitted)
.
qotherrel |
.1701182
.2162978
0.79
0.433
.0810898
_cons |
.5469781
.3965019
1.38
0.170
.
-----------------------------------------------------------------------------. regress q40 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.8240198
12 3.48533498
Residual | 168.155147
179 .939414229
-------------+-----------------------------Total | 209.979167
191 1.09936736

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.71
0.0001
0.1992
0.1455
.96923

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0259914
.0950131
-0.27
0.785
-.0202596
q12 |
-.034666
.0493484
-0.70
0.483
-.0494993
q11 |
.0537739
.0635316
0.85
0.398
.0610844
q10 |
.1550843
.0986079
1.57
0.118
.1160931
q9 |
.0903134
.085224
1.06
0.291
.0730164
q14 | -.0222655
.0447697
-0.50
0.620
-.034572
q15 | -.0260757
.0761689
-0.34
0.732
-.0250959
q16 |
.1938076
.0707282
2.74
0.007
.2116106
q17 |
.1818057
.0713746
2.55
0.012
.1953254
q18 | -.2716238
.112742
-2.41
0.017
-.179059
q19 |
.090048
.0612366
1.47
0.143
.1023578
q20 | -.0636641
.0717995
-0.89
0.376
-.0699944
_cons |
1.901148
.7527196
2.53
0.012
.
-----------------------------------------------------------------------------. regress q40 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 65.3699034
12 5.44749195
Residual | 151.443228
185 .818612043
-------------+-----------------------------Total | 216.813131
197 1.10057427

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.65
0.0000
0.3015
0.2562
.90477

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0325126
.0877196
-0.37
0.711
-.0250442
q22 | -.0126902
.0705666
-0.18
0.857
-.0119264
Page 154

3Snsize205.11.9.16
q23 |
.1513421
.0576674
2.62
0.009
.1778871
q24 | -.0859808
.0621117
-1.38
0.168
-.0930589
q25 | -.0014718
.053525
-0.03
0.978
-.0017903
q26 |
.0098587
.039181
0.25
0.802
.0158165
q27 | -.0938185
.0628028
-1.49
0.137
-.1025395
q28 |
.5386275
.1262834
4.27
0.000
.283873
q29 | -.0347107
.079322
-0.44
0.662
-.031014
q30 |
.2491934
.0883273
2.82
0.005
.1952137
q31 |
.0194944
.0806113
0.24
0.809
.0179037
q32 |
.2481494
.0770863
3.22
0.002
.2382253
_cons |
.49997
.5331339
0.94
0.350
.
-----------------------------------------------------------------------------. regress q40 q33 q34 q35 q36 q37 q38 q39 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 50.2488835
11 4.56808032
Residual | 164.501116
184 .894027807
-------------+-----------------------------Total |
214.75
195 1.10128205

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.11
0.0000
0.2340
0.1882
.94553

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2598079
.0877527
2.96
0.003
.2283211
q34 |
.2052947
.079377
2.59
0.010
.1941162
q35 | -.1302239
.0541861
-2.40
0.017
-.1668727
q36 | -.0155677
.0606052
-0.26
0.798
-.0176727
q37 | -.0834014
.1011106
-0.82
0.411
-.0587006
q38 | -.0761145
.0927753
-0.82
0.413
-.0563479
q39 |
.0021947
.0560952
0.04
0.969
.0026749
q41 |
.0501395
.0556327
0.90
0.369
.0639067
q42 | -.0835223
.0584486
-1.43
0.155
-.0976648
q43 |
.0180546
.1252548
0.14
0.886
.0109095
q44 |
.099993
.0512887
1.95
0.053
.1344582
_cons |
1.995535
.5894443
3.39
0.001
.
-----------------------------------------------------------------------------. regress q40 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.6521359
12 3.88767799
Residual | 168.149895
184 .913858123
-------------+-----------------------------Total |
214.80203
196 1.09592873

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.25
0.0000
0.2172
0.1661
.95596

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0548948
.06783
-0.81
0.419
-.0581455
q46 | -.0556978
.0471942
-1.18
0.239
-.0809725
q47 |
.2270906
.1010711
2.25
0.026
.1576747
q48 | -.1591779
.0575038
-2.77
0.006
-.1983504
q49 | -.0415748
.0477804
-0.87
0.385
-.0618059
q50 |
.068578
.0618478
1.11
0.269
.0776341
q51 | -.0933636
.0680563
-1.37
0.172
-.0985688
q52 | -.0085317
.0570091
-0.15
0.881
-.0102651
Page 155

3Snsize205.11.9.16
q53 | -.0424716
.0814853
-0.52
0.603
-.038879
q54 | -.0315884
.0939227
-0.34
0.737
-.029568
q55 |
.1933585
.1165525
1.66
0.099
.1288127
q56 |
.2873888
.0960707
2.99
0.003
.2328121
_cons |
2.323626
.6742969
3.45
0.001
.
-----------------------------------------------------------------------------. regress q40 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.5468502
12 3.87890418
Residual | 168.925231
184 .918071908
-------------+-----------------------------Total | 215.472081
196 1.09934735

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.23
0.0000
0.2160
0.1649
.95816

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0180829
.1041827
0.17
0.862
.012515
q58 |
.0478572
.0574469
0.83
0.406
.0588178
q59 |
.0989363
.0878985
1.13
0.262
.0837983
q60 | -.1016857
.0552942
-1.84
0.068
-.1258466
q61 |
-.105646
.0989476
-1.07
0.287
-.0799003
q62 | -.0264998
.0503
-0.53
0.599
-.0352864
q63 |
.0607962
.11937
0.51
0.611
.0383634
q64 | -.0658429
.0830156
-0.79
0.429
-.0546753
q65 |
.3124376
.1395391
2.24
0.026
.1705071
q66 |
.33356
.0792445
4.21
0.000
.301733
q67 |
.0683074
.0853809
0.80
0.425
.0553646
q68 |
.0463623
.0626052
0.74
0.460
.0542593
_cons |
.8818319
.688421
1.28
0.202
.
-----------------------------------------------------------------------------. regress q40 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.8957323
12 2.99131103
Residual | 179.519652
182 .986371716
-------------+-----------------------------Total | 215.415385
194 1.11038858

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.03
0.0007
0.1666
0.1117
.99316

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2901659
.1404587
2.07
0.040
.1722584
q70 |
.0178113
.0777506
0.23
0.819
.0169327
q71 |
.1021616
.0547957
1.86
0.064
.1322062
q72 |
.154281
.1166735
1.32
0.188
.1051065
q73 | -.0627919
.0700759
-0.90
0.371
-.0641231
q74 |
.1068815
.0639121
1.67
0.096
.1249621
q75 |
.0823193
.0722977
1.14
0.256
.0853066
q76 |
.0366204
.0537491
0.68
0.497
.0475696
q77 | -.0105079
.12751
-0.08
0.934
-.0065849
q78 |
.1127526
.072527
1.55
0.122
.1162418
q79 | -.0759628
.0604264
-1.26
0.210
-.0889954
q80 |
.0060131
.0858422
0.07
0.944
.0055282
_cons |
.4626169
.5166417
0.90
0.372
.
Page 156

3Snsize205.11.9.16
-----------------------------------------------------------------------------. regress q40 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.4729205
8 3.30911506
Residual | 189.659059
188 1.00882478
-------------+-----------------------------Total |
216.13198
196 1.10271418

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.28
0.0016
0.1225
0.0851
1.0044

-----------------------------------------------------------------------------q40 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1068158
.0934163
-1.14
0.254
-.085953
q82 | -.1811054
.0850599
-2.13
0.035
-.1650095
q83 |
-.013559
.0653249
-0.21
0.836
-.0148521
q84 | -.0862392
.056159
-1.54
0.126
-.1101694
q85 |
.3225072
.1394283
2.31
0.022
.1897431
q86 |
.0134215
.096386
0.14
0.889
.0108867
q87 |
.0628195
.1142361
0.55
0.583
.0487542
q88 |
.1552054
.0991874
1.56
0.119
.1141759
_cons |
2.422381
.8160123
2.97
0.003
.
-----------------------------------------------------------------------------.
. //q41 as outcome variable: You acknowledge that you committed a sexual offense,
but you believe it was consensual.
. regress q41 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 51.0644416
17 3.00379068
Residual | 215.604477
130 1.65849598
-------------+-----------------------------Total | 266.668919
147 1.81407428

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

148
1.81
0.0329
0.1915
0.0858
1.2878

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.5104603
.4254629
-1.20
0.232
-.098314
qhispanic | -.0794185
.3894358
-0.20
0.839
-.0188653
qblack |
.5796121
.6765913
0.86
0.393
.0700215
qasian |
.4944
.7181574
0.69
0.492
.0597273
qpacif |
1.212143
1.323038
0.92
0.361
.0739768
qamerind | -.1076749
.7840598
-0.14
0.891
-.0113043
qotherrac |
.8777649
.4470755
1.96
0.052
.1641348
q2nd | -.0038726
.2921855
-0.01
0.989
-.0013832
q3rd |
.7833985
.3027122
2.59
0.011
.2701125
qa |
.7212409
.4514758
1.60
0.113
.157246
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.3233583
.1727854
1.87
0.064
.2351972
qlesshs |
.765761
.3429296
2.23
0.027
.2848213
qcath | -.5900309
.5668025
-1.04
0.300
-.0993955
Page 157

3Snsize205.11.9.16
qlds | -.2385174
.2751458
-0.87
0.388
-.0848282
qprot |
.7139314
.5700741
1.25
0.213
.1048961
qbud |
.3325335
.817993
0.41
0.685
.0349111
qis |
0 (omitted)
.
qotherrel |
-.180453
.3151798
-0.57
0.568
-.0571242
_cons |
1.655474
.5706049
2.90
0.004
.
-----------------------------------------------------------------------------. regress q41 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 135.338002
12 11.2781668
Residual | 202.474498
179 1.13114245
-------------+-----------------------------Total |
337.8125
191 1.76865183

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
9.97
0.0000
0.4006
0.3604
1.0636

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1085677
.1041524
1.04
0.299
.0667192
q12 | -.0373366
.0539877
-0.69
0.490
-.0421966
q11 |
.1292149
.0697552
1.85
0.066
.1155154
q10 | -.1878895
.1081555
-1.74
0.084
-.1108897
q9 |
.8701363
.0926591
9.39
0.000
.5591188
q14 | -.0510879
.0486645
-1.05
0.295
-.0629687
q15 |
.0800366
.0835396
0.96
0.339
.0607302
q16 |
.0338848
.0776428
0.44
0.663
.0290912
q17 |
.0354037
.0783193
0.45
0.652
.0299188
q18 | -.1694758
.1236975
-1.37
0.172
-.0878981
q19 |
.2269156
.0684425
3.32
0.001
.2005672
q20 |
.0569941
.078787
0.72
0.470
.0492131
_cons |
.2267719
.8263757
0.27
0.784
.
-----------------------------------------------------------------------------. regress q41 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 59.8958567
12 4.99132139
Residual | 289.921402
184 1.57565979
-------------+-----------------------------Total | 349.817259
196 1.78478193

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.17
0.0004
0.1712
0.1172
1.2553

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0945532
.1217892
0.78
0.439
.0572679
q22 | -.0122199
.0979314
-0.12
0.901
-.0090248
q23 |
.3187959
.080125
3.98
0.000
.2947949
q24 |
-.023884
.0862147
-0.28
0.782
-.0203099
q25 |
.0418647
.0743408
0.56
0.574
.0400515
q26 |
.0398949
.0547067
0.73
0.467
.0501231
q27 |
.0981236
.0871327
1.13
0.262
.0843807
q28 | -.1162384
.175203
-0.66
0.508
-.048209
q29 | -.0787532
.1100866
-0.72
0.475
-.0552969
q30 |
.1997095
.1225725
1.63
0.105
.1229932
q31 | -.2179297
.1118627
-1.95
0.053
-.1573238
q32 |
.063314
.1069863
0.59
0.555
.0477237
Page 158

3Snsize205.11.9.16
_cons |
1.162672
.7396918
1.57
0.118
.
-----------------------------------------------------------------------------. regress q41 q33 q34 q35 q36 q37 q38 q39 q40 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 61.2794081
11 5.57085528
Residual | 287.593041
184 1.56300566
-------------+-----------------------------Total | 348.872449
195 1.78908948

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.56
0.0001
0.1756
0.1264
1.2502

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0101272
.1187579
-0.09
0.932
-.0069826
q34 |
.2054029
.1057663
1.94
0.054
.1523785
q35 | -.1751683
.0716068
-2.45
0.015
-.1761098
q36 | -.1246945
.0796191
-1.57
0.119
-.1110601
q37 |
.125172
.1336194
0.94
0.350
.0691209
q38 | -.0491683
.1228403
-0.40
0.689
-.0285581
q39 | -.2310504
.0721884
-3.20
0.002
-.2209371
q40 |
.0876576
.0972611
0.90
0.369
.0687737
q42 | -.1007926
.0773537
-1.30
0.194
-.0924693
q43 | -.0001063
.1656242
-0.00
0.999
-.0000504
q44 |
.1252165
.0678872
1.84
0.067
.1321029
_cons |
3.140523
.7691959
4.08
0.000
.
-----------------------------------------------------------------------------. regress q41 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 65.3955153
12 5.44962628
Residual | 280.281252
185
1.5150338
-------------+-----------------------------Total | 345.676768
197
1.7547044

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.60
0.0001
0.1892
0.1366
1.2309

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0210784
.087082
-0.24
0.809
-.0176356
q46 | -.1623458
.0607071
-2.67
0.008
-.1862473
q47 | -.3892518
.1301245
-2.99
0.003
-.2131594
q48 | -.1094185
.0740081
-1.48
0.141
-.1076131
q49 | -.0734582
.0614362
-1.20
0.233
-.0861381
q50 | -.1208099
.0796274
-1.52
0.131
-.1078164
q51 |
.0988349
.0875004
1.13
0.260
.082368
q52 |
.1326457
.0734022
1.81
0.072
.1258075
q53 | -.1142289
.1049178
-1.09
0.278
-.0824285
q54 |
.0356545
.1209323
0.29
0.768
.0263181
q55 |
.2919188
.1497328
1.95
0.053
.1536919
q56 |
.1503539
.1236356
1.22
0.225
.096112
_cons |
3.335538
.8680789
3.84
0.000
.
-----------------------------------------------------------------------------. regress q41 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |

SS

df

MS
Page 159

Number of obs =

197

3Snsize205.11.9.16
-------------+-----------------------------Model | 37.5125319
12 3.12604433
Residual | 312.162595
184 1.69653584
-------------+-----------------------------Total | 349.675127
196 1.78405677

F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

1.84
0.0443
0.1073
0.0491
1.3025

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.3640938
.1416131
-2.57
0.011
-.1978053
q58 |
-.075676
.0779016
-0.97
0.333
-.0729326
q59 |
.0414158
.1194931
0.35
0.729
.0275365
q60 | -.1312791
.0753387
-1.74
0.083
-.1271197
q61 | -.3193745
.1344798
-2.37
0.019
-.1896091
q62 | -.0301045
.0683781
-0.44
0.660
-.0314673
q63 |
.1269905
.1622635
0.78
0.435
.0629035
q64 |
.049031
.1128217
0.43
0.664
.0319607
q65 |
.1431666
.1897617
0.75
0.452
.0613316
q66 |
.0338535
.1076324
0.31
0.753
.0240389
q67 |
.0814144
.1160753
0.70
0.484
.0517999
q68 |
.0424419
.0852025
0.50
0.619
.0388778
_cons |
4.158472
.9358209
4.44
0.000
.
-----------------------------------------------------------------------------. regress q41 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 83.8399319
12 6.98666099
Residual | 264.746803
183 1.44670384
-------------+-----------------------------Total | 348.586735
195 1.78762428

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.83
0.0000
0.2405
0.1907
1.2028

-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1639547
.1700711
-0.96
0.336
-.076563
q70 | -.0956873
.0940909
-1.02
0.311
-.0716125
q71 |
.0374348
.0662293
0.57
0.573
.0381705
q72 |
.1863479
.1412991
1.32
0.189
.0998572
q73 |
.4703485
.0848359
5.54
0.000
.3779671
q74 |
.0829999
.0773828
1.07
0.285
.076312
q75 |
-.109031
.087502
-1.25
0.214
-.0889054
q76 |
-.05174
.065087
-0.79
0.428
-.05284
q77 |
.3675342
.1544071
2.38
0.018
.1811352
q78 |
.0087247
.0877914
0.10
0.921
.0070708
q79 | -.1034818
.0731587
-1.41
0.159
-.0953139
q80 |
.0606994
.1037858
0.58
0.559
.0438743
_cons |
1.331619
.6255668
2.13
0.035
.
-----------------------------------------------------------------------------. regress q41 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.4647195
8 3.80808993
Residual | 316.408377
188 1.68302328
-------------+-----------------------------Total | 346.873096
196
1.7697607
Page 160

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.26
0.0248
0.0878
0.0490
1.2973

3Snsize205.11.9.16
-----------------------------------------------------------------------------q41 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.3309707
.1206683
-2.74
0.007
-.2102275
q82 | -.1087864
.1097894
-0.99
0.323
-.0781
q83 |
.1354534
.084354
1.61
0.110
.1171177
q84 | -.0192256
.0727511
-0.26
0.792
-.0193014
q85 |
.0420805
.1800776
0.23
0.815
.0195426
q86 | -.0368375
.1243974
-0.30
0.767
-.0235863
q87 |
.1332631
.1474422
0.90
0.367
.0816397
q88 |
.1605484
.128092
1.25
0.212
.0932283
_cons |
2.95437
1.054275
2.80
0.006
.
-----------------------------------------------------------------------------.
. //q42 as outcome variable: You have regular involvement with a group of pro-social
individuals.
. regress q42 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 22.5506512
17
1.3265089
Residual | 209.623845
131 1.60018203
-------------+-----------------------------Total | 232.174497
148
1.5687466

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.83
= 0.6575
= 0.0971
= -0.0200
=
1.265

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.5029697
.417916
-1.20
0.231
-.1038222
qhispanic | -.1407193
.3821398
-0.37
0.713
-.0358397
qblack | -1.108429
.6638744
-1.67
0.097
-.143523
qasian |
.8384454
.7052434
1.19
0.237
.1085646
qpacif |
1.007859
1.299568
0.78
0.439
.065922
qamerind | -.1572601
.769931
-0.20
0.838
-.0176952
qotherrac | -.2606329
.4378567
-0.60
0.553
-.052244
q2nd |
.4087219
.286996
1.42
0.157
.1567477
q3rd |
.1892588
.2954084
0.64
0.523
.0704539
qa |
.5322156
.4431447
1.20
0.232
.1243994
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1992117
.1694862
-1.18
0.242
-.156096
qlesshs | -.5514276
.3368124
-1.64
0.104
-.2204706
qcath | -.3102779
.5563363
-0.56
0.578
-.056028
qlds | -.0791164
.2702469
-0.29
0.770
-.0302102
qprot | -.4785358
.5599212
-0.85
0.394
-.0753629
qbud | -.5283689
.8034831
-0.66
0.512
-.059453
qis |
0 (omitted)
.
qotherrel | -.1559148
.3056083
-0.51
0.611
-.053466
_cons |
4.484812
.5602197
8.01
0.000
.
-----------------------------------------------------------------------------. regress q42 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Page 161

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 48.3321461
12 4.02767884
Residual | 236.994279
180 1.31663488
-------------+-----------------------------Total | 285.326425
192 1.48607513

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.06
0.0006
0.1694
0.1140
1.1474

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
-.074983
.1123512
-0.67
0.505
-.0501796
q12 |
.109375
.0582218
1.88
0.062
.1346407
q11 |
.2033898
.0752105
2.70
0.008
.1982008
q10 | -.0843072
.1165352
-0.72
0.470
-.0541883
q9 |
.1109999
.0999236
1.11
0.268
.0776635
q14 |
.0270285
.0525002
0.51
0.607
.0362947
q15 |
.057925
.0901291
0.64
0.521
.0478667
q16 | -.0535094
.0836956
-0.64
0.523
-.0501653
q17 |
-.077936
.0844767
-0.92
0.357
-.0718306
q18 |
.2763344
.1333212
2.07
0.040
.1563549
q19 | -.1088003
.0723582
-1.50
0.134
-.1062332
q20 |
.0644142
.0848907
0.76
0.449
.060779
_cons |
1.382276
.8909137
1.55
0.123
.
-----------------------------------------------------------------------------. regress q42 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.4200374
12 2.95166978
Residual | 262.787033
185 1.42047045
-------------+-----------------------------Total | 298.207071
197 1.51374148

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.08
0.0203
0.1188
0.0616
1.1918

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.2198292
.115551
-1.90
0.059
-.1443861
q22 | -.0731428
.0929558
-0.79
0.432
-.0586135
q23 | -.0752988
.0759639
-0.99
0.323
-.075467
q24 |
.1061152
.0818183
1.30
0.196
.0979305
q25 | -.0003292
.0705073
-0.00
0.996
-.0003415
q26 | -.0976724
.0516123
-1.89
0.060
-.133612
q27 | -.0256989
.0827286
-0.31
0.756
-.0239498
q28 | -.2612387
.1663501
-1.57
0.118
-.117397
q29 | -.0087368
.1044891
-0.08
0.933
-.0066563
q30 |
.063205
.1163515
0.54
0.588
.0422191
q31 | -.0338519
.1061873
-0.32
0.750
-.0265094
q32 | -.1329047
.1015439
-1.31
0.192
-.1087925
_cons |
4.95031
.7022849
7.05
0.000
.
-----------------------------------------------------------------------------. regress q42 q33 q34 q35 q36 q37 q38 q39 q40 q41 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.8059839
11 3.16418035
Residual | 258.826669
184 1.40666668
-------------+-----------------------------Page 162

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

196
2.25
0.0137
0.1185
0.0658

Total |

293.632653

195

3Snsize205.11.9.16
1.50580848

Root MSE

1.186

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.2537631
.1111002
-2.28
0.024
-.1907158
q34 |
.0043922
.10136
0.04
0.965
.0035516
q35 |
.0362163
.0689754
0.53
0.600
.0396884
q36 | -.0114377
.0760294
-0.15
0.881
-.011104
q37 |
.1057048
.1268235
0.83
0.406
.063625
q38 |
.3113983
.1143032
2.72
0.007
.1971474
q39 | -.0676838
.0701864
-0.96
0.336
-.0705469
q40 | -.1314143
.0919633
-1.43
0.155
-.1123846
q41 | -.0907109
.0696165
-1.30
0.194
-.0988759
q43 |
.144787
.1567598
0.92
0.357
.0748183
q44 | -.0209803
.0649768
-0.32
0.747
-.0241265
_cons |
2.822011
.7331039
3.85
0.000
.
-----------------------------------------------------------------------------. regress q42 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 68.9207555
12 5.74339629
Residual | 228.409194
184 1.24135431
-------------+-----------------------------Total | 297.329949
196 1.51698954

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.63
0.0000
0.2318
0.1817
1.1142

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1542992
.0788347
1.96
0.052
.1391982
q46 | -.0125231
.0550751
-0.23
0.820
-.0154212
q47 | -.3160023
.1178167
-2.68
0.008
-.1864888
q48 |
.0654362
.067118
0.97
0.331
.0693056
q49 |
.0886506
.0556566
1.59
0.113
.1120798
q50 |
.0176295
.072173
0.24
0.807
.0169444
q51 |
.1238872
.0793096
1.56
0.120
.1113163
q52 | -.0017165
.066865
-0.03
0.980
-.0017442
q53 |
.3510774
.0949804
3.70
0.000
.2731617
q54 |
.151908
.1095071
1.39
0.167
.1207763
q55 |
.1290858
.1361023
0.95
0.344
.0730927
q56 |
-.320088
.1119895
-2.86
0.005
-.2204522
_cons |
1.329952
.7880554
1.69
0.093
.
-----------------------------------------------------------------------------. regress q42 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.9927545
12 3.74939621
Residual | 253.214316
185 1.36872603
-------------+-----------------------------Total | 298.207071
197 1.51374148

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.74
0.0019
0.1509
0.0958
1.1699

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0734454
.127194
-0.58
0.564
-.0432298
Page 163

3Snsize205.11.9.16
q58 |
.0646268
.0699454
0.92
0.357
.0675881
q59 | -.1844582
.1073228
-1.72
0.087
-.1328881
q60 |
.2421922
.0674648
3.59
0.000
.2549162
q61 | -.0159543
.1207511
-0.13
0.895
-.0102672
q62 | -.0366337
.0613316
-0.60
0.551
-.0415007
q63 | -.1383797
.1457391
-0.95
0.344
-.0742537
q64 |
.0022768
.1012911
0.02
0.982
.0016088
q65 |
.0538028
.1703788
0.32
0.753
.0249683
q66 | -.2267107
.0966335
-2.35
0.020
-.1747073
q67 | -.0597615
.1042424
-0.57
0.567
-.0411897
q68 |
.0505434
.0764417
0.66
0.509
.0502924
_cons |
3.926556
.8405613
4.67
0.000
.
-----------------------------------------------------------------------------. regress q42 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.6731698
12 2.63943081
Residual |
258.7503
183 1.41393606
-------------+-----------------------------Total | 290.423469
195 1.48935113

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.87
0.0410
0.1091
0.0506
1.1891

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0056051
.168134
-0.03
0.973
-.0028676
q70 |
.2417086
.0930192
2.60
0.010
.1981828
q71 | -.1405025
.065475
-2.15
0.033
-.1569554
q72 | -.0565295
.1396897
-0.40
0.686
-.0331871
q73 |
.0315333
.0838696
0.38
0.707
.0277615
q74 | -.0988537
.0765014
-1.29
0.198
-.0995743
q75 |
.1169862
.0865053
1.35
0.178
.1045088
q76 | -.0365008
.0643456
-0.57
0.571
-.0408394
q77 | -.0873709
.1526485
-0.57
0.568
-.047175
q78 |
.0471668
.0867915
0.54
0.587
.0418788
q79 |
.0283047
.0723255
0.39
0.696
.0285621
q80 | -.1031342
.1026037
-1.01
0.316
-.0816712
_cons |
3.336913
.6184417
5.40
0.000
.
-----------------------------------------------------------------------------. regress q42 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.6684411
8 3.83355514
Residual |
268.34166
189 1.41979714
-------------+-----------------------------Total | 299.010101
197 1.51781777

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.70
0.0078
0.1026
0.0646
1.1916

-----------------------------------------------------------------------------q42 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.151999
.1107904
1.37
0.172
.1041343
q82 |
.2127665
.1007937
2.11
0.036
.1648305
q83 | -.0369233
.0774737
-0.48
0.634
-.0344091
q84 |
.1501593
.0666007
2.25
0.025
.1631011
q85 | -.2851383
.1653912
-1.72
0.086
-.1426847
q86 |
.1319351
.1142426
1.15
0.250
.0911094
Page 164

3Snsize205.11.9.16
q87 |
.0334511
.1354205
0.25
0.805
.0220998
q88 |
.1253063
.1176231
1.07
0.288
.0784424
_cons |
1.537586
.9680107
1.59
0.114
.
-----------------------------------------------------------------------------.
. //q43 as outcome variable: You masturbate to an extent that it interferes with
life activities.
. regress q43 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 3.21094118
17 .188878893
Residual | 42.5877165
131 .325097073
-------------+-----------------------------Total | 45.7986577
148
.30945039

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.58
= 0.9012
= 0.0701
= -0.0506
= .57017

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1496884
.1883696
0.79
0.428
.0695693
qhispanic |
.0052096
.172244
0.03
0.976
.0029874
qblack | -.2942742
.2992318
-0.98
0.327
-.085792
qasian |
.2716346
.3178783
0.85
0.394
.0791917
qpacif | -.4173745
.5857617
-0.71
0.477
-.0614663
qamerind | -.3291389
.3470353
-0.95
0.345
-.0833867
qotherrac | -.0488455
.1973576
-0.25
0.805
-.0220451
q2nd | -.0026485
.1293593
-0.02
0.984
-.0022869
q3rd | -.1151716
.1331511
-0.86
0.389
-.0965328
qa |
.0137609
.1997411
0.07
0.945
.007242
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0505267
.0763935
-0.66
0.510
-.0891413
qlesshs | -.2560981
.1518133
-1.69
0.094
-.2305417
qcath | -.0049522
.2507605
-0.02
0.984
-.0020134
qlds |
.0222813
.1218099
0.18
0.855
.0191562
qprot |
.1407418
.2523764
0.56
0.578
.0499054
qbud | -.1716457
.3621584
-0.47
0.636
-.0434861
qis |
0 (omitted)
.
qotherrel | -.0373644
.1377485
-0.27
0.787
-.0288489
_cons |
1.371388
.2525109
5.43
0.000
.
-----------------------------------------------------------------------------. regress q43 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
15.310942
12 1.27591183
Residual | 55.7978663
180 .309988146
-------------+-----------------------------Total | 71.1088083
192 .370358377

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
4.12
0.0000
0.2153
0.1630
.55677

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 165

3Snsize205.11.9.16
q13 |
-.005913
.0545152
-0.11
0.914
-.0079265
q12 |
.0247958
.0282505
0.88
0.381
.061143
q11 | -.0044823
.0364937
-0.12
0.902
-.0087496
q10 |
.0827922
.0565454
1.46
0.145
.1065957
q9 |
.0314549
.0484851
0.65
0.517
.0440851
q14 |
.0146913
.0254742
0.58
0.565
.0395176
q15 | -.1006245
.0437326
-2.30
0.023
-.1665638
q16 |
.0601994
.0406109
1.48
0.140
.1130511
q17 |
.1205581
.0409899
2.94
0.004
.2225753
q18 | -.1228924
.0646903
-1.90
0.059
-.1392871
q19 |
.062397
.0351098
1.78
0.077
.1220402
q20 | -.0229762
.0411908
-0.56
0.578
-.0434271
_cons |
1.572877
.4322903
3.64
0.000
.
-----------------------------------------------------------------------------. regress q43 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.0485122
12 1.75404268
Residual | 57.5979525
185 .311340284
-------------+-----------------------------Total | 78.6464646
197 .399220633

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.63
0.0000
0.2676
0.2201
.55798

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0687609
.0540972
1.27
0.205
.0879429
q22 | -.0702187
.0435189
-1.61
0.108
-.1095715
q23 |
.0561134
.0355638
1.58
0.116
.1095103
q24 |
.0146323
.0383047
0.38
0.703
.026295
q25 |
.0156133
.0330092
0.47
0.637
.0315321
q26 | -.0281852
.0241632
-1.17
0.245
-.0750783
q27 |
.0386229
.0387309
1.00
0.320
.0700891
q28 |
.043233
.0778798
0.56
0.579
.0378316
q29 |
.0945931
.0489184
1.93
0.055
.1403321
q30 |
.070721
.054472
1.30
0.196
.0919868
q31 |
.204988
.0497135
4.12
0.000
.3125823
q32 |
.0150788
.0475396
0.32
0.751
.0240351
_cons |
.5971845
.3287872
1.82
0.071
.
-----------------------------------------------------------------------------. regress q43 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.4293826
11 1.94812569
Residual | 56.9787807
184 .309667286
-------------+-----------------------------Total | 78.4081633
195 .402093145

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.29
0.0000
0.2733
0.2299
.55648

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2670395
.0490588
5.44
0.000
.3883786
q34 |
.0278209
.0475134
0.59
0.559
.0435353
q35 | -.0900021
.0317001
-2.84
0.005
-.190868
q36 |
.0486081
.0354943
1.37
0.173
.0913213
q37 |
.0303019
.0595751
0.51
0.612
.0352959
Page 166

3Snsize205.11.9.16
q38 | -.0516256
.0545687
-0.95
0.345
-.0632501
q39 |
.0727233
.0325759
2.23
0.027
.1466859
q40 |
.0062536
.0433849
0.14
0.886
.0103495
q41 | -.0000211
.0328139
-0.00
0.999
-.0000444
q42 |
.0318738
.0345095
0.92
0.357
.0616816
q44 | -.0072732
.0304906
-0.24
0.812
-.0161857
_cons |
1.057146
.3489529
3.03
0.003
.
-----------------------------------------------------------------------------. regress q43 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
15.833092
12 1.31942433
Residual | 56.4951909
185
.30537941
-------------+-----------------------------Total | 72.3282828
197 .367148644

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.32
0.0000
0.2189
0.1682
.55261

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0602608
.0390964
-1.54
0.125
-.1102224
q46 | -.0078125
.0272551
-0.29
0.775
-.0195938
q47 |
.2619844
.0584208
4.48
0.000
.3136392
q48 | -.0222091
.0332268
-0.67
0.505
-.0477514
q49 | -.0259035
.0275825
-0.94
0.349
-.0664039
q50 | -.0226051
.0357496
-0.63
0.528
-.0441032
q51 |
.0683033
.0392843
1.74
0.084
.1244432
q52 |
.023422
.0329547
0.71
0.478
.0485644
q53 | -.0181162
.047104
-0.38
0.701
-.0285791
q54 |
.0645776
.0542939
1.19
0.236
.1042084
q55 |
.1004065
.0672242
1.49
0.137
.1155665
q56 | -.0671464
.0555076
-1.21
0.228
-.0938353
_cons |
1.233973
.3897337
3.17
0.002
.
-----------------------------------------------------------------------------. regress q43 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.2013386
12 2.43344488
Residual | 49.4451261
185 .267270952
-------------+-----------------------------Total | 78.6464646
197 .399220633

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
9.10
0.0000
0.3713
0.3305
.51698

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0867829
.0562062
-1.54
0.124
-.0994654
q58 |
.0172996
.0309084
0.56
0.576
.0352299
q59 |
.24159
.0474253
5.09
0.000
.3389117
q60 |
.0353391
.0298123
1.19
0.237
.0724289
q61 |
.2139965
.0533591
4.01
0.000
.2681641
q62 |
.001058
.027102
0.04
0.969
.0023338
q63 | -.0182908
.0644012
-0.28
0.777
-.0191117
q64 | -.0597377
.0447599
-1.33
0.184
-.082194
q65 |
.1809131
.0752893
2.40
0.017
.1634832
q66 | -.0312863
.0427017
-0.73
0.465
-.0469476
q67 |
.0442252
.046064
0.96
0.338
.0593549
Page 167

3Snsize205.11.9.16
q68 |
.0281691
.0337791
0.83
0.405
.0545795
_cons |
.7482128
.3714386
2.01
0.045
.
-----------------------------------------------------------------------------. regress q43 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.1387517
12 1.26156264
Residual | 56.3051259
183 .307678284
-------------+-----------------------------Total | 71.4438776
195 .366378859

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.10
0.0000
0.2119
0.1602
.55469

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0445972
.0784312
0.57
0.570
.0460019
q70 |
.0638198
.0433916
1.47
0.143
.1055024
q71 |
.0169966
.0305428
0.56
0.579
.0382813
q72 |
.0946958
.0651625
1.45
0.148
.1120879
q73 |
.0093207
.0391235
0.24
0.812
.0165446
q74 |
.038896
.0356864
1.09
0.277
.0789938
q75 |
.1730168
.0403531
4.29
0.000
.3116302
q76 |
-.044121
.030016
-1.47
0.143
-.0995301
q77 |
.105326
.0712075
1.48
0.141
.1146604
q78 |
.0277982
.0404866
0.69
0.493
.0497632
q79 |
.0199559
.0337384
0.59
0.555
.0406009
q80 |
.0360161
.0478626
0.75
0.453
.0575037
_cons |
.2828416
.288491
0.98
0.328
.
-----------------------------------------------------------------------------. regress q43 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 12.1123198
8 1.51403998
Residual | 66.5341448
189 .352032512
-------------+-----------------------------Total | 78.6464646
197 .399220633

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.30
0.0001
0.1540
0.1182
.59332

-----------------------------------------------------------------------------q43 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1248287
.0551671
-2.26
0.025
-.1667519
q82 | -.0682706
.0501893
-1.36
0.175
-.1031268
q83 |
.0533467
.0385774
1.38
0.168
.0969359
q84 | -.0293617
.0331632
-0.89
0.377
-.0621855
q85 |
.2426123
.0823551
2.95
0.004
.2367217
q86 | -.0260003
.0568861
-0.46
0.648
-.0350094
q87 |
.0006744
.0674315
0.01
0.992
.0008687
q88 |
.0261825
.0585694
0.45
0.655
.031959
_cons |
1.882813
.4820126
3.91
0.000
.
-----------------------------------------------------------------------------.
. //q44 as outcome variable: You are very dissatisfied with your current living
circumstances.
. regress q44 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
Page 168

3Snsize205.11.9.16
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 55.7063827
17 3.27684604
Residual | 241.837241
131 1.84608581
-------------+-----------------------------Total | 297.543624
148 2.01042989

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.78
0.0377
0.1872
0.0817
1.3587

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.2525068
.4488799
-0.56
0.575
-.0460419
qhispanic | -.1079448
.4104531
-0.26
0.793
-.0242854
qblack |
-.474858
.7130618
-0.67
0.507
-.0543137
qasian |
.6521323
.7574959
0.86
0.391
.0745901
qpacif |
-1.91804
1.395855
-1.37
0.172
-.1108205
qamerind |
1.121252
.8269763
1.36
0.177
.1114479
qotherrac | -.3904744
.4702982
-0.83
0.408
-.0691403
q2nd | -.2881003
.3082599
-0.93
0.352
-.0975998
q3rd | -.4714763
.3172956
-1.49
0.140
-.1550388
qa | -.4522953
.4759779
-0.95
0.344
-.0933866
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.6566911
.1820437
3.61
0.000
.4545377
qlesshs |
.8623848
.3617673
2.38
0.019
.3045757
qcath | -.2889696
.597556
-0.48
0.629
-.0460934
qlds |
.2225768
.2902699
0.77
0.445
.0750756
qprot | -.8551698
.6014065
-1.42
0.157
-.1189673
qbud |
.2674685
.8630143
0.31
0.757
.0265853
qis |
0 (omitted)
.
qotherrel |
.486798
.3282512
1.48
0.140
.1474588
_cons |
2.145265
.6017272
3.57
0.001
.
-----------------------------------------------------------------------------. regress q44 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 106.359296
12
8.8632747
Residual |
280.7806
180 1.55989222
-------------+-----------------------------Total | 387.139896
192 2.01635363

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.68
0.0000
0.2747
0.2264
1.249

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.2051544
.1222904
-1.68
0.095
-.1178643
q12 |
.1137947
.0633724
1.80
0.074
.1202589
q11 |
.0284049
.081864
0.35
0.729
.0237633
q10 |
.1730549
.1268446
1.36
0.174
.0954909
q9 |
.0808038
.1087634
0.74
0.458
.0485359
q14 | -.0325376
.0571447
-0.57
0.570
-.0375096
q15 |
.0485163
.0981024
0.49
0.622
.0344185
q16 |
.2644749
.0910998
2.90
0.004
.2128602
q17 |
.0479031
.09195
0.52
0.603
.0379029
q18 | -.4565471
.1451155
-3.15
0.002
-.2217681
Page 169

3Snsize205.11.9.16
q19 |
.3978181
.0787594
5.05
0.000
.333466
q20 |
.0521594
.0924006
0.56
0.573
.0422515
_cons |
2.100119
.9697287
2.17
0.032
.
-----------------------------------------------------------------------------. regress q44 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.5134696
12 4.79278914
Residual | 339.077439
185 1.83285102
-------------+-----------------------------Total | 396.590909
197 2.01315182

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.61
0.0030
0.1450
0.0896
1.3538

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0787019
.1312566
-0.60
0.550
-.0448242
q22 | -.1150721
.1055903
-1.09
0.277
-.0799619
q23 |
.1858481
.0862888
2.15
0.033
.1615156
q24 | -.0544485
.092939
-0.59
0.559
-.0435727
q25 | -.0220291
.0800906
-0.28
0.784
-.0198118
q26 | -.0210173
.0586274
-0.36
0.720
-.0249309
q27 |
-.018582
.0939731
-0.20
0.843
-.0150165
q28 |
.4145946
.1889603
2.19
0.029
.1615588
q29 |
.0519948
.1186911
0.44
0.662
.0343499
q30 |
.2963117
.1321659
2.24
0.026
.1716303
q31 | -.0432785
.1206202
-0.36
0.720
-.0293884
q32 |
.1678981
.1153457
1.46
0.147
.1191768
_cons |
1.7829
.797739
2.23
0.027
.
-----------------------------------------------------------------------------. regress q44 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43, b
Source |
SS
df
MS
-------------+-----------------------------Model | 55.3133905
11 5.02849004
Residual |
332.98763
184 1.80971538
-------------+-----------------------------Total |
388.30102
195 1.99128728

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.78
0.0023
0.1424
0.0912
1.3453

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0013032
.1277896
-0.01
0.992
-.0008517
q34 |
.1848119
.1141582
1.62
0.107
.129956
q35 |
.0110635
.0782898
0.14
0.888
.0105432
q36 |
.1009974
.0859198
1.18
0.241
.0852648
q37 |
.2559771
.1428803
1.79
0.075
.1339838
q38 |
.0360139
.1322109
0.27
0.786
.0198273
q39 |
.0704613
.0796408
0.88
0.377
.0638648
q40 |
.2024086
.1038199
1.95
0.053
.1505259
q41 |
.1449811
.0786027
1.84
0.067
.1374233
q42 | -.0269917
.0835945
-0.32
0.747
-.0234719
q43 | -.0425052
.1781892
-0.24
0.812
-.0191002
_cons |
.8036835
.8623254
0.93
0.353
.
-----------------------------------------------------------------------------. regress q44 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Page 170

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 41.7012174
12 3.47510145
Residual | 354.298783
185 1.91512855
-------------+-----------------------------Total |
396
197 2.01015228

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.81
0.0485
0.1053
0.0473
1.3839

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0277186
.0979075
0.28
0.777
.0216677
q46 | -.1498994
.0682539
-2.20
0.029
-.1606705
q47 |
.0362419
.1463009
0.25
0.805
.0185427
q48 | -.0789335
.0832084
-0.95
0.344
-.0725309
q49 | -.0510773
.0690737
-0.74
0.461
-.055959
q50 |
-.040192
.0895262
-0.45
0.654
-.0335127
q51 |
-.056045
.098378
-0.57
0.570
-.0436388
q52 |
.0383957
.0825271
0.47
0.642
.0340239
q53 | -.1290701
.1179606
-1.09
0.275
-.0870191
q54 |
.1971432
.1359659
1.45
0.149
.1359594
q55 |
.0217933
.1683468
0.13
0.897
.0107201
q56 |
.1329916
.1390053
0.96
0.340
.0794282
_cons |
3.516792
.9759937
3.60
0.000
.
-----------------------------------------------------------------------------. regress q44 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 103.530922
12 8.62757685
Residual | 292.812512
185 1.58277034
-------------+-----------------------------Total | 396.343434
197 2.01189561

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.45
0.0000
0.2612
0.2133
1.2581

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0079718
.1367783
0.06
0.954
.0040701
q58 |
.207978
.0752159
2.77
0.006
.1886679
q59 |
.0201142
.1154098
0.17
0.862
.0125694
q60 | -.3703011
.0725484
-5.10
0.000
-.3380767
q61 | -.1369943
.12985
-1.06
0.293
-.0764716
q62 | -.1142475
.065953
-1.73
0.085
-.1122649
q63 |
.2063835
.1567209
1.32
0.190
.0960603
q64 |
.0932259
.1089236
0.86
0.393
.0571389
q65 |
.025809
.1832172
0.14
0.888
.0103891
q66 |
.0712468
.103915
0.69
0.494
.0476242
q67 |
.0949493
.1120973
0.85
0.398
.0567652
q68 |
.1359125
.0822018
1.65
0.100
.1173061
_cons |
2.816315
.9038994
3.12
0.002
.
-----------------------------------------------------------------------------. regress q44 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 48.6176103
12 4.05146752
Residual |
344.93341
183 1.88488202
Page 171

Number of obs
F( 12,
183)
Prob > F
R-squared

=
=
=
=

196
2.15
0.0159
0.1235

3Snsize205.11.9.16
-------------+-----------------------------Total |
393.55102
195 2.01821036

Adj R-squared =
Root MSE
=

0.0661
1.3729

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1779467
.1941256
0.92
0.361
.078206
q70 | -.0309763
.1073989
-0.29
0.773
-.0218182
q71 |
-.067722
.0755967
-0.90
0.372
-.0649886
q72 |
.1630658
.1612841
1.01
0.313
.082238
q73 |
.0455454
.0968349
0.47
0.639
.0344456
q74 |
.2202672
.0883276
2.49
0.014
.1905986
q75 | -.1132028
.0998781
-1.13
0.259
-.0868741
q76 |
.0969959
.0742927
1.31
0.193
.0932277
q77 | -.0955805
.1762462
-0.54
0.588
-.0443332
q78 |
.0821796
.1002085
0.82
0.413
.0626812
q79 | -.0575634
.0835061
-0.69
0.491
-.0498992
q80 |
.2185261
.118465
1.84
0.067
.1486567
_cons |
1.416391
.7140456
1.98
0.049
.
-----------------------------------------------------------------------------. regress q44 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.0236588
8 4.62795735
Residual | 359.319776
189 1.90116283
-------------+-----------------------------Total | 396.343434
197 2.01189561

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.43
0.0158
0.0934
0.0550
1.3788

-----------------------------------------------------------------------------q44 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2945919
.1282031
-2.30
0.023
-.1752996
q82 |
-.193072
.1166352
-1.66
0.100
-.1299154
q83 | -.0414725
.0896501
-0.46
0.644
-.0335692
q84 | -.0709534
.0770682
-0.92
0.358
-.0669399
q85 |
.161358
.1913855
0.84
0.400
.0701325
q86 |
.1187939
.1321979
0.90
0.370
.0712532
q87 |
-.000438
.1567043
-0.00
0.998
-.0002514
q88 | -.0199156
.1361097
-0.15
0.884
-.0108288
_cons |
4.654425
1.120151
4.16
0.000
.
-----------------------------------------------------------------------------.
. //q45 as outcome variable: You do not view yourself as sexually entitled.
. regress q45 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 13.3722615
17 .786603616
Residual | 145.379416
131 1.10976654
-------------+-----------------------------Total | 158.751678
148 1.07264647
Page 172

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.71
= 0.7894
= 0.0842
= -0.0346
= 1.0535

3Snsize205.11.9.16
-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.3036105
.3480327
-0.87
0.385
-.0757902
qhispanic | -.2920228
.318239
-0.92
0.361
-.0899448
qblack | -1.078945
.5528624
-1.95
0.053
-.1689512
qasian |
.3459199
.5873137
0.59
0.557
.0541673
qpacif |
.6006573
1.082257
0.56
0.580
.0475122
qamerind | -1.010733
.6411844
-1.58
0.117
-.1375376
qotherrac |
.1441908
.364639
0.40
0.693
.0349537
q2nd |
.0191378
.239005
0.08
0.936
.0088759
q3rd | -.0483118
.2460106
-0.20
0.845
-.0217496
qa |
.0696203
.3690427
0.19
0.851
.0196795
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0895517
.141145
-0.63
0.527
-.0848591
qlesshs | -.1772823
.2804911
-0.63
0.528
-.0857187
qcath |
-.416477
.4633066
-0.90
0.370
-.090948
qlds | -.3448494
.2250566
-1.53
0.128
-.1592446
qprot | -.2779583
.4662921
-0.60
0.552
-.0529384
qbud | -.2121546
.6691259
-0.32
0.752
-.0288694
qis |
0 (omitted)
.
qotherrel | -.1899589
.254505
-0.75
0.457
-.0787767
_cons |
4.862919
.4665406
10.42
0.000
.
-----------------------------------------------------------------------------. regress q45 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.5841993
12 2.63201661
Residual | 202.332899
180 1.12407166
-------------+-----------------------------Total | 233.917098
192 1.21831822

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.34
0.0082
0.1350
0.0774
1.0602

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0310766
.1038107
-0.30
0.765
-.0229688
q12 |
.0345624
.053796
0.64
0.521
.0469897
q11 |
.1088945
.0694932
1.57
0.119
.1171986
q10 | -.0102334
.1076767
-0.10
0.924
-.0072644
q9 | -.1015099
.0923278
-1.10
0.273
-.0784409
q14 | -.0597763
.0485094
-1.23
0.219
-.0886522
q15 | -.0123763
.0832778
-0.15
0.882
-.0112953
q16 |
-.163257
.0773334
-2.11
0.036
-.1690382
q17 | -.1750703
.0780551
-2.24
0.026
-.1782066
q18 | -.0912497
.1231866
-0.74
0.460
-.0570228
q19 |
.0139602
.0668578
0.21
0.835
.0150544
q20 |
.0146455
.0784377
0.19
0.852
.0152622
_cons |
4.900056
.8231897
5.95
0.000
.
-----------------------------------------------------------------------------. regress q45 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 61.1185694
12 5.09321412
Residual | 188.881431
185 1.02098071
Page 173

Number of obs
F( 12,
185)
Prob > F
R-squared

=
=
=
=

198
4.99
0.0000
0.2445

3Snsize205.11.9.16
-------------+-----------------------------Total |
250
197 1.26903553

Adj R-squared =
Root MSE
=

0.1955
1.0104

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0054757
.0979639
0.06
0.955
.003928
q22 | -.0346889
.0788078
-0.44
0.660
-.0303602
q23 |
-.196659
.0644021
-3.05
0.003
-.215264
q24 |
.2453314
.0693654
3.54
0.001
.2472764
q25 | -.0800889
.059776
-1.34
0.182
-.0907196
q26 |
-.070879
.0437568
-1.62
0.107
-.1058962
q27 | -.0167862
.0701372
-0.24
0.811
-.0170855
q28 |
.148471
.1410314
1.05
0.294
.0728702
q29 | -.1480882
.0885857
-1.67
0.096
-.1232218
q30 |
.1003951
.0986426
1.02
0.310
.0732418
q31 | -.2104095
.0900255
-2.34
0.020
-.1799579
q32 | -.1645952
.0860888
-1.91
0.057
-.1471515
_cons |
4.596717
.5953961
7.72
0.000
.
-----------------------------------------------------------------------------. regress q45 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.8876985
12 3.57397487
Residual | 197.091893
183 1.07700488
-------------+-----------------------------Total | 239.979592
195 1.23066457

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.32
0.0002
0.1787
0.1249
1.0378

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1254914
.0985824
-1.27
0.205
-.1043247
q34 | -.0884854
.0886915
-1.00
0.320
-.0791471
q35 |
.0792374
.0603994
1.31
0.191
.0960515
q36 | -.0239161
.0665306
-0.36
0.720
-.025683
q37 | -.2298272
.1111812
-2.07
0.040
-.1530205
q38 |
.1983851
.1020137
1.94
0.053
.1389309
q39 |
.0372601
.0615688
0.61
0.546
.0429588
q40 | -.0356261
.0809141
-0.44
0.660
-.0337014
q41 |
.0145341
.0611955
0.24
0.813
.017524
q42 |
.1190514
.0645066
1.85
0.067
.1316891
q43 | -.1672271
.137484
-1.22
0.225
-.0955873
q44 |
.0472756
.0568715
0.83
0.407
.0601359
_cons |
3.124451
.6668031
4.69
0.000
.
-----------------------------------------------------------------------------. regress q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.1935317
11 3.83577561
Residual | 199.786266
186 1.07411971
-------------+-----------------------------Total | 241.979798
197 1.22832385

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.57
0.0001
0.1744
0.1255
1.0364

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 174

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q46 | -.0684987
.0508684
-1.35
0.180
-.093924
q47 | -.0282134
.1095461
-0.26
0.797
-.0184661
q48 |
.144669
.0614058
2.36
0.020
.1700574
q49 |
.1626638
.0503359
3.23
0.001
.2279771
q50 |
.0284564
.0670143
0.42
0.672
.0303535
q51 | -.0254126
.0736523
-0.35
0.730
-.025313
q52 | -.0181855
.0617907
-0.29
0.769
-.0206151
q53 |
.0259562
.0883209
0.29
0.769
.0223866
q54 |
-.1723
.1010389
-1.71
0.090
-.1520096
q55 | -.0167938
.1260699
-0.13
0.894
-.0105678
q56 | -.1840192
.1032238
-1.78
0.076
-.1405956
_cons |
3.553519
.6829095
5.20
0.000
.
-----------------------------------------------------------------------------. regress q45 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.4869487
12 2.87391239
Residual | 198.265577
185 1.07170582
-------------+-----------------------------Total | 232.752525
197
1.1814849

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.68
0.0024
0.1482
0.0929
1.0352

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1152064
.1125501
-1.02
0.307
-.0767551
q58 |
.0084366
.0618926
0.14
0.892
.0099871
q59 | -.0714203
.0949668
-0.75
0.453
-.05824
q60 | -.0084252
.0596976
-0.14
0.888
-.0100376
q61 | -.1536205
.1068491
-1.44
0.152
-.1119014
q62 | -.0272852
.0542705
-0.50
0.616
-.0349875
q63 | -.1894794
.1289602
-1.47
0.143
-.1150852
q64 |
.0452363
.0896294
0.50
0.614
.0361802
q65 | -.0977032
.1507631
-0.65
0.518
-.0513221
q66 | -.1217354
.0855081
-1.42
0.156
-.1061861
q67 | -.1634741
.092241
-1.77
0.078
-.1275346
q68 |
-.133768
.067641
-1.98
0.049
-.1506614
_cons |
6.025729
.7437876
8.10
0.000
.
-----------------------------------------------------------------------------. regress q45 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.3052291
12 3.94210242
Residual | 181.281506
183
.99060932
-------------+-----------------------------Total | 228.586735
195 1.17223967

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.98
0.0000
0.2069
0.1549
.99529

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.4468453
.1407317
-3.18
0.002
-.2576809
q70 |
.0410814
.077859
0.53
0.598
.0379673
q71 | -.1791528
.0548039
-3.27
0.001
-.225583
q72 |
.1926414
.1169232
1.65
0.101
.1274778
q73 | -.0769428
.0702006
-1.10
0.275
-.0763541
Page 175

3Snsize205.11.9.16
q74 | -.0915051
.0640333
-1.43
0.155
-.103894
q75 | -.0652526
.0724068
-0.90
0.369
-.0657061
q76 |
.0254789
.0538586
0.47
0.637
.0321327
q77 |
.1549127
.12777
1.21
0.227
.0942805
q78 | -.1525683
.0726463
-2.10
0.037
-.1526908
q79 |
.0020056
.0605379
0.03
0.974
.0022812
q80 |
.0249287
.0858814
0.29
0.772
.0222514
_cons |
5.049592
.5176486
9.75
0.000
.
-----------------------------------------------------------------------------. regress q45 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.2782619
8 3.78478274
Residual | 207.398506
189 1.09734659
-------------+-----------------------------Total | 237.676768
197 1.20648105

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.45
0.0010
0.1274
0.0905
1.0475

-----------------------------------------------------------------------------q45 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1402158
.0974004
1.44
0.152
.1077457
q82 | -.0545995
.0886119
-0.62
0.539
-.0474431
q83 | -.0313758
.0681103
-0.46
0.646
-.0327958
q84 |
.1029289
.0585514
1.76
0.080
.1253982
q85 | -.2750956
.1454023
-1.89
0.060
-.1544027
q86 | -.1217507
.1004354
-1.21
0.227
-.0943027
q87 |
.1233086
.1190537
1.04
0.302
.0913739
q88 | -.0302996
.1034073
-0.29
0.770
-.0212747
_cons |
3.411971
.8510184
4.01
0.000
.
-----------------------------------------------------------------------------.
. //q46 as outcome variable: You have no unpaid debts with courts, treatment
provider, and/or credit agencies.
. regress q46 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 78.1526434
17 4.59721431
Residual |
290.53192
131 2.21780092
-------------+-----------------------------Total | 368.684564
148 2.49111192

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
2.07
0.0115
0.2120
0.1097
1.4892

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.5519813
.4920005
1.12
0.264
.0904175
qhispanic | -.0794663
.4498823
-0.18
0.860
-.0160611
qblack | -1.181786
.7815604
-1.51
0.133
-.1214318
qasian | -1.448087
.8302629
-1.74
0.083
-.1487949
qpacif | -.8777689
1.529945
-0.57
0.567
-.0455607
qamerind | -.4866765
.9064178
-0.54
0.592
-.0434567
qotherrac | -.5757764
.5154762
-1.12
0.266
-.0915884
Page 176

3Snsize205.11.9.16
q2nd | -.6001238
.3378722
-1.78
0.078
-.1826391
q3rd |
.3946112
.3477758
1.13
0.259
.1165729
qa | -.1634505
.5217016
-0.31
0.755
-.0303177
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.5361391
.1995313
-2.69
0.008
-.3333758
qlesshs | -.4876998
.3965196
-1.23
0.221
-.1547371
qcath | -.5452842
.6549588
-0.83
0.407
-.078137
qlds |
.4241483
.3181539
1.33
0.185
.1285241
qprot |
1.572679
.6591792
2.39
0.018
.1965455
qbud |
.7158811
.9459177
0.76
0.451
.063923
qis |
0 (omitted)
.
qotherrel |
.2742453
.3597839
0.76
0.447
.0746292
_cons |
2.99819
.6595306
4.55
0.000
.
-----------------------------------------------------------------------------. regress q46 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.4074148
12 4.78395123
Residual |
390.57186
180 2.16984367
-------------+-----------------------------Total | 447.979275
192 2.33322539

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.20
0.0132
0.1281
0.0700
1.473

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.2540883
.1442312
-1.76
0.080
-.1357036
q12 |
.0745574
.0747424
1.00
0.320
.0732472
q11 | -.1414808
.0965517
-1.47
0.145
-.1100312
q10 |
.2392105
.1496025
1.60
0.112
.1227053
q9 | -.1797648
.1282772
-1.40
0.163
-.1003785
q14 |
.0415791
.0673974
0.62
0.538
.0445593
q15 |
.2639919
.1157035
2.28
0.024
.1741005
q16 | -.1233554
.1074445
-1.15
0.252
-.0922939
q17 |
.0355165
.1084473
0.33
0.744
.0261243
q18 |
.1720407
.1711515
1.01
0.316
.0776873
q19 | -.1887228
.0928901
-2.03
0.044
-.1470606
q20 |
-.127309
.1089788
-1.17
0.244
-.095868
_cons |
2.475994
1.143713
2.16
0.032
.
-----------------------------------------------------------------------------. regress q46 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 58.7529957
12 4.89608298
Residual | 395.837913
185
2.1396644
-------------+-----------------------------Total | 454.590909
197 2.30756807

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.29
0.0098
0.1292
0.0728
1.4628

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1017761
.1418176
0.72
0.474
.054142
q22 |
.2943514
.1140862
2.58
0.011
.1910469
q23 |
-.171965
.0932318
-1.84
0.067
-.139591
q24 |
.2490245
.100417
2.48
0.014
.1861364
Page 177

3Snsize205.11.9.16
q25 | -.0471567
.0865348
-0.54
0.586
-.0396125
q26 | -.0744719
.0633446
-1.18
0.241
-.0825116
q27 | -.0737203
.1015343
-0.73
0.469
-.0556445
q28 | -.2017354
.2041643
-0.99
0.324
-.0734261
q29 |
.0285732
.1282412
0.22
0.824
.0176313
q30 |
.0358287
.1428001
0.25
0.802
.0193837
q31 | -.0086567
.1303255
-0.07
0.947
-.0054906
q32 | -.0427942
.1246266
-0.34
0.732
-.0283722
_cons |
1.611033
.8619261
1.87
0.063
.
-----------------------------------------------------------------------------. regress q46 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.2557246
12 3.68797705
Residual | 405.560602
183 2.21617815
-------------+-----------------------------Total | 449.816327
195 2.30675039

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.66
0.0779
0.0984
0.0393
1.4887

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0866981
.1414142
0.61
0.541
.0526444
q34 |
.0864167
.1272259
0.68
0.498
.0564587
q35 | -.0074758
.0866415
-0.09
0.931
-.0066191
q36 | -.1230612
.0954366
-1.29
0.199
-.0965267
q37 | -.0679565
.1594869
-0.43
0.671
-.0330483
q38 | -.0010101
.1463363
-0.01
0.994
-.0005167
q39 |
.0181473
.088319
0.21
0.837
.0152823
q40 | -.1600422
.1160694
-1.38
0.170
-.1105818
q41 |
-.191842
.0877836
-2.19
0.030
-.1689505
q42 | -.0096547
.0925333
-0.10
0.917
-.0078005
q43 | -.0652935
.1972176
-0.33
0.741
-.0272604
q44 | -.1744102
.0815809
-2.14
0.034
-.1620461
_cons |
4.291826
.9565134
4.49
0.000
.
-----------------------------------------------------------------------------. regress q46 q45 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 43.8583002
11
3.9871182
Residual | 411.096245
186 2.21019487
-------------+-----------------------------Total | 454.954545
197 2.30941394

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.80
0.0558
0.0964
0.0430
1.4867

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1409484
.1046709
-1.35
0.180
-.1027935
q47 | -.1160105
.1569373
-0.74
0.461
-.0553761
q48 | -.0079261
.089387
-0.09
0.929
-.0067949
q49 |
.037797
.0741525
0.51
0.611
.0386334
q50 |
.0376775
.0961363
0.39
0.696
.02931
q51 | -.0967316
.105447
-0.92
0.360
-.0702696
q52 |
.078056
.088472
0.88
0.379
.0645313
q53 |
.1364646
.1263267
1.08
0.281
.0858365
q54 | -.2812461
.144602
-1.94
0.053
-.180958
Page 178

3Snsize205.11.9.16
q55 |
.2746161
.1797267
1.53
0.128
.1260277
q56 | -.2292438
.1483812
-1.54
0.124
-.1277355
_cons |
3.340889
1.01947
3.28
0.001
.
-----------------------------------------------------------------------------. regress q46 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.6379579
12
4.1364965
Residual | 411.114567
185
2.2222409
-------------+-----------------------------Total | 460.752525
197 2.33884531

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.86
0.0416
0.1077
0.0499
1.4907

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0676301
.1620704
0.42
0.677
.0320246
q58 |
.1293302
.0891243
1.45
0.148
.1088134
q59 | -.0061115
.1367507
-0.04
0.964
-.0035421
q60 |
.2287079
.0859636
2.66
0.008
.1936615
q61 |
-.031776
.153861
-0.21
0.837
-.0164512
q62 | -.0340549
.0781486
-0.44
0.664
-.031037
q63 | -.1207295
.1857007
-0.65
0.516
-.0521176
q64 |
.0079251
.129065
0.06
0.951
.0045051
q65 | -.3158921
.2170965
-1.46
0.147
-.1179363
q66 |
.0324522
.1231303
0.26
0.792
.0201191
q67 |
.0310974
.1328256
0.23
0.815
.0172431
q68 |
-.223283
.097402
-2.29
0.023
-.1787387
_cons |
2.664259
1.071043
2.49
0.014
.
-----------------------------------------------------------------------------. regress q46 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.2041225
12 1.60034354
Residual | 433.545877
183 2.36910316
-------------+-----------------------------Total |
452.75
195 2.32179487

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
196
=
0.68
= 0.7736
= 0.0424
= -0.0204
= 1.5392

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2837608
.2176369
-1.30
0.194
-.1162716
q70 |
.0507511
.1204064
0.42
0.674
.0333277
q71 |
-.062196
.0847525
-0.73
0.464
-.0556469
q72 | -.2648584
.1808179
-1.46
0.145
-.124536
q73 |
.0388989
.108563
0.36
0.721
.0274283
q74 | -.1146219
.0990254
-1.16
0.249
-.0924717
q75 | -.0621082
.1119747
-0.55
0.580
-.0444379
q76 |
.0585392
.0832906
0.70
0.483
.0524577
q77 |
.129056
.1975921
0.65
0.514
.0558097
q78 |
.1016054
.1123452
0.90
0.367
.0722539
q79 | -.0186408
.0936199
-0.20
0.842
-.0150655
q80 |
.0859482
.1328129
0.65
0.518
.0545116
_cons |
3.266753
.8005268
4.08
0.000
.
-----------------------------------------------------------------------------Page 179

3Snsize205.11.9.16
. regress q46 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.6355423
8 3.95444279
Residual | 429.319003
189 2.27152912
-------------+-----------------------------Total | 460.954545
197 2.33987079

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.74
0.0914
0.0686
0.0292
1.5072

-----------------------------------------------------------------------------q46 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1976562
.1401355
1.41
0.160
.109063
q82 |
.1810696
.1274909
1.42
0.157
.1129779
q83 | -.2222615
.0979942
-2.27
0.024
-.1668214
q84 |
.0061004
.0842412
0.07
0.942
.0053368
q85 |
.1740144
.2091985
0.83
0.407
.0701328
q86 |
.0385054
.144502
0.27
0.790
.021416
q87 | -.1778873
.1712893
-1.04
0.300
-.0946538
q88 | -.1383432
.1487779
-0.93
0.354
-.0697509
_cons |
2.408521
1.224408
1.97
0.051
.
-----------------------------------------------------------------------------.
. //q47 as outcome variable: You regularly have sexual thoughts about children.
. regress q47 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 12.7102082
17 .747659309
Residual | 70.8334159
131 .540713099
-------------+-----------------------------Total | 83.5436242
148 .564483947

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.38
0.1550
0.1521
0.0421
.73533

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2592065
.2429337
1.07
0.288
.0891959
qhispanic |
.0932036
.2221371
0.42
0.675
.0395726
qblack | -.2330701
.3859088
-0.60
0.547
-.0503096
qasian |
1.06014
.4099565
2.59
0.011
.2288377
qpacif | -.5787281
.7554363
-0.77
0.445
-.0631038
qamerind | -.3998299
.4475593
-0.89
0.373
-.0750002
qotherrac |
.0166393
.2545252
0.07
0.948
.0055602
q2nd | -.1299046
.1668302
-0.78
0.438
-.0830517
q3rd |
-.487921
.1717203
-2.84
0.005
-.3027951
qa | -.5053735
.2575991
-1.96
0.052
-.1969217
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0156531
.098522
-0.16
0.874
-.020447
qlesshs | -.1049869
.1957883
-0.54
0.593
-.0699758
qcath |
-.417231
.3233971
-1.29
0.199
-.1255976
qlds | -.1426614
.157094
-0.91
0.365
-.0908122
qprot |
.0167872
.325481
0.05
0.959
.0044073
qbud |
-.533173
.467063
-1.14
0.256
-.1000128
Page 180

3Snsize205.11.9.16
qis |
0 (omitted)
.
qotherrel | -.0875377
.1776495
-0.49
0.623
-.0500421
_cons |
1.480733
.3256545
4.55
0.000
.
-----------------------------------------------------------------------------. regress q47 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
41.528271
12 3.46068925
Residual | 68.5131797
180 .380628776
-------------+-----------------------------Total | 110.041451
192 .573132556

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
9.09
0.0000
0.3774
0.3359
.61695

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0636465
.0604082
1.05
0.293
.0685854
q12 | -.0350571
.0313043
-1.12
0.264
-.0694908
q11 |
.0114613
.0404386
0.28
0.777
.0179847
q10 |
.0271766
.0626578
0.43
0.665
.0281274
q9 | -.0843705
.0537262
-1.57
0.118
-.0950555
q14 | -.0240697
.028228
-0.85
0.395
-.0520457
q15 | -.3847296
.04846
-7.94
0.000
-.5119361
q16 |
.0186078
.0450009
0.41
0.680
.0280906
q17 |
.0340266
.0454208
0.75
0.455
.0504989
q18 | -.0721878
.0716832
-1.01
0.315
-.0657708
q19 | -.0201924
.0389051
-0.52
0.604
-.0317476
q20 |
.0564849
.0456434
1.24
0.218
.0858218
_cons |
3.290502
.4790201
6.87
0.000
.
-----------------------------------------------------------------------------. regress q47 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.6587164
12 3.13822637
Residual | 79.5938088
185 .430236805
-------------+-----------------------------Total | 117.252525
197 .595190484

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.29
0.0000
0.3212
0.2771
.65592

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0266167
.0635933
0.42
0.676
.02788
q22 | -.0789485
.0511581
-1.54
0.124
-.1008944
q23 | -.0238645
.0418066
-0.57
0.569
-.0381434
q24 |
-.014507
.0450286
-0.32
0.748
-.0213509
q25 | -.0015988
.0388036
-0.04
0.967
-.0026444
q26 |
.0324951
.0284047
1.14
0.254
.0708907
q27 |
.0431482
.0455296
0.95
0.345
.0641279
q28 |
.305057
.0915505
3.33
0.001
.2186242
q29 |
.1856859
.0575054
3.23
0.001
.2256083
q30 | -.0727399
.0640338
-1.14
0.257
-.0774869
q31 |
.2573109
.05844
4.40
0.000
.3213459
q32 | -.0809952
.0558845
-1.45
0.149
-.1057342
_cons |
.7327494
.3865013
1.90
0.060
.
-----------------------------------------------------------------------------Page 181

3Snsize205.11.9.16
. regress q47 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.1186441
12 3.09322034
Residual | 80.1619682
183 .438043542
-------------+-----------------------------Total | 117.280612
195 .601439037

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
7.06
0.0000
0.3165
0.2717
.66185

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0442561
.0628708
0.70
0.482
.0526284
q34 |
.0902755
.0565629
1.60
0.112
.1155068
q35 | -.0194467
.0385196
-0.50
0.614
-.0337206
q36 |
.071374
.0424298
1.68
0.094
.1096405
q37 | -.0913703
.0709057
-1.29
0.199
-.0870216
q38 | -.0217157
.0650591
-0.33
0.739
-.0217539
q39 |
.1078185
.0392655
2.75
0.007
.1778179
q40 |
.020889
.0516029
0.40
0.686
.0282665
q41 | -.0987119
.0390274
-2.53
0.012
-.1702511
q42 | -.1015638
.041139
-2.47
0.014
-.1607045
q43 |
.3892633
.0876803
4.44
0.000
.3182812
q44 |
-.021037
.0362698
-0.58
0.563
-.0382784
_cons |
1.095966
.425253
2.58
0.011
.
-----------------------------------------------------------------------------. regress q47 q45 q46 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.1861086
11 1.28964624
Residual | 89.4755076
186 .481051116
-------------+-----------------------------Total | 103.661616
197 .526201097

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.68
0.0032
0.1369
0.0858
.69358

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0126356
.0490609
-0.26
0.797
-.0193052
q46 | -.0252498
.0341576
-0.74
0.461
-.0528972
q48 |
.0118357
.0416936
0.28
0.777
.0212566
q49 |
.0347726
.0345245
1.01
0.315
.0744591
q50 |
.0199385
.0448452
0.44
0.657
.0324939
q51 |
.1186224
.0485322
2.44
0.015
.1805266
q52 |
.0056798
.0413591
0.14
0.891
.0098372
q53 | -.1964965
.0573374
-3.43
0.001
-.2589299
q54 |
.093917
.067795
1.39
0.168
.1265933
q55 |
-.148757
.0836646
-1.78
0.077
-.1430185
q56 | -.0556584
.0695475
-0.80
0.425
-.064971
_cons |
1.907488
.4687298
4.07
0.000
.
-----------------------------------------------------------------------------. regress q47 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model |
56.771846
12 4.73098717
Residual | 60.4806792
185
.32692259
Page 182

Number of obs
F( 12,
185)
Prob > F
R-squared

=
=
=
=

198
14.47
0.0000
0.4842

3Snsize205.11.9.16
-------------+-----------------------------Total | 117.252525
197 .595190484

Adj R-squared =
Root MSE
=

0.4507
.57177

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0418923
.0621628
0.67
0.501
.0393234
q58 | -.0370062
.034184
-1.08
0.280
-.0617205
q59 |
.5049643
.0524513
9.63
0.000
.5801586
q60 |
.0250199
.0329717
0.76
0.449
.0419971
q61 |
.2718928
.0590141
4.61
0.000
.2790423
q62 |
.0449731
.0299742
1.50
0.135
.0812503
q63 | -.0240304
.0712263
-0.34
0.736
-.0205639
q64 | -.0815615
.0495034
-1.65
0.101
-.0919084
q65 |
.0126728
.0832683
0.15
0.879
.0093789
q66 | -.0066298
.0472271
-0.14
0.889
-.0081478
q67 | -.1502417
.0509458
-2.95
0.004
-.1651412
q68 |
.0192567
.0373589
0.52
0.607
.0305574
_cons |
.2273513
.410803
0.55
0.581
.
-----------------------------------------------------------------------------. regress q47 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.8878121
12 1.15731767
Residual | 95.8876981
183 .523976492
-------------+-----------------------------Total |
109.77551
195 .562951334

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.21
0.0130
0.1265
0.0692
.72386

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1445155
.1023521
-1.41
0.160
-.1202575
q70 | -.0953468
.0566257
-1.68
0.094
-.1271578
q71 |
.0225254
.0398581
0.57
0.573
.0409287
q72 | -.0247997
.0850365
-0.29
0.771
-.0236812
q73 | -.0919497
.0510559
-1.80
0.073
-.1316702
q74 |
.042326
.0465704
0.91
0.365
.0693465
q75 |
.1339649
.0526604
2.54
0.012
.1946579
q76 |
.0169833
.0391706
0.43
0.665
.0309073
q77 |
.1975288
.0929252
2.13
0.035
.1734756
q78 | -.0394017
.0528346
-0.75
0.457
-.0569032
q79 |
.0542665
.0440283
1.23
0.219
.089069
q80 |
.0136027
.0624603
0.22
0.828
.0175209
_cons |
1.367632
.3764782
3.63
0.000
.
-----------------------------------------------------------------------------. regress q47 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 9.80690805
8 1.22586351
Residual | 107.733496
189 .570018497
-------------+-----------------------------Total | 117.540404
197 .596651797

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.15
0.0331
0.0834
0.0446
.755

-----------------------------------------------------------------------------q47 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 183

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q81 |
.0041133
.0701994
0.06
0.953
.0044946
q82 | -.1412495
.0638652
-2.21
0.028
-.1745302
q83 |
-.023452
.0490892
-0.48
0.633
-.034858
q84 | -.0899003
.0421998
-2.13
0.034
-.1557453
q85 |
.1175796
.1047958
1.12
0.263
.0938433
q86 | -.0993542
.0723868
-1.37
0.172
-.1094306
q87 | -.0736174
.0858056
-0.86
0.392
-.0775727
q88 | -.0250405
.0745288
-0.34
0.737
-.0250017
_cons |
2.635855
.6133544
4.30
0.000
.
-----------------------------------------------------------------------------.
. //q48 as outcome variable: You do not engage in reckless driving.
. regress q48 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 40.4644865
17 2.38026391
Residual | 203.817393
131 1.55585796
-------------+-----------------------------Total | 244.281879
148 1.65055324

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.53
0.0937
0.1656
0.0574
1.2473

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.4940286
.4120873
-1.20
0.233
-.0994173
qhispanic |
.3016309
.3768102
0.80
0.425
.0748943
qblack | -2.719646
.6546154
-4.15
0.000
-.3433109
qasian |
.5299293
.6954074
0.76
0.447
.0668949
qpacif |
.5499142
1.281443
0.43
0.669
.0350661
qamerind | -.4620541
.7591928
-0.61
0.544
-.0506864
qotherrac |
.059627
.43175
0.14
0.890
.0116523
q2nd |
.2093911
.2829933
0.74
0.461
.0782876
q3rd |
.1258633
.2912883
0.43
0.666
.0456783
qa |
.4260389
.4369642
0.97
0.331
.0970826
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0774882
.1671224
-0.46
0.644
-.0591935
qlesshs | -.2600007
.3321149
-0.78
0.435
-.1013441
qcath | -.7243934
.5485771
-1.32
0.189
-.1275235
qlds | -.5623914
.2664778
-2.11
0.037
-.209357
qprot | -.4032346
.552112
-0.73
0.466
-.0619103
qbud | -.2474148
.792277
-0.31
0.755
-.0271409
qis |
0 (omitted)
.
qotherrel |
.0418602
.301346
0.14
0.890
.0139944
_cons |
4.8897
.5524063
8.85
0.000
.
-----------------------------------------------------------------------------. regress q48 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.5199574
12 3.04332978
Residual | 290.982633
180 1.61657018
Page 184

Number of obs
F( 12,
180)
Prob > F
R-squared

=
=
=
=

193
1.88
0.0391
0.1115

3Snsize205.11.9.16
-------------+-----------------------------Total | 327.502591
192 1.70574266

Adj R-squared =
Root MSE
=

0.0523
1.2714

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1533479
.1244923
-1.23
0.220
-.0957868
q12 | -.0438243
.0645134
-0.68
0.498
-.0503544
q11 | -.1421762
.0833379
-1.71
0.090
-.1293203
q10 | -.0489176
.1291284
-0.38
0.705
-.0293474
q9 | -.1597215
.1107217
-1.44
0.151
-.1043088
q14 |
.0506415
.0581736
0.87
0.385
.0634732
q15 |
.0085279
.0998688
0.09
0.932
.0065777
q16 | -.1747456
.0927401
-1.88
0.061
-.1529125
q17 | -.0754496
.0936056
-0.81
0.421
-.064907
q18 |
.0818813
.1477284
0.55
0.580
.0432439
q19 |
.0354284
.0801775
0.44
0.659
.0322883
q20 | -.1562152
.0940643
-1.66
0.099
-.1375813
_cons |
5.734016
.9871888
5.81
0.000
.
-----------------------------------------------------------------------------. regress q48 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 61.0056927
12 5.08380773
Residual | 278.534711
185 1.50559303
-------------+-----------------------------Total | 339.540404
197 1.72355535

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.38
0.0002
0.1797
0.1265
1.227

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1158333
.1189628
-0.97
0.331
-.0712995
q22 |
.1365561
.0957005
1.43
0.155
.1025533
q23 | -.1039281
.0782069
-1.33
0.186
-.0976147
q24 |
.165672
.0842341
1.97
0.051
.1432857
q25 | -.1515912
.0725891
-2.09
0.038
-.1473421
q26 |
.0268706
.0531362
0.51
0.614
.0344481
q27 | -.0020407
.0851714
-0.02
0.981
-.0017823
q28 | -.0908497
.1712619
-0.53
0.596
-.038261
q29 | -.0326541
.1075743
-0.30
0.762
-.0233146
q30 |
-.196915
.119787
-1.64
0.102
-.1232678
q31 | -.1817506
.1093227
-1.66
0.098
-.1333846
q32 | -.0331692
.1045422
-0.32
0.751
-.0254453
_cons |
4.357287
.7230212
6.03
0.000
.
-----------------------------------------------------------------------------. regress q48 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.7498539
12 3.72915449
Residual | 292.250146
183 1.59699533
-------------+-----------------------------Total |
337
195 1.72820513

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.34
0.0083
0.1328
0.0759
1.2637

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 185

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q33 | -.2336674
.1200446
-1.95
0.053
-.1639244
q34 | -.1062538
.1080003
-0.98
0.326
-.080201
q35 |
.1168901
.0735488
1.59
0.114
.1195705
q36 | -.1137447
.0810148
-1.40
0.162
-.1030766
q37 |
.0041412
.1353862
0.03
0.976
.0023267
q38 |
.0078269
.1242229
0.06
0.950
.0046255
q39 |
.0194104
.0749728
0.26
0.796
.0188849
q40 | -.1141456
.0985298
-1.16
0.248
-.0911194
q41 | -.0458604
.0745182
-0.62
0.539
-.0466613
q42 |
.0254341
.0785502
0.32
0.746
.0237413
q43 | -.0931495
.1674153
-0.56
0.579
-.044931
q44 |
.0040901
.0692529
0.06
0.953
.0043904
_cons |
4.628736
.8119711
5.70
0.000
.
-----------------------------------------------------------------------------. regress q48 q45 q46 q47 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 57.7564944
11
5.2505904
Residual | 276.607142
186 1.48713517
-------------+-----------------------------Total | 334.363636
197 1.69727734

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.53
0.0002
0.1727
0.1238
1.2195

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.2002965
.0850173
2.36
0.020
.1703936
q46 | -.0053331
.0601443
-0.09
0.929
-.0062209
q47 |
.0365891
.1288929
0.28
0.777
.0203728
q49 | -.0630119
.0606923
-1.04
0.301
-.0751282
q50 | -.1474351
.0781467
-1.89
0.061
-.1337854
q51 | -.1327889
.0861426
-1.54
0.125
-.1125215
q52 | -.0303158
.0726892
-0.42
0.677
-.0292353
q53 |
.1927094
.1029824
1.87
0.063
.1413935
q54 |
-.382972
.1164765
-3.29
0.001
-.2874304
q55 |
.0582576
.1482863
0.39
0.695
.0311865
q56 |
.2814969
.1207405
2.33
0.021
.1829625
_cons |
3.512278
.820586
4.28
0.000
.
-----------------------------------------------------------------------------. regress q48 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.5209718
12 4.37674765
Residual | 287.019432
185 1.55145639
-------------+-----------------------------Total | 339.540404
197 1.72355535

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.82
0.0014
0.1547
0.0999
1.2456

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2387186
.1354185
1.76
0.080
.1316796
q58 | -.0127616
.0744681
-0.17
0.864
-.0125077
q59 | -.0117353
.1142625
-0.10
0.918
-.0079231
q60 |
.0297494
.0718272
0.41
0.679
.0293446
q61 | -.0072072
.1285591
-0.06
0.955
-.0043467
Page 186

3Snsize205.11.9.16
q62 |
.0731755
.0652974
1.12
0.264
.0776879
q63 |
-.055706
.1551628
-0.36
0.720
-.0280131
q64 | -.0650021
.1078407
-0.60
0.547
-.043044
q65 |
-.469748
.1813957
-2.59
0.010
-.204297
q66 | -.1804067
.1028819
-1.75
0.081
-.1302882
q67 |
.1315791
.1109829
1.19
0.237
.0849899
q68 | -.0931278
.0813846
-1.14
0.254
-.0868422
_cons |
3.891237
.8949132
4.35
0.000
.
-----------------------------------------------------------------------------. regress q48 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.7563625
12 3.39636354
Residual | 289.202821
183 1.58034329
-------------+-----------------------------Total | 329.959184
195 1.69209838

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.15
0.0159
0.1235
0.0660
1.2571

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0565462
.1777528
-0.32
0.751
-.0271409
q70 | -.0208142
.0983407
-0.21
0.833
-.0160111
q71 | -.0906804
.0692207
-1.31
0.192
-.0950367
q72 | -.1169945
.1476812
-0.79
0.429
-.0644385
q73 | -.0953716
.0886677
-1.08
0.284
-.0787732
q74 | -.0739391
.0808779
-0.91
0.362
-.0698738
q75 | -.2422059
.0914542
-2.65
0.009
-.2029964
q76 | -.0015259
.0680268
-0.02
0.982
-.0016017
q77 | -.0323768
.1613813
-0.20
0.841
-.0164008
q78 | -.0576738
.0917568
-0.63
0.530
-.0480422
q79 | -.0014228
.0764631
-0.02
0.985
-.0013469
q80 | -.0825225
.1084736
-0.76
0.448
-.061309
_cons |
5.68583
.6538221
8.70
0.000
.
-----------------------------------------------------------------------------. regress q48 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.5483502
8 4.56854377
Residual | 302.158721
189 1.59872339
-------------+-----------------------------Total | 338.707071
197 1.71932523

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.86
0.0051
0.1079
0.0701
1.2644

-----------------------------------------------------------------------------q48 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.022315
.1175643
0.19
0.850
.0143642
q82 | -.0174596
.1069564
-0.16
0.871
-.0127087
q83 |
.021318
.0822106
0.26
0.796
.018666
q84 |
.1581394
.0706728
2.24
0.026
.1613895
q85 | -.4705478
.1755036
-2.68
0.008
-.2212363
q86 | -.2022767
.1212276
-1.67
0.097
-.1312441
q87 | -.0627505
.1437003
-0.44
0.663
-.0389517
q88 | -.1247114
.1248148
-1.00
0.319
-.0733525
_cons |
4.886738
1.027197
4.76
0.000
.
-----------------------------------------------------------------------------Page 187

3Snsize205.11.9.16
.
. //q49 as outcome variable: You rarely make comments supportive of sexual
offending.
. regress q49 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 81.8200744
17 4.81294555
Residual | 269.612358
130 2.07394122
-------------+-----------------------------Total | 351.432432
147 2.39069682

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

148
2.32
0.0041
0.2328
0.1325
1.4401

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1872998
.4757762
0.39
0.694
.0314236
qhispanic |
.4179344
.4354887
0.96
0.339
.0864802
qblack | -1.922683
.7566019
-2.54
0.012
-.2023332
qasian |
.358216
.8030834
0.45
0.656
.0376968
qpacif | -.8422844
1.479494
-0.57
0.570
-.0447781
qamerind | -2.115152
.8767792
-2.41
0.017
-.1934348
qotherrac |
.3245557
.4999446
0.65
0.517
.0528661
q2nd | -.6802221
.326738
-2.08
0.039
-.2116405
q3rd | -.5886164
.3385096
-1.74
0.084
-.1767908
qa | -.0392242
.5048652
-0.08
0.938
-.0074494
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.5486238
.1932182
-2.84
0.005
-.3476067
qlesshs |
-1.32626
.3834829
-3.46
0.001
-.4297079
qcath | -.5846016
.63383
-0.92
0.358
-.0857862
qlds | -.2153797
.3076833
-0.70
0.485
-.0667253
qprot | -.0184221
.6374884
-0.03
0.977
-.0023578
qbud | -1.918048
.9147251
-2.10
0.038
-.1754092
qis |
0 (omitted)
.
qotherrel | -.5709193
.3524515
-1.62
0.108
-.1574331
_cons |
5.432454
.6380821
8.51
0.000
.
-----------------------------------------------------------------------------. regress q49 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 73.0587385
12 6.08822821
Residual | 396.436053
179 2.21472655
-------------+-----------------------------Total | 469.494792
191 2.45808791

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
2.75
0.0019
0.1556
0.0990
1.4882

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.2787087
.1457373
-1.91
0.057
-.1452858
q12 |
.0388085
.0755434
0.51
0.608
.0372041
q11 |
.1126474
.0976064
1.15
0.250
.0854222
q10 | -.2039045
.1513387
-1.35
0.180
-.1020794
Page 188

3Snsize205.11.9.16
q9 | -.0123903
.129655
-0.10
0.924
-.0067534
q14 |
.119441
.0680948
1.75
0.081
.1248771
q15 |
.055106
.1168945
0.47
0.638
.035468
q16 |
.1314638
.1086432
1.21
0.228
.0957384
q17 | -.3218932
.1095898
-2.94
0.004
-.2307438
q18 |
-.172248
.1730861
-1.00
0.321
-.0757789
q19 | -.1615674
.0957695
-1.69
0.093
-.1211356
q20 | -.0516278
.1102443
-0.47
0.640
-.0378143
_cons |
4.940529
1.156322
4.27
0.000
.
-----------------------------------------------------------------------------. regress q49 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.6804926
12 3.89004105
Residual | 427.786513
184
2.3249267
-------------+-----------------------------Total | 474.467005
196 2.42075003

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.67
0.0757
0.0984
0.0396
1.5248

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1381763
.1479388
-0.93
0.352
-.0718598
q22 | -.1045357
.1189585
-0.88
0.381
-.0662908
q23 |
.0771146
.0973288
0.79
0.429
.0612296
q24 |
.098766
.1047261
0.94
0.347
.072115
q25 | -.2233642
.0903027
-2.47
0.014
-.1834858
q26 | -.0589445
.066453
-0.89
0.376
-.0635889
q27 |
.046861
.1058412
0.44
0.658
.0346018
q28 | -.1354715
.2128213
-0.64
0.525
-.0482441
q29 |
.0976144
.1337235
0.73
0.466
.0588523
q30 | -.1325483
.1488903
-0.89
0.374
-.0700929
q31 |
.1118235
.135881
0.82
0.412
.0693153
q32 | -.2621218
.1299576
-2.02
0.045
-.1696505
_cons |
4.886229
.8985126
5.44
0.000
.
-----------------------------------------------------------------------------. regress q49 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 78.4802142
12 6.54001785
Residual | 383.535092
183 2.09582017
-------------+-----------------------------Total | 462.015306
195 2.36930926

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.12
0.0005
0.1699
0.1154
1.4477

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1456625
.1375206
1.06
0.291
.087273
q34 |
-.028438
.1237229
-0.23
0.818
-.0183325
q35 |
.1507927
.0842559
1.79
0.075
.1317387
q36 | -.2833472
.0928089
-3.05
0.003
-.2192979
q37 | -.2972102
.1550956
-1.92
0.057
-.1426169
q38 |
.1230012
.1423072
0.86
0.389
.0620809
q39 |
.1357742
.0858873
1.58
0.116
.1128195
q40 | -.0907452
.1128737
-0.80
0.422
-.0618674
q41 |
-.037718
.0853666
-0.44
0.659
-.0327758
Page 189

3Snsize205.11.9.16
q42 |
.159262
.0899855
1.77
0.078
.1269656
q43 | -.1389885
.1917876
-0.72
0.470
-.0572574
q44 |
.0381887
.0793347
0.48
0.631
.0350099
_cons |
2.905478
.9301773
3.12
0.002
.
-----------------------------------------------------------------------------. regress q49 q45 q46 q47 q48 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
73.917107
11
6.719737
Residual | 401.396024
186 2.15804314
-------------+-----------------------------Total | 475.313131
197 2.41275701

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.11
0.0007
0.1555
0.1056
1.469

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.3268122
.1011313
3.23
0.001
.2331836
q46 |
.0369051
.0724028
0.51
0.611
.0361061
q47 |
.1559932
.1548806
1.01
0.315
.0728492
q48 | -.0914392
.0880732
-1.04
0.301
-.0766923
q50 | -.2792851
.092802
-3.01
0.003
-.212557
q51 | -.1965141
.1034321
-1.90
0.059
-.1396648
q52 |
.0005185
.0876048
0.01
0.995
.0004194
q53 |
.0773202
.12509
0.62
0.537
.0475816
q54 |
.091433
.1441757
0.63
0.527
.0575557
q55 | -.2268713
.1779288
-1.28
0.204
-.1018623
q56 |
.0479733
.147516
0.33
0.745
.0261522
_cons |
3.249542
1.008273
3.22
0.001
.
-----------------------------------------------------------------------------. regress q49 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 98.3231513
12 8.19359594
Residual | 378.397661
184 2.05650903
-------------+-----------------------------Total | 476.720812
196 2.43224904

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.98
0.0000
0.2062
0.1545
1.4341

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1826672
.1559147
-1.17
0.243
-.0849934
q58 |
.1048638
.0857689
1.22
0.223
.0865544
q59 | -.3470895
.1315608
-2.64
0.009
-.1976443
q60 |
.0524147
.0829473
0.63
0.528
.0434681
q61 |
.3420063
.1480611
2.31
0.022
.1738975
q62 | -.2246754
.0752837
-2.98
0.003
-.2011333
q63 |
.2642761
.1786506
1.48
0.141
.1121145
q64 | -.1683249
.1242156
-1.36
0.177
-.0939712
q65 | -.3218161
.2089259
-1.54
0.125
-.118073
q66 | -.3208881
.1185023
-2.71
0.007
-.1951488
q67 | -.3347357
.1277978
-2.62
0.010
-.1824022
q68 | -.0269748
.0938072
-0.29
0.774
-.0211623
_cons |
6.13267
1.03033
5.95
0.000
.
-----------------------------------------------------------------------------Page 190

3Snsize205.11.9.16
. regress q49 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
82.841289
12 6.90344075
Residual | 396.888303
183 2.16878854
-------------+-----------------------------Total | 479.729592
195 2.46015175

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.18
0.0004
0.1727
0.1184
1.4727

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0801871
.2082329
-0.39
0.701
-.0319196
q70 |
.1171784
.1152037
1.02
0.310
.0747548
q71 | -.3188509
.0810903
-3.93
0.000
-.2771389
q72 |
.0145789
.1730048
0.08
0.933
.0066594
q73 |
-.108866
.1038719
-1.05
0.296
-.0745734
q74 |
.0522414
.0947465
0.55
0.582
.0409437
q75 |
.0977356
.1071363
0.91
0.363
.0679342
q76 |
.0382814
.0796917
0.48
0.632
.0333258
q77 |
.115321
.1890541
0.61
0.543
.0484474
q78 | -.2672318
.1074907
-2.49
0.014
-.1846138
q79 | -.1469961
.0895746
-1.64
0.103
-.115413
q80 | -.0352255
.127074
-0.28
0.782
-.021704
_cons |
4.627007
.765936
6.04
0.000
.
-----------------------------------------------------------------------------. regress q49 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.4725053
8 3.80906316
Residual | 439.405667
188 2.33726419
-------------+-----------------------------Total | 469.878173
196 2.39733762

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.63
0.1188
0.0649
0.0251
1.5288

-----------------------------------------------------------------------------q49 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1650474
.1422008
1.16
0.247
.0900744
q82 |
.3574636
.1293806
2.76
0.006
.220496
q83 |
.0228444
.0994064
0.23
0.818
.0169709
q84 | -.0092792
.085733
-0.11
0.914
-.0080041
q85 | -.2128233
.2122113
-1.00
0.317
-.0849205
q86 | -.0189677
.1465953
-0.13
0.897
-.0104346
q87 | -.0806179
.1737523
-0.46
0.643
-.0424341
q88 |
.0351741
.1509492
0.23
0.816
.0175492
_cons |
2.177571
1.242404
1.75
0.081
.
-----------------------------------------------------------------------------.
. //q50 as outcome variable: You rarely weigh the pros and cons of possible
solutions to problems.
. regress q50 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Page 191

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 35.5747526
17 2.09263251
Residual | 190.237328
131 1.45219334
-------------+-----------------------------Total | 225.812081
148
1.5257573

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.44
0.1275
0.1575
0.0482
1.2051

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.2998404
.3981223
-0.75
0.453
-.0627585
qhispanic | -.5516402
.3640406
-1.52
0.132
-.1424625
qblack |
1.43687
.6324315
2.27
0.025
.1886535
qasian | -1.087718
.6718411
-1.62
0.108
-.1428117
qpacif |
-.955615
1.238017
-0.77
0.442
-.0633793
qamerind |
.5464205
.7334649
0.74
0.458
.0623444
qotherrac | -.2336978
.4171186
-0.56
0.576
-.0475002
q2nd | -.0305568
.2734031
-0.11
0.911
-.0118827
q3rd | -.0471961
.281417
-0.17
0.867
-.0178151
qa |
.2176626
.4221561
0.52
0.607
.0515879
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1812986
.1614589
-1.12
0.264
-.1440472
qlesshs |
.09489
.32086
0.30
0.768
.0384695
qcath |
.9553093
.5299866
1.80
0.074
.1749169
qlds |
.0330317
.2574472
0.13
0.898
.0127894
qprot | -.5117096
.5334017
-0.96
0.339
-.0817148
qbud |
1.281453
.7654279
1.67
0.096
.1462086
qis |
0 (omitted)
.
qotherrel |
-.031227
.2911338
-0.11
0.915
-.0108581
_cons |
2.648609
.5336861
4.96
0.000
.
-----------------------------------------------------------------------------. regress q50 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.0412925
12 2.92010771
Residual | 233.476842
180 1.29709357
-------------+-----------------------------Total | 268.518135
192 1.39853195

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.25
0.0112
0.1305
0.0725
1.1389

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0117941
.1115144
-0.11
0.916
-.0081361
q12 |
.0258357
.0577881
0.45
0.655
.0327841
q11 |
.0292585
.0746502
0.39
0.696
.0293909
q10 |
.1045745
.1156672
0.90
0.367
.0692869
q9 | -.0462221
.0991793
-0.47
0.642
-.0333371
q14 | -.0265486
.0521092
-0.51
0.611
-.0367491
q15 | -.0430325
.0894578
-0.48
0.631
-.0366563
q16 |
.2092474
.0830722
2.52
0.013
.2022168
q17 |
.2543268
.0838475
3.03
0.003
.2416281
q18 |
.0671336
.1323281
0.51
0.613
.0391562
q19 |
.0247333
.0718193
0.34
0.731
.0248941
q20 |
.0370288
.0842584
0.44
0.661
.0360161
_cons |
.7077003
.8842775
0.80
0.425
.
-----------------------------------------------------------------------------Page 192

3Snsize205.11.9.16
. regress q50 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.7787627
12 3.39823022
Residual | 234.721237
185 1.26876345
-------------+-----------------------------Total |
275.5
197 1.39847716

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.68
0.0024
0.1480
0.0928
1.1264

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1775444
.1092063
-1.63
0.106
-.1213236
q22 |
.0166774
.0878518
0.19
0.850
.0139044
q23 |
.0088094
.0717929
0.12
0.902
.0091857
q24 |
-.080158
.0773258
-1.04
0.301
-.0769636
q25 |
.1227614
.0666359
1.84
0.067
.1324646
q26 | -.0184783
.0487784
-0.38
0.705
-.0262987
q27 |
.1141566
.0781862
1.46
0.146
.1106842
q28 |
.2734169
.1572162
1.74
0.084
.127833
q29 |
.0263317
.0987518
0.27
0.790
.0208716
q30 |
.125574
.1099629
1.14
0.255
.0872681
q31 |
.0194381
.1003568
0.19
0.847
.0158369
q32 |
.2243212
.0959684
2.34
0.020
.1910412
_cons |
1.254282
.663724
1.89
0.060
.
-----------------------------------------------------------------------------. regress q50 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.9741106
12 4.33117589
Residual | 221.469767
183 1.21021731
-------------+-----------------------------Total | 273.443878
195
1.4022763

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.58
0.0001
0.1901
0.1370
1.1001

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.091269
.1045015
0.87
0.384
.0710804
q34 | -.0404657
.0940166
-0.43
0.667
-.0339081
q35 | -.0209356
.0640258
-0.33
0.744
-.0237746
q36 |
.3818256
.0705252
5.41
0.000
.3841269
q37 |
.0696129
.1178567
0.59
0.555
.0434201
q38 |
.0980817
.1081388
0.91
0.366
.0643474
q39 | -.1113552
.0652655
-1.71
0.090
-.120274
q40 |
.163012
.0857723
1.90
0.059
.1444615
q41 | -.0669398
.0648698
-1.03
0.303
-.0756107
q42 | -.0685499
.0683797
-1.00
0.317
-.0710354
q43 | -.1046551
.1457388
-0.72
0.474
-.0560411
q44 | -.0649368
.0602862
-1.08
0.283
-.0773821
_cons |
1.471004
.7068389
2.08
0.039
.
-----------------------------------------------------------------------------. regress q50 q45 q46 q47 q48 q49 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Page 193

Number of obs =
F( 11,
186) =

198
2.57

3Snsize205.11.9.16
Model | 36.3735993
11 3.30669084
Residual | 238.944583
186 1.28464829
-------------+-----------------------------Total | 275.318182
197 1.39755422

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0046
0.1321
0.0808
1.1334

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0340339
.0801491
0.42
0.672
.0319069
q46 |
.0218996
.055878
0.39
0.696
.0281515
q47 |
.0532459
.1197593
0.44
0.657
.0326722
q48 | -.1273605
.0675063
-1.89
0.061
-.1403546
q49 | -.1662539
.0552435
-3.01
0.003
-.2184462
q51 |
.0856182
.0803284
1.07
0.288
.0799525
q52 |
-.008567
.0675882
-0.13
0.899
-.0091046
q53 | -.1562138
.0959304
-1.63
0.105
-.1263102
q54 |
-.059153
.111274
-0.53
0.596
-.0489254
q55 |
.1402783
.1374948
1.02
0.309
.0827555
q56 | -.0396609
.1138106
-0.35
0.728
-.0284082
_cons |
3.538758
.7560707
4.68
0.000
.
-----------------------------------------------------------------------------. regress q50 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.2102041
12 2.60085034
Residual | 244.875655
185 1.32365219
-------------+-----------------------------Total | 276.085859
197 1.40145106

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.96
0.0296
0.1130
0.0555
1.1505

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0445544
.1250821
0.36
0.722
.027255
q58 | -.0218468
.068784
-0.32
0.751
-.0237455
q59 | -.1988187
.1055409
-1.88
0.061
-.1488615
q60 | -.0252524
.0663447
-0.38
0.704
-.0276233
q61 |
.0339218
.1187463
0.29
0.775
.0226877
q62 |
.0070682
.0603133
0.12
0.907
.0083219
q63 |
.1689458
.1433193
1.18
0.240
.0942172
q64 | -.0502029
.0996093
-0.50
0.615
-.036867
q65 |
.2070975
.1675499
1.24
0.218
.0998839
q66 |
.3283707
.095029
3.46
0.001
.2629907
q67 |
.0602739
.1025116
0.59
0.557
.0431751
q68 |
.0473555
.0751725
0.63
0.529
.0489717
_cons |
1.136276
.8266051
1.37
0.171
.
-----------------------------------------------------------------------------. regress q50 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
37.459268
12 3.12160567
Residual | 234.642773
183 1.28220094
-------------+-----------------------------Total | 272.102041
195 1.39539508

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.43
0.0059
0.1377
0.0811
1.1323

-----------------------------------------------------------------------------Page 194

3Snsize205.11.9.16
q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0473179
.1601101
-0.30
0.768
-.0250098
q70 | -.0558306
.08858
-0.63
0.529
-.047293
q71 |
.1631122
.0623503
2.62
0.010
.1882473
q72 | -.1196077
.1330232
-0.90
0.370
-.0725444
q73 |
.0012517
.0798671
0.02
0.988
.0011385
q74 | -.0953597
.0728505
-1.31
0.192
-.099236
q75 |
.0964641
.082377
1.17
0.243
.0890294
q76 |
.0757887
.0612749
1.24
0.218
.0876053
q77 | -.0370566
.1453636
-0.25
0.799
-.020671
q78 |
.1689061
.0826495
2.04
0.042
.1549365
q79 |
.1091214
.0688739
1.58
0.115
.1137605
q80 |
.1748739
.0977071
1.79
0.075
.1430675
_cons |
1.235026
.5889276
2.10
0.037
.
-----------------------------------------------------------------------------. regress q50 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.2375028
8 2.65468784
Residual | 257.575629
189 1.36283401
-------------+-----------------------------Total | 278.813131
197 1.41529508

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.95
0.0552
0.0762
0.0371
1.1674

-----------------------------------------------------------------------------q50 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0218045
.1085451
-0.20
0.841
-.0154698
q82 |
.0896378
.098751
0.91
0.365
.0719138
q83 |
.1067926
.0759036
1.41
0.161
.1030626
q84 | -.0952664
.065251
-1.46
0.146
-.1071595
q85 | -.0710039
.1620395
-0.44
0.662
-.0367951
q86 |
.1968546
.1119274
1.76
0.080
.140778
q87 | -.0480409
.1326761
-0.36
0.718
-.0328682
q88 |
.2055433
.1152394
1.78
0.076
.1332501
_cons |
1.716509
.9483934
1.81
0.072
.
-----------------------------------------------------------------------------.
. //q51 as outcome variable: You have engaged in one or more major treatment program
rule-breaking behaviors.
. regress q51 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 13.5302872
17 .795899244
Residual | 194.751592
131 1.48665337
-------------+-----------------------------Total | 208.281879
148 1.40730999

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.54
= 0.9306
= 0.0650
= -0.0564
= 1.2193

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 195

3Snsize205.11.9.16
qsex |
.170603
.4028182
0.42
0.673
.0371806
qhispanic |
.4305846
.3683346
1.17
0.245
.1157847
qblack |
.5089325
.6398912
0.80
0.428
.0695753
qasian |
.9515078
.6797657
1.40
0.164
.1300791
qpacif | -1.106543
1.25262
-0.88
0.379
-.0764153
qamerind |
.6915357
.7421163
0.93
0.353
.0821548
qotherrac | -.1210777
.4220386
-0.29
0.775
-.0256243
q2nd |
.1971414
.2766279
0.71
0.477
.0798238
q3rd |
.0647377
.2847364
0.23
0.820
.0254441
qa |
-.532177
.4271355
-1.25
0.215
-.1313313
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0967723
.1633633
0.59
0.555
.0800589
qlesshs |
.2622489
.3246446
0.81
0.421
.1107025
qcath | -.5535086
.5362379
-1.03
0.304
-.1055261
qlds | -.1331696
.2604839
-0.51
0.610
-.0536876
qprot | -.2010064
.5396934
-0.37
0.710
-.0334222
qbud | -.5826822
.7744563
-0.75
0.453
-.0692229
qis |
0 (omitted)
.
qotherrel | -.2058198
.2945678
-0.70
0.486
-.0745176
_cons |
1.545254
.5399811
2.86
0.005
.
-----------------------------------------------------------------------------. regress q51 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.5730781
12 2.13108985
Residual | 220.343589
179 1.23096977
-------------+-----------------------------Total | 245.916667
191 1.28752182

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
1.73
0.0635
0.1040
0.0439
1.1095

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0321469
.1086503
0.30
0.768
.0231544
q12 |
.0435682
.0563016
0.77
0.440
.0577106
q11 | -.0558399
.0727549
-0.77
0.444
-.0586135
q10 |
.1329948
.1126899
1.18
0.239
.0919957
q9 |
.0603303
.096654
0.62
0.533
.0454356
q14 | -.0612332
.0508032
-1.21
0.230
-.0884581
q15 | -.0960234
.0871727
-1.10
0.272
-.0854336
q16 |
.1107005
.0810834
1.37
0.174
.1113911
q17 |
.1067041
.0818736
1.30
0.194
.1056868
q18 | -.0268425
.1291234
-0.21
0.836
-.016351
q19 | -.0185922
.0700882
-0.27
0.791
-.0195053
q20 |
.1019312
.082103
1.24
0.216
.1035547
_cons |
1.554463
.8664491
1.79
0.074
.
-----------------------------------------------------------------------------. regress q51 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 79.4046017
12 6.61705015
Residual |
180.02687
184 .978406904
-------------+-----------------------------Total | 259.431472
196 1.32362996
Page 196

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
6.76
0.0000
0.3061
0.2608
.98914

3Snsize205.11.9.16
-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.23556
.0960108
2.45
0.015
.1656707
q22 | -.4776398
.077166
-6.19
0.000
-.4103382
q23 | -.1340126
.0631407
-2.12
0.035
-.1435532
q24 | -.0305014
.0680937
-0.45
0.655
-.0301207
q25 |
.0880021
.0585182
1.50
0.134
.0977628
q26 |
.0187105
.043045
0.43
0.664
.027297
q27 |
.1779187
.0694617
2.56
0.011
.1756871
q28 | -.2157403
.1382101
-1.56
0.120
-.1039009
q29 | -.0932025
.0867358
-1.07
0.284
-.0761196
q30 | -.0041956
.0965648
-0.04
0.965
-.003003
q31 |
.1122484
.0881606
1.27
0.205
.0942261
q32 |
.1020542
.0843084
1.21
0.228
.0895645
_cons |
3.462923
.5843617
5.93
0.000
.
-----------------------------------------------------------------------------. regress q51 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.2934731
12 4.10778943
Residual | 200.121911
182 1.09957094
-------------+-----------------------------Total | 249.415385
194 1.28564631

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.74
0.0000
0.1976
0.1447
1.0486

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1180429
.0996536
1.18
0.238
.0961614
q34 |
.073932
.089688
0.82
0.411
.0647418
q35 | -.1605076
.0611126
-2.63
0.009
-.1906745
q36 |
.1600649
.0672267
2.38
0.018
.1685983
q37 |
.052324
.1123492
0.47
0.642
.0341405
q38 | -.0292779
.1032494
-0.28
0.777
-.0200829
q39 |
.1568155
.062273
2.52
0.013
.177231
q40 | -.1182574
.0818775
-1.44
0.150
-.1097239
q41 |
.1034022
.0618551
1.67
0.096
.1221075
q42 |
.0492833
.0652335
0.76
0.451
.0534297
q43 |
.2243843
.1389422
1.61
0.108
.1257118
q44 | -.0885872
.0576101
-1.54
0.126
-.1101586
_cons |
1.272809
.6752054
1.89
0.061
.
-----------------------------------------------------------------------------. regress q51 q45 q46 q47 q48 q49 q50 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
42.205892
11 3.83689927
Residual | 197.879967
186 1.06387079
-------------+-----------------------------Total | 240.085859
197 1.21870994

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.61
0.0001
0.1758
0.1271
1.0314

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0251702
.0729496
-0.35
0.730
-.0252692
q46 | -.0465614
.0507566
-0.92
0.360
-.0640954
Page 197

3Snsize205.11.9.16
q47 |
.26234
.1073316
2.44
0.015
.1723813
q48 | -.0949949
.0616249
-1.54
0.125
-.1121054
q49 | -.0968774
.0509899
-1.90
0.059
-.1363104
q50 |
.070904
.0665233
1.07
0.288
.0759285
q52 | -.1529301
.0604787
-2.53
0.012
-.1740436
q53 | -.1103552
.0875458
-1.26
0.209
-.0955533
q54 | -.0275422
.1013186
-0.27
0.786
-.0243945
q55 |
.0179232
.1254661
0.14
0.887
.0113229
q56 |
.0396741
.1035632
0.38
0.702
.0304314
_cons |
3.168284
.68934
4.60
0.000
.
-----------------------------------------------------------------------------. regress q51 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 48.2496635
12 4.02080529
Residual | 197.801098
184 1.07500597
-------------+-----------------------------Total | 246.050761
196 1.25536103

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.74
0.0000
0.1961
0.1437
1.0368

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.3053097
.1127234
-2.71
0.007
-.1977358
q58 | -.0368369
.0622065
-0.59
0.554
-.0423669
q59 |
.209828
.0952533
2.20
0.029
.1663129
q60 |
.078512
.0598301
1.31
0.191
.0909287
q61 |
.0828081
.1071186
0.77
0.440
.0586073
q62 |
.0243886
.0545158
0.45
0.655
.0303596
q63 | -.1106157
.1292388
-0.86
0.393
-.0653191
q64 | -.0461592
.0899055
-0.51
0.608
-.0358694
q65 |
.2760352
.1512818
1.82
0.070
.1409701
q66 |
.1245047
.0872621
1.43
0.155
.1042688
q67 | -.0274841
.0937597
-0.29
0.770
-.0206465
q68 |
.1334654
.0684383
1.95
0.053
.1457453
_cons |
1.932835
.7449936
2.59
0.010
.
-----------------------------------------------------------------------------. regress q51 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 53.3117546
12 4.44264621
Residual |
194.76004
182 1.07011011
-------------+-----------------------------Total | 248.071795
194 1.27872059

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
4.15
0.0000
0.2149
0.1631
1.0345

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1138752
.1462701
-0.78
0.437
-.062996
q70 | -.0373165
.0809713
-0.46
0.645
-.0330583
q71 |
.0597015
.0570652
1.05
0.297
.0719945
q72 |
.0316782
.1215272
0.26
0.795
.0201107
q73 |
.0254197
.0729995
0.35
0.728
.0241897
q74 | -.0444542
.0665536
-0.67
0.505
-.0484326
q75 |
.3993036
.0752933
5.30
0.000
.385597
q76 | -.0326715
.0559782
-0.58
0.560
-.0395481
Page 198

3Snsize205.11.9.16
q77 | -.0890677
.132815
-0.67
0.503
-.052012
q78 |
.1487071
.0755373
1.97
0.051
.1428621
q79 |
.0393079
.0630869
0.62
0.534
.0428056
q80 |
.0841899
.0892785
0.94
0.347
.0720163
_cons |
1.038049
.5383557
1.93
0.055
.
-----------------------------------------------------------------------------. regress q51 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.0867412
8 4.01084266
Residual |
223.38534
188 1.18821989
-------------+-----------------------------Total | 255.472081
196 1.30342899

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.38
0.0012
0.1256
0.0884
1.0901

-----------------------------------------------------------------------------q51 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0056564
.1014454
0.06
0.956
.0041865
q82 | -.1281988
.0923118
-1.39
0.167
-.1072442
q83 |
.0188186
.0709178
0.27
0.791
.0189597
q84 |
.0219559
.0609403
0.36
0.719
.0257785
q85 |
.1234083
.1513151
0.82
0.416
.0667819
q86 |
.3397108
.1045206
3.25
0.001
.2534498
q87 |
.0237575
.1238901
0.19
0.848
.0169592
q88 |
.1427351
.1079559
1.32
0.188
.0965462
_cons |
1.223452
.8866797
1.38
0.169
.
-----------------------------------------------------------------------------.
. //q52 as outcome variable: You have no emotion management problems.
. regress q52 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 13.6312817
17 .801840101
Residual | 218.821421
130
1.6832417
-------------+-----------------------------Total | 232.452703
147
1.5813109

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
148
=
0.48
= 0.9597
= 0.0586
= -0.0645
= 1.2974

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1787518
.4286271
-0.42
0.677
-.0368742
qhispanic | -.0150522
.3919708
-0.04
0.969
-.0038297
qblack | -.0135076
.6809222
-0.02
0.984
-.0017478
qasian |
.2306338
.7233209
0.32
0.750
.0298426
qpacif |
.0809237
1.334922
0.06
0.952
.0052898
qamerind |
.5241283
.7896606
0.66
0.508
.0589365
qotherrac |
.4772413
.4492949
1.06
0.290
.0955827
q2nd |
.1133768
.2954111
0.38
0.702
.043188
q3rd |
.4103579
.3031312
1.35
0.178
.1524313
qa |
.1366875
.4547707
0.30
0.764
.0319188
qb |
0 (omitted)
.
Page 199

3Snsize205.11.9.16
qc |
0 (omitted)
.
qsomecoll |
-.030718
.1742106
-0.18
0.860
-.023931
qlesshs | -.1383063
.3455205
-0.40
0.690
-.0550986
qcath |
.0999991
.5707888
0.18
0.861
.0180429
qlds |
.1372214
.2795316
0.49
0.624
.052271
qprot | -.3321554
.5754475
-0.58
0.565
-.0522713
qbud |
1.255699
.8254333
1.52
0.131
.1411991
qis |
0 (omitted)
.
qotherrel | -.0736216
.3156281
-0.23
0.816
-.0252039
_cons |
3.045887
.5751017
5.30
0.000
.
-----------------------------------------------------------------------------. regress q52 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 68.2402278
12 5.68668565
Residual | 230.754564
179 1.28913164
-------------+-----------------------------Total | 298.994792
191 1.56541776

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
4.41
0.0000
0.2282
0.1765
1.1354

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
-.049278
.1113162
-0.44
0.659
-.0321891
q12 |
.1309309
.0576157
2.27
0.024
.157286
q11 |
-.009259
.074575
-0.12
0.901
-.0087983
q10 |
.207034
.1153843
1.79
0.074
.1298783
q9 |
.0886471
.1047659
0.85
0.399
.0577695
q14 |
.0679131
.0519728
1.31
0.193
.0889747
q15 |
.091251
.0896254
1.02
0.310
.0736295
q16 | -.0366437
.0830624
-0.44
0.660
-.0334397
q17 | -.0115269
.0837221
-0.14
0.891
-.0103542
q18 | -.0258602
.1320802
-0.20
0.845
-.0142862
q19 | -.0019192
.0717016
-0.03
0.979
-.001826
q20 | -.4357843
.0840372
-5.19
0.000
-.4015099
_cons |
2.907562
.8827197
3.29
0.001
.
-----------------------------------------------------------------------------. regress q52 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.1636982
12 2.84697485
Residual | 277.836302
184
1.5099799
-------------+-----------------------------Total |
312
196 1.59183673

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.89
0.0385
0.1095
0.0514
1.2288

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0269558
.119499
-0.23
0.822
-.0172963
q22 |
.1952479
.095911
2.04
0.043
.1526864
q23 |
.0611816
.0783675
0.78
0.436
.0599345
q24 |
.1552652
.0843807
1.84
0.067
.1400865
q25 |
.0953283
.0727108
1.31
0.191
.0965688
q26 |
.0713675
.0534855
1.33
0.184
.0949434
q27 |
-.004477
.0887338
-0.05
0.960
-.0039837
q28 |
.105554
.1715878
0.62
0.539
.046355
Page 200

3Snsize205.11.9.16
q29 | -.0843455
.1082661
-0.78
0.437
-.0627101
q30 |
-.036186
.12044
-0.30
0.764
-.0235975
q31 | -.0314362
.109851
-0.29
0.775
-.0240299
q32 | -.1239499
.1048162
-1.18
0.239
-.0989291
_cons |
1.507302
.724152
2.08
0.039
.
-----------------------------------------------------------------------------. regress q52 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.0763229
12 3.83969358
Residual | 261.841626
182 1.43869025
-------------+-----------------------------Total | 307.917949
194 1.58720592

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
2.67
0.0025
0.1496
0.0936
1.1995

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0027203
.1139479
0.02
0.981
.0019945
q34 | -.0018336
.1026068
-0.02
0.986
-.0014451
q35 |
.0217154
.0702086
0.31
0.757
.0230788
q36 |
-.357262
.0769292
-4.64
0.000
-.3386787
q37 |
.1636249
.1285902
1.27
0.205
.0960866
q38 |
.1127646
.1180283
0.96
0.341
.0696638
q39 | -.1425544
.0719895
-1.98
0.049
-.1444787
q40 | -.0046683
.0936936
-0.05
0.960
-.0038924
q41 |
.0016868
.0723633
0.02
0.981
.0017724
q42 | -.0398263
.074587
-0.53
0.594
-.0388853
q43 | -.0062535
.159223
-0.04
0.969
-.0031532
q44 |
.0251467
.0660457
0.38
0.704
.0281431
_cons |
3.383341
.7706813
4.39
0.000
.
-----------------------------------------------------------------------------. regress q52 q45 q46 q47 q48 q49 q50 q51 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.7614039
11 2.70558217
Residual | 281.193142
186 1.51179108
-------------+-----------------------------Total | 310.954545
197 1.57844947

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.79
0.0583
0.0957
0.0422
1.2295

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0255956
.0869685
-0.29
0.769
-.0225791
q46 |
.0533909
.0605156
0.88
0.379
.0645807
q47 |
.0178497
.1299786
0.14
0.891
.010306
q48 | -.0308184
.0738943
-0.42
0.677
-.0319573
q49 |
.0003632
.0613705
0.01
0.995
.0004491
q50 | -.0100817
.0795387
-0.13
0.899
-.0094865
q51 |
-.217318
.085942
-2.53
0.012
-.1909548
q53 |
.1288895
.1043785
1.23
0.218
.0980631
q54 | -.2614869
.1192716
-2.19
0.030
-.2035058
q55 |
.0288069
.1495576
0.19
0.847
.0159908
q56 |
.1657775
.1229036
1.35
0.179
.1117314
_cons |
3.104948
.8367296
3.71
0.000
.
-----------------------------------------------------------------------------Page 201

3Snsize205.11.9.16
. regress q52 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 75.9877675
12 6.33231396
Residual | 231.007156
184 1.25547368
-------------+-----------------------------Total | 306.994924
196 1.56630063

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.04
0.0000
0.2475
0.1984
1.1205

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1832536
.1218406
1.50
0.134
.1062537
q58 | -.0801473
.0677398
-1.18
0.238
-.0821848
q59 | -.1714913
.1032688
-1.66
0.098
-.121641
q60 |
.0555365
.0650259
0.85
0.394
.0573934
q61 |
.0112304
.1157874
0.10
0.923
.0071157
q62 |
.077201
.0587983
1.31
0.191
.0860358
q63 |
.2922439
.13966
2.09
0.038
.1544955
q64 |
.1481797
.0971171
1.53
0.129
.1030864
q65 |
.2593643
.1631794
1.59
0.114
.1185822
q66 | -.0456102
.0926484
-0.49
0.623
-.0345653
q67 |
.115129
.0998377
1.15
0.250
.078177
q68 | -.4001619
.0734606
-5.45
0.000
-.3912086
_cons |
2.142783
.8052407
2.66
0.008
.
-----------------------------------------------------------------------------. regress q52 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.7679353
12 4.39732795
Residual | 254.226936
182
1.3968513
-------------+-----------------------------Total | 306.994872
194 1.58244779

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.15
0.0004
0.1719
0.1173
1.1819

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0824488
.1671223
0.49
0.622
.0410007
q70 |
.0066636
.0925226
0.07
0.943
.0053065
q71 | -.1557876
.0651396
-2.39
0.018
-.1688767
q72 | -.1979731
.1389193
-1.43
0.156
-.1129786
q73 |
.2792946
.0834239
3.35
0.001
.2389166
q74 |
.0222623
.0760645
0.29
0.770
.0218032
q75 | -.1551903
.0860258
-1.80
0.073
-.1347157
q76 | -.0748202
.064337
-1.16
0.246
-.0808351
q77 | -.0339964
.1517488
-0.22
0.823
-.0178459
q78 | -.1568702
.0863399
-1.82
0.071
-.135165
q79 | -.1642631
.0720721
-2.28
0.024
-.1607994
q80 |
.1103004
.101984
1.08
0.281
.0848147
_cons |
3.996913
.6160513
6.49
0.000
.
-----------------------------------------------------------------------------. regress q52 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Page 202

Number of obs =
F( 8,
188) =

197
2.52

3Snsize205.11.9.16
Model | 29.7511335
8 3.71889169
Residual | 277.121963
188 1.47405299
-------------+-----------------------------Total | 306.873096
196 1.56567906

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0125
0.0969
0.0585
1.2141

-----------------------------------------------------------------------------q52 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1472317
.1129876
-1.30
0.194
-.0994277
q82 |
.3097568
.1027382
3.02
0.003
.2368527
q83 |
.17432
.0789499
2.21
0.028
.1602454
q84 | -.0342558
.0679681
-0.50
0.615
-.0366971
q85 | -.1289651
.1687084
-0.76
0.446
-.0636765
q86 | -.0362457
.1165859
-0.31
0.756
-.0246736
q87 | -.1146843
.1385254
-0.83
0.409
-.0747374
q88 | -.2030191
.1199108
-1.69
0.092
-.1253385
_cons |
3.229855
.9885925
3.27
0.001
.
-----------------------------------------------------------------------------.
. //q53 as outcome variable: You have established a pattern of pro-social thinking,
values, and behaviors.
. regress q53 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
13.397443
17 .788084881
Residual | 131.931416
131 1.00711005
-------------+-----------------------------Total | 145.328859
148
.98195175

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.78
= 0.7103
= 0.0922
= -0.0256
= 1.0035

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3589166
.3315452
1.08
0.281
.0936425
qhispanic |
.0811969
.3031629
0.27
0.789
.0261386
qblack | -.4012582
.5266714
-0.76
0.448
-.0656703
qasian | -.1766952
.5594906
-0.32
0.753
-.0289181
qpacif |
.8867225
1.030986
0.86
0.391
.0733077
qamerind | -.4739262
.6108092
-0.78
0.439
-.0674029
qotherrac | -.1113625
.3473648
-0.32
0.749
-.0282148
q2nd |
.0201265
.2276825
0.09
0.930
.009756
q3rd |
.0450515
.2343563
0.19
0.848
.0211977
qa |
.2528755
.3515599
0.72
0.473
.0747083
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
-.036231
.1344585
-0.27
0.788
-.035883
qlesshs | -.3218475
.2672033
-1.20
0.231
-.1626461
qcath |
.2291654
.4413581
0.52
0.604
.052304
qlds |
.0166303
.2143949
0.08
0.938
.0080264
qprot | -.2265691
.4442022
-0.51
0.611
-.0450999
qbud |
.2532007
.6374271
0.40
0.692
.0360108
qis |
0 (omitted)
.
qotherrel | -.3521838
.2424482
-1.45
0.149
-.1526479
_cons |
3.806697
.444439
8.57
0.000
.
Page 203

3Snsize205.11.9.16
-----------------------------------------------------------------------------. regress q53 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.7515941
12 4.72929951
Residual | 116.118872
180 .645104846
-------------+-----------------------------Total | 172.870466
192 .900367012

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
7.33
0.0000
0.3283
0.2835
.80318

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1483371
.078643
-1.89
0.061
-.1275337
q12 |
.0000545
.0407538
0.00
0.999
.0000861
q11 |
.1391948
.0526454
2.64
0.009
.1742649
q10 |
.1527598
.0815717
1.87
0.063
.1261423
q9 |
-.067347
.069944
-0.96
0.337
-.0605373
q14 |
.0218981
.0367489
0.60
0.552
.037778
q15 |
.0752393
.0630881
1.19
0.235
.0798771
q16 | -.1512002
.0585848
-2.58
0.011
-.182111
q17 |
.0037732
.0591316
0.06
0.949
.0044678
q18 |
.5091362
.0933215
5.46
0.000
.3701017
q19 | -.0545835
.0506489
-1.08
0.283
-.0684702
q20 | -.0378878
.0594214
-0.64
0.525
-.0459285
_cons |
1.487517
.6236172
2.39
0.018
.
-----------------------------------------------------------------------------. regress q53 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.4726743
12 2.87272286
Residual | 143.507124
185 .775714182
-------------+-----------------------------Total | 177.979798
197 .903450751

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.70
0.0001
0.1937
0.1414
.88075

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1008751
.0853903
-1.18
0.239
-.0857625
q22 |
.1286492
.0686928
1.87
0.063
.1334462
q23 | -.0003005
.0561361
-0.01
0.996
-.0003898
q24 |
.0330927
.0604624
0.55
0.585
.0395317
q25 | -.0054974
.0521037
-0.11
0.916
-.0073802
q26 | -.0237233
.0381406
-0.62
0.535
-.042007
q27 | -.0746815
.0611351
-1.22
0.223
-.0900893
q28 | -.2927765
.12293
-2.38
0.018
-.1703057
q29 | -.0196285
.0772157
-0.25
0.800
-.019357
q30 | -.0674469
.0859818
-0.78
0.434
-.0583167
q31 | -.0705727
.0784707
-0.90
0.370
-.0715364
q32 | -.1118659
.0750393
-1.49
0.138
-.1185304
_cons |
4.519751
.518977
8.71
0.000
.
-----------------------------------------------------------------------------. regress q53 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |

SS

df

MS
Page 204

Number of obs =

196

3Snsize205.11.9.16
-------------+-----------------------------Model | 56.8831525
12 4.74026271
Residual | 120.111745
183 .656348336
-------------+-----------------------------Total | 176.994898
195 .907666143

F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

7.22
0.0000
0.3214
0.2769
.81015

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0341315
.0769587
-0.44
0.658
-.0330396
q34 | -.1160793
.0692373
-1.68
0.095
-.1208997
q35 | -.0106572
.047151
-0.23
0.821
-.0150426
q36 | -.1556977
.0519373
-3.00
0.003
-.1946909
q37 | -.1861523
.086794
-2.14
0.033
-.1443189
q38 |
.2210271
.0796374
2.78
0.006
.1802363
q39 | -.0869825
.0480639
-1.81
0.072
-.1167742
q40 | -.0369838
.0631659
-0.59
0.559
-.0407378
q41 | -.0261272
.0477725
-0.55
0.585
-.0366814
q42 |
.2086175
.0503573
4.14
0.000
.268703
q43 | -.0514724
.1073274
-0.48
0.632
-.034259
q44 |
.0161104
.044397
0.36
0.717
.0238622
_cons |
3.486163
.5205422
6.70
0.000
.
-----------------------------------------------------------------------------. regress q53 q45 q46 q47 q48 q49 q50 q51 q52 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.3665375
11 3.85150341
Residual | 137.633463
186 .739964852
-------------+-----------------------------Total |
180
197 .913705584

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.20
0.0000
0.2354
0.1901
.86021

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0178813
.0608446
0.29
0.769
.0207326
q46 |
.0456878
.0422937
1.08
0.281
.0726354
q47 | -.3022559
.0881978
-3.43
0.001
-.2293757
q48 |
.0958878
.0512417
1.87
0.063
.1306883
q49 |
.0265121
.0428917
0.62
0.537
.0430822
q50 | -.0899801
.0552565
-1.63
0.105
-.1112827
q51 | -.0767565
.0608916
-1.26
0.209
-.0886466
q52 |
.0630866
.0510893
1.23
0.218
.0829181
q54 |
.1033548
.0841751
1.23
0.221
.105723
q55 | -.2616109
.1028701
-2.54
0.012
-.1908726
q56 | -.2044982
.0850938
-2.40
0.017
-.1811554
_cons |
4.320207
.5174024
8.35
0.000
.
-----------------------------------------------------------------------------. regress q53 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 51.1123462
12 4.25936218
Residual | 126.867452
185
.68577001
-------------+-----------------------------Total | 177.979798
197 .903450751
Page 205

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.21
0.0000
0.2872
0.2409
.82811

3Snsize205.11.9.16
-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.1441342
.0900321
1.60
0.111
.1098145
q58 |
.0052826
.0495096
0.11
0.915
.0071512
q59 | -.3253802
.0759667
-4.28
0.000
-.3034262
q60 |
.0495009
.0477539
1.04
0.301
.067441
q61 | -.1245874
.0854717
-1.46
0.147
-.1037821
q62 |
.0591471
.0434125
1.36
0.175
.0867324
q63 | -.1242215
.103159
-1.20
0.230
-.0862812
q64 |
-.008149
.0716972
-0.11
0.910
-.0074533
q65 |
.1196064
.1205998
0.99
0.323
.0718475
q66 | -.2665462
.0684004
-3.90
0.000
-.2658797
q67 | -.0112519
.0737862
-0.15
0.879
-.0100385
q68 |
.0507067
.054108
0.94
0.350
.0653096
_cons |
4.079525
.5949773
6.86
0.000
.
-----------------------------------------------------------------------------. regress q53 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 38.0917727
12 3.17431439
Residual | 134.903125
183 .737175548
-------------+-----------------------------Total | 172.994898
195 .887153323

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.31
0.0000
0.2202
0.1691
.85859

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0812168
.1214021
-0.67
0.504
-.0538369
q70 |
.1961763
.067165
2.92
0.004
.2084106
q71 | -.0027262
.0472766
-0.06
0.954
-.0039459
q72 |
.1303388
.1008637
1.29
0.198
.0991443
q73 |
.0011298
.0605585
0.02
0.985
.0012888
q74 | -.0544747
.0552382
-0.99
0.325
-.0710965
q75 | -.0840818
.0624616
-1.35
0.180
-.0973239
q76 | -.0782516
.0464611
-1.68
0.094
-.1134406
q77 |
.0019555
.1102207
0.02
0.986
.0013681
q78 | -.0592104
.0626683
-0.94
0.346
-.068117
q79 |
.019143
.052223
0.37
0.714
.0250289
q80 | -.2377045
.0740856
-3.21
0.002
-.2438947
_cons |
4.132846
.4465492
9.26
0.000
.
-----------------------------------------------------------------------------. regress q53 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.9214207
8 3.49017759
Residual | 150.078579
189 .794066557
-------------+-----------------------------Total |
178
197 .903553299

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.40
0.0001
0.1569
0.1212
.8911

-----------------------------------------------------------------------------q53 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1457656
.0828547
1.76
0.080
.1294318
q82 |
.1724301
.0753787
2.29
0.023
.1731331
Page 206

3Snsize205.11.9.16
q83 | -.0034239
.0579388
-0.06
0.953
-.0041355
q84 |
.0443126
.0498074
0.89
0.375
.0623828
q85 | -.2215499
.1236881
-1.79
0.075
-.14369
q86 | -.0686105
.0854365
-0.80
0.423
-.0614082
q87 |
.0770159
.1012744
0.76
0.448
.0659466
q88 | -.0420757
.0879646
-0.48
0.633
-.0341383
_cons |
2.611741
.7239282
3.61
0.000
.
-----------------------------------------------------------------------------.
. //q54 as outcome variable: You do not pay your supervision fees and fines, even
though you have the ability to pay.
. regress q54 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
7.6019298
17 .447172341
Residual | 124.599412
131 .951140553
-------------+-----------------------------Total | 132.201342
148 .893252313

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.47
= 0.9622
= 0.0575
= -0.0648
= .97526

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1336088
.3222008
-0.41
0.679
-.0365488
qhispanic |
.0728665
.2946185
0.25
0.805
.024594
qblack | -.4328872
.5118275
-0.85
0.399
-.074281
qasian | -.0764634
.5437217
-0.14
0.888
-.0131207
qpacif | -.7762577
1.001929
-0.77
0.440
-.0672862
qamerind |
.0531986
.593594
0.09
0.929
.0079328
qotherrac | -.1689322
.3375745
-0.50
0.618
-.0448755
q2nd |
.2514253
.2212654
1.14
0.258
.1277825
q3rd |
.1831561
.2277511
0.80
0.423
.0903565
qa | -.2206553
.3416514
-0.65
0.520
-.0683493
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.039236
.1306688
0.30
0.764
.0407428
qlesshs |
.1007788
.2596723
0.39
0.699
.0533975
qcath | -.1484487
.4289187
-0.35
0.730
-.0355238
qlds | -.1895225
.2083523
-0.91
0.365
-.0959041
qprot | -.2352591
.4316826
-0.54
0.587
-.0490997
qbud |
.048619
.6194616
0.08
0.938
.0072499
qis |
0 (omitted)
.
qotherrel |
.1344979
.2356149
0.57
0.569
.0611216
_cons |
1.579969
.4319127
3.66
0.000
.
-----------------------------------------------------------------------------. regress q54 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
41.789495
12 3.48245791
Residual | 140.821904
180 .782343911
-------------+-----------------------------Total | 182.611399
192 .951101036
Page 207

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
4.45
0.0000
0.2288
0.1774
.8845

3Snsize205.11.9.16
-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
-.201045
.0866052
-2.32
0.021
-.1681763
q12 | -.0090316
.0448799
-0.20
0.841
-.0138973
q11 |
.0111717
.0579755
0.19
0.847
.0136083
q10 |
.1236219
.0898304
1.38
0.170
.0993215
q9 |
.119678
.0770255
1.55
0.122
.1046684
q14 |
.0873948
.0404695
2.16
0.032
.1466944
q15 | -.1314319
.0694754
-1.89
0.060
-.1357611
q16 |
.1525326
.0645162
2.36
0.019
.1787487
q17 |
.1484204
.0651183
2.28
0.024
.1709904
q18 |
.1389595
.1027698
1.35
0.178
.0982815
q19 | -.0024647
.0557769
-0.04
0.965
-.0030082
q20 |
.1516849
.0654375
2.32
0.022
.1789048
_cons |
.3326454
.6867549
0.48
0.629
.
-----------------------------------------------------------------------------. regress q54 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 45.7999548
12
3.8166629
Residual | 144.018227
185 .778476903
-------------+-----------------------------Total | 189.818182
197
.96354407

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.90
0.0000
0.2413
0.1921
.88231

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1380558
.0855422
1.61
0.108
.113654
q22 | -.0039938
.068815
-0.06
0.954
-.0040114
q23 |
.1365025
.0562359
2.43
0.016
.1714744
q24 | -.0542691
.0605699
-0.90
0.371
-.0627745
q25 | -.0520538
.0521964
-1.00
0.320
-.0676678
q26 |
.0215068
.0382085
0.56
0.574
.0368756
q27 |
.0285186
.0612439
0.47
0.642
.0333123
q28 |
.0036672
.1231487
0.03
0.976
.0020656
q29 | -.0689091
.0773531
-0.89
0.374
-.0658029
q30 |
.1670282
.0861348
1.94
0.054
.1398419
q31 |
.0395161
.0786103
0.50
0.616
.0387865
q32 |
.2939023
.0751728
3.91
0.000
.3015446
_cons |
.5075317
.5199003
0.98
0.330
.
-----------------------------------------------------------------------------. regress q54 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.1027847
12 3.25856539
Residual |
144.95844
183 .792122622
-------------+-----------------------------Total | 184.061224
195 .943903715

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.11
0.0000
0.2124
0.1608
.89001

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0409611
.0845448
0.48
0.629
.0388822
Page 208

3Snsize205.11.9.16
q34 |
.1017907
.0760623
1.34
0.182
.1039627
q35 |
.1092585
.0517988
2.11
0.036
.1512291
q36 |
.091539
.057057
1.60
0.110
.1122455
q37 |
.1426886
.0953496
1.50
0.136
.1084785
q38 | -.0532646
.0874875
-0.61
0.543
-.0425926
q39 | -.0055881
.0528017
-0.11
0.916
-.0073567
q40 |
.1251217
.0693924
1.80
0.073
.1351507
q41 |
.0921185
.0524816
1.76
0.081
.1268233
q42 |
.0431449
.0553212
0.78
0.436
.0544942
q43 |
.2422114
.117907
2.05
0.041
.1580863
q44 |
.0647615
.0487733
1.33
0.186
.0940633
_cons | -.3072288
.5718537
-0.54
0.592
.
-----------------------------------------------------------------------------. regress q54 q45 q46 q47 q48 q49 q50 q51 q52 q53 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 84.7486898
11 7.70442634
Residual | 103.594745
186 .556960992
-------------+-----------------------------Total | 188.343434
197 .956058042

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
13.83
0.0000
0.4500
0.4174
.7463

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0893424
.0523915
-1.71
0.090
-.1012679
q46 |
-.070873
.0364392
-1.94
0.053
-.1101513
q47 |
.1087371
.0784931
1.39
0.168
.0806699
q48 | -.1434304
.0436227
-3.29
0.001
-.1911066
q49 |
.0235976
.0372098
0.63
0.527
.0374871
q50 | -.0256459
.048243
-0.53
0.596
-.031007
q51 |
-.014419
.0530427
-0.27
0.786
-.0162796
q52 | -.0963348
.043941
-2.19
0.030
-.1237816
q53 |
.0777937
.0633574
1.23
0.221
.076051
q55 |
.5037067
.0829336
6.07
0.000
.3592746
q56 |
.4027935
.0688994
5.85
0.000
.3488232
_cons |
1.36498
.5167293
2.64
0.009
.
-----------------------------------------------------------------------------. regress q54 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 50.0261527
12 4.16884606
Residual | 140.059706
185 .757079491
-------------+-----------------------------Total | 190.085859
197 .964902835

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.51
0.0000
0.2632
0.2154
.8701

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0643509
.0945974
-0.68
0.497
-.0474414
q58 |
.1959002
.0520201
3.77
0.000
.2566117
q59 |
.1535383
.0798187
1.92
0.056
.1385444
q60 |
.0183297
.0501753
0.37
0.715
.0241644
q61 |
.0185428
.0898057
0.21
0.837
.0149463
q62 | -.0491133
.0456138
-1.08
0.283
-.069688
q63 |
.2601947
.1083898
2.40
0.017
.1748752
Page 209

3Snsize205.11.9.16
q64 |
.0609445
.0753327
0.81
0.420
.0539375
q65 |
.0206282
.126715
0.16
0.871
.0119903
q66 |
.0780794
.0718687
1.09
0.279
.0753632
q67 |
.0232178
.0775277
0.30
0.765
.0200435
q68 |
.1107741
.0568516
1.95
0.053
.1380575
_cons |
.4174237
.6251466
0.67
0.505
.
-----------------------------------------------------------------------------. regress q54 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.2299144
12
2.6858262
Residual |
151.83131
183
.82967929
-------------+-----------------------------Total | 184.061224
195 .943903715

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.24
0.0003
0.1751
0.1210
.91087

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2142986
.128794
1.66
0.098
.1377173
q70 |
.0957739
.0712546
1.34
0.181
.0986406
q71 |
.0577413
.0501552
1.15
0.251
.081024
q72 |
.1759694
.1070051
1.64
0.102
.1297676
q73 |
.0264356
.0642458
0.41
0.681
.0292346
q74 |
.0288014
.0586016
0.49
0.624
.036442
q75 | -.0244619
.0662648
-0.37
0.712
-.02745
q76 |
.0852669
.0492901
1.73
0.085
.1198371
q77 |
.1853554
.1169318
1.59
0.115
.1257143
q78 |
.0667114
.0664841
1.00
0.317
.0744035
q79 |
.0771524
.0554028
1.39
0.165
.0977947
q80 |
.0561313
.0785965
0.71
0.476
.0558349
_cons | -.4309654
.4737388
-0.91
0.364
.
-----------------------------------------------------------------------------. regress q54 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.4132975
8 5.05166219
Residual | 149.672561
189 .791918313
-------------+-----------------------------Total | 190.085859
197 .964902835

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.38
0.0000
0.2126
0.1793
.8899

-----------------------------------------------------------------------------q54 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
-.203577
.0827426
-2.46
0.015
-.1749242
q82 | -.1007034
.0752766
-1.34
0.183
-.0978468
q83 | -.0499762
.0578604
-0.86
0.389
-.0584123
q84 | -.0269275
.04974
-0.54
0.589
-.0366833
q85 |
.5118148
.1235206
4.14
0.000
.3212201
q86 |
.0100685
.0853208
0.12
0.906
.0087203
q87 |
.0867498
.1011373
0.86
0.392
.0718812
q88 |
.2225101
.0878455
2.53
0.012
.1747011
_cons |
1.745677
.7229483
2.41
0.017
.
-----------------------------------------------------------------------------.
Page 210

3Snsize205.11.9.16
. //q55 as outcome variable: You have no intention of changing while you are in
treatment.
. regress q55 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model |
7.0163578
17 .412726929
Residual | 53.9903536
131 .412140104
-------------+-----------------------------Total | 61.0067114
148
.41220751

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.00
0.4610
0.1150
0.0002
.64198

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0086658
.2120932
-0.04
0.967
-.0034896
qhispanic | -.1591827
.1939367
-0.82
0.413
-.0790907
qblack | -.1140348
.3369176
-0.34
0.736
-.0288051
qasian |
.3610838
.3579124
1.01
0.315
.0912095
qpacif | -.3711596
.6595335
-0.56
0.575
-.0473598
qamerind |
.4495785
.3907415
1.15
0.252
.0986872
qotherrac |
.0164854
.2222132
0.07
0.941
.0064465
q2nd |
.1189303
.145651
0.82
0.416
.0889783
q3rd |
.2763228
.1499203
1.84
0.068
.2006706
qa |
.1153799
.2248968
0.51
0.609
.0526113
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1367428
.0860146
1.59
0.114
.2090257
qlesshs |
.1020447
.1709329
0.60
0.552
.0795923
qcath | -.0589185
.2823418
-0.21
0.835
-.0207551
qlds | -.0615775
.1371508
-0.45
0.654
-.0458699
qprot |
.0761571
.2841611
0.27
0.789
.0233977
qbud |
.5868203
.4077693
1.44
0.153
.1288132
qis |
0 (omitted)
.
qotherrel |
.1383168
.1550968
0.89
0.374
.0925302
_cons |
.9874095
.2843126
3.47
0.001
.
-----------------------------------------------------------------------------. regress q55 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.5151387
12 1.37626156
Residual |
78.354653
179 .437735491
-------------+-----------------------------Total | 94.8697917
191
.49670048

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.14
0.0004
0.1741
0.1187
.66162

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0340515
.0654333
-0.52
0.603
-.0391443
q12 |
.0493536
.0337734
1.46
0.146
.1048426
q11 |
.015203
.0433928
0.35
0.726
.0256929
q10 |
.1390076
.067202
2.07
0.040
.1547525
q9 |
.2000335
.0577262
3.47
0.001
.2425456
q14 |
.0289328
.0303125
0.95
0.341
.0673769
Page 211

3Snsize205.11.9.16
q15 | -.0663029
.0519757
-1.28
0.204
-.0949761
q16 |
.1028713
.0483022
2.13
0.035
.1671033
q17 |
.0431766
.0487096
0.89
0.377
.068885
q18 | -.0658717
.0775349
-0.85
0.397
-.0640231
q19 |
.0817952
.0417366
1.96
0.052
.1384982
q20 | -.0407086
.04921
-0.83
0.409
-.0665853
_cons |
.7140571
.5166907
1.38
0.169
.
-----------------------------------------------------------------------------. regress q55 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.3371362
12 1.77809468
Residual |
73.170478
184 .397665642
-------------+-----------------------------Total | 94.5076142
196 .482181705

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.47
0.0000
0.2258
0.1753
.63061

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0729782
.0611608
1.19
0.234
.0850821
q22 |
.0341119
.0492631
0.69
0.490
.048469
q23 |
.1747793
.040209
4.35
0.000
.3109455
q24 | -.0139351
.0432906
-0.32
0.748
-.0228442
q25 | -.0637929
.0373077
-1.71
0.089
-.1175175
q26 |
.0026551
.027439
0.10
0.923
.0064179
q27 |
.0189895
.0438345
0.43
0.665
.0314174
q28 |
.0265082
.088044
0.30
0.764
.0211518
q29 |
.0069057
.0553201
0.12
0.901
.0093444
q30 |
.1362267
.0615926
2.21
0.028
.1615464
q31 | -.0524424
.056192
-0.93
0.352
-.0729377
q32 |
.1499427
.0537329
2.79
0.006
.2180261
_cons |
.2772873
.372215
0.74
0.457
.
-----------------------------------------------------------------------------. regress q55 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.9766492
12 1.33138743
Residual | 75.5105303
182 .414893024
-------------+-----------------------------Total | 91.4871795
194 .471583399

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.21
0.0003
0.1746
0.1202
.64412

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1070687
.0612529
-1.75
0.082
-.144081
q34 | -.0217877
.0550807
-0.40
0.693
-.0315616
q35 |
.044597
.0376676
1.18
0.238
.087475
q36 |
.0858642
.0412997
2.08
0.039
.1493313
q37 |
.1752013
.069141
2.53
0.012
.1886501
q38 | -.0050865
.0633378
-0.08
0.936
-.0057608
q39 | -.0318861
.038375
-0.83
0.407
-.0593681
q40 |
.1472333
.0509581
2.89
0.004
.2230563
q41 |
.0878718
.0380016
2.31
0.022
.1715942
q42 |
.0209617
.0400511
0.52
0.601
.0375223
q43 |
.1683976
.0856916
1.97
0.051
.1554697
Page 212

3Snsize205.11.9.16
q44 | -.0019307
.0353649
-0.05
0.957
-.0039757
_cons |
.220076
.4139246
0.53
0.596
.
-----------------------------------------------------------------------------. regress q55 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
28.242844
11 2.56753127
Residual | 67.5753378
186 .363308268
-------------+-----------------------------Total | 95.8181818
197
.48638671

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.07
0.0000
0.2948
0.2530
.60275

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0056803
.0426417
-0.13
0.894
-.0090269
q46 |
.045141
.0295432
1.53
0.128
.0983628
q47 |
-.112347
.0631867
-1.78
0.077
-.1168548
q48 |
.0142324
.0362265
0.39
0.695
.0265866
q49 |
-.038194
.0299544
-1.28
0.204
-.0850669
q50 |
.0396718
.0388846
1.02
0.309
.0672473
q51 |
.0061207
.0428463
0.14
0.887
.0096886
q52 |
.0069228
.0359412
0.19
0.847
.0124711
q53 | -.1284458
.0505072
-2.54
0.012
-.1760485
q54 |
.3285703
.054098
6.07
0.000
.460659
q56 |
.0255541
.0605149
0.42
0.673
.0310266
_cons |
1.248863
.4151147
3.01
0.003
.
-----------------------------------------------------------------------------. regress q55 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.3313599
12 2.02761333
Residual | 70.5924979
184
.38365488
-------------+-----------------------------Total | 94.9238579
196 .484305397

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.28
0.0000
0.2563
0.2078
.6194

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2158997
.067351
-3.21
0.002
-.2251238
q58 |
.0569941
.0370334
1.54
0.126
.1056426
q59 |
.0096571
.0569361
0.17
0.866
.0123187
q60 |
.0170663
.0357375
0.48
0.634
.0318221
q61 |
.0069962
.0639549
0.11
0.913
.007972
q62 | -.0011635
.0326484
-0.04
0.972
-.0023262
q63 |
.1300655
.0772689
1.68
0.094
.1236546
q64 |
.0966766
.0536795
1.80
0.073
.1209517
q65 | -.0853402
.0902044
-0.95
0.345
-.0701683
q66 |
.2382241
.0514982
4.63
0.000
.3242211
q67 |
.0226406
.0552283
0.41
0.682
.0276478
q68 | -.0278603
.0407593
-0.68
0.495
-.048982
_cons |
1.47919
.4451489
3.32
0.001
.
-----------------------------------------------------------------------------. regress q55 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Page 213

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 23.7867769
12 1.98223141
Residual |
71.361941
182 .392098577
-------------+-----------------------------Total | 95.1487179
194 .490457309

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.06
0.0000
0.2500
0.2005
.62618

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2577009
.0898148
2.87
0.005
.2259529
q70 | -.0277946
.0490275
-0.57
0.571
-.0396535
q71 |
.0189975
.0345785
0.55
0.583
.0369263
q72 |
.1061488
.0736622
1.44
0.151
.1086369
q73 |
.0423664
.0443766
0.95
0.341
.0650983
q74 | -.0291716
.0403186
-0.72
0.470
-.0513184
q75 |
.0213716
.0455696
0.47
0.640
.0333475
q76 |
.0421255
.0339
1.24
0.216
.0822857
q77 |
.1954735
.0803925
2.43
0.016
.1838105
q78 |
.025582
.0458184
0.56
0.577
.0396833
q79 | -.0129123
.0380951
-0.34
0.735
-.0227618
q80 |
.0754145
.0540488
1.40
0.165
.1039036
_cons |
.3234747
.3256775
0.99
0.322
.
-----------------------------------------------------------------------------. regress q55 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.7901056
8
2.5987632
Residual | 74.1337523
188
.39432847
-------------+-----------------------------Total | 94.9238579
196 .484305397

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
6.59
0.0000
0.2190
0.1858
.62796

-----------------------------------------------------------------------------q55 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1225684
.0587079
-2.09
0.038
-.148024
q82 |
-.048123
.0531261
-0.91
0.366
-.066161
q83 |
-.033001
.0408389
-0.81
0.420
-.0545656
q84 |
.0267207
.0351914
0.76
0.449
.0514013
q85 |
.3135457
.0873623
3.59
0.000
.2774092
q86 |
.0203809
.0605195
0.34
0.737
.0249454
q87 |
.0200033
.0714138
0.28
0.780
.0234384
q88 |
.2196579
.0624249
3.52
0.001
.2415542
_cons |
1.168251
.5107024
2.29
0.023
.
-----------------------------------------------------------------------------.
. //q56 as outcome variable: You do not pay your treatment fees, even though you
have the ability to pay.
. regress q56 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Page 214

Number of obs =
F( 17,
130) =

148
0.58

3Snsize205.11.9.16
Model | 8.11360849
17 .477271088
Residual | 106.825581
130 .821735236
-------------+-----------------------------Total | 114.939189
147 .781899246

Prob > F
R-squared
Adj R-squared
Root MSE

= 0.9012
= 0.0706
= -0.0509
=
.9065

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1438619
.2995566
0.48
0.632
.0422038
qhispanic | -.0374591
.2739468
-0.14
0.891
-.0135535
qblack | -.3860965
.4758906
-0.81
0.419
-.0710464
qasian |
.0223182
.5053992
0.04
0.965
.0041068
qpacif | -.6181914
.9314655
-0.66
0.508
-.0574668
qamerind |
.0204448
.5521915
0.04
0.971
.0032694
qotherrac | -.0733849
.3138655
-0.23
0.816
-.0209017
q2nd |
-.038542
.207638
-0.19
0.853
-.0209686
q3rd | -.0255065
.2142442
-0.12
0.905
-.013474
qa | -.1609929
.3197477
-0.50
0.615
-.0534636
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0715769
.1239431
0.58
0.565
.0795351
qlesshs |
.2562749
.2467517
1.04
0.301
.1451902
qcath | -.5484296
.3996071
-1.37
0.172
-.140723
qlds | -.3386681
.1964082
-1.72
0.087
-.1834622
qprot | -.2810868
.4025366
-0.70
0.486
-.0629065
qbud |
.0715613
.577293
0.12
0.902
.0114435
qis |
0 (omitted)
.
qotherrel |
.0424559
.2206658
0.19
0.848
.0206697
_cons |
1.369718
.4113924
3.33
0.001
.
-----------------------------------------------------------------------------. regress q56 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.7449831
12 1.56208192
Residual | 121.124809
179 .676674908
-------------+-----------------------------Total | 139.869792
191 .732302574

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
2.31
0.0092
0.1340
0.0760
.8226

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0312266
.0805776
0.39
0.699
.0298114
q12 |
.0253865
.0419779
0.60
0.546
.0441469
q11 |
.0255014
.0549601
0.46
0.643
.0354297
q10 |
.0814851
.0840633
0.97
0.334
.0747383
q9 | -.0045593
.0716355
-0.06
0.949
-.0045529
q14 | -.0480589
.0377135
-1.27
0.204
-.0914306
q15 | -.0769582
.0666815
-1.15
0.250
-.0880564
q16 |
.2265705
.0604458
3.75
0.000
.2990182
q17 |
.0867783
.0611641
1.42
0.158
.1121624
q18 | -.0145422
.096129
-0.15
0.880
-.0117458
q19 | -.0136154
.0520347
-0.26
0.794
-.0189403
q20 |
.0008741
.0610167
0.01
0.989
.0011629
_cons |
.9415939
.6391249
1.47
0.142
.
-----------------------------------------------------------------------------. regress q56 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Page 215

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 21.3298029
12 1.77748357
Residual | 119.634664
184 .650188392
-------------+-----------------------------Total | 140.964467
196 .719206464

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.73
0.0020
0.1513
0.0960
.80634

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0058957
.0784607
-0.08
0.940
-.0056252
q22 | -.0232542
.0641045
-0.36
0.717
-.0267679
q23 |
.1341057
.0514016
2.61
0.010
.1948817
q24 | -.0394072
.055587
-0.71
0.479
-.0527888
q25 | -.0889823
.0477098
-1.87
0.064
-.1341038
q26 |
.0687059
.0350576
1.96
0.052
.1359817
q27 | -.0215936
.0566254
-0.38
0.703
-.0285858
q28 |
.0786319
.1133719
0.69
0.489
.051374
q29 | -.0575322
.0707524
-0.81
0.417
-.0628396
q30 |
.1319652
.0788084
1.67
0.096
.1281365
q31 |
.0662908
.0728203
0.91
0.364
.0732839
q32 |
.1280824
.0687624
1.86
0.064
.1509985
_cons |
.8423218
.4752892
1.77
0.078
.
-----------------------------------------------------------------------------. regress q56 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.9675179
12 2.83062649
Residual |
94.104277
182 .517056467
-------------+-----------------------------Total | 128.071795
194 .660163891

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.47
0.0000
0.2652
0.2168
.71907

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.198029
.0695856
2.85
0.005
.2172019
q34 | -.0286764
.0627085
-0.46
0.648
-.0341916
q35 |
.0383851
.0418624
0.92
0.360
.0636348
q36 | -.0463234
.0463722
-1.00
0.319
-.0671038
q37 |
.2121054
.0779627
2.72
0.007
.1931327
q38 |
-.225397
.0707028
-3.19
0.002
-.2159104
q39 | -.0094293
.0428149
-0.22
0.826
-.0147169
q40 |
.1316971
.056901
2.31
0.022
.1702665
q41 |
.0535564
.0424016
1.26
0.208
.088259
q42 | -.0539577
.0449989
-1.20
0.232
-.0814623
q43 | -.1449094
.097327
-1.49
0.138
-.1081474
q44 |
.0441305
.0397495
1.11
0.268
.0765811
_cons |
1.799188
.465094
3.87
0.000
.
-----------------------------------------------------------------------------. regress q56 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.1385166
11 3.83077424
Residual | 99.1140086
186 .532871014
Page 216

Number of obs
F( 11,
186)
Prob > F
R-squared

=
=
=
=

198
7.19
0.0000
0.2983

3Snsize205.11.9.16
-------------+-----------------------------Total | 141.252525
197 .717017895

Adj R-squared =
Root MSE
=

0.2568
.72998

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.091292
.0512094
-1.78
0.076
-.1194879
q46 |
-.05527
.0357742
-1.54
0.124
-.0991916
q47 |
-.061654
.0770393
-0.80
0.425
-.0528168
q48 |
.1008661
.0432638
2.33
0.021
.1551875
q49 |
.0118457
.0364251
0.33
0.745
.0217297
q50 | -.0164513
.0472086
-0.35
0.728
-.0229678
q51 |
.0198719
.0518727
0.38
0.702
.0259075
q52 |
.0584327
.0433207
1.35
0.179
.0866974
q53 | -.1472653
.0612786
-2.40
0.017
-.1662412
q54 |
.3853716
.0659193
5.85
0.000
.4449968
q55 |
.0374807
.0887583
0.42
0.673
.0308697
_cons |
1.357775
.5051065
2.69
0.008
.
-----------------------------------------------------------------------------. regress q56 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.9091127
12 2.65909273
Residual | 108.974136
184 .592250739
-------------+-----------------------------Total | 140.883249
196 .718792085

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.49
0.0000
0.2265
0.1760
.76958

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0666412
.0837939
0.80
0.427
.0570388
q58 |
.1072927
.0460876
2.33
0.021
.163244
q59 |
.0276364
.0716073
0.39
0.700
.0283433
q60 | -.0316695
.0444098
-0.71
0.477
-.0484717
q61 | -.0590181
.080882
-0.73
0.467
-.0538336
q62 |
.042588
.0404723
1.05
0.294
.0700614
q63 |
.3197668
.0959605
3.33
0.001
.2495397
q64 |
.1790838
.0667592
2.68
0.008
.1839098
q65 | -.0391552
.1125442
-0.35
0.728
-.0264262
q66 | -.0183176
.0638075
-0.29
0.774
-.020273
q67 |
.1604
.068659
2.34
0.021
.160781
q68 |
.0804665
.0505458
1.59
0.113
.1150913
_cons | -.0258388
.5546566
-0.05
0.963
.
-----------------------------------------------------------------------------. regress q56 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.1108145
12 2.09256788
Residual | 115.422519
182 .634189664
-------------+-----------------------------Total | 140.533333
194 .724398625

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.30
0.0002
0.1787
0.1245
.79636

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 217

3Snsize205.11.9.16
q69 |
.3559269
.1128848
3.15
0.002
.2616034
q70 |
-.146958
.0623087
-2.36
0.019
-.1731891
q71 |
.0084511
.0440373
0.19
0.848
.0135166
q72 | -.0019107
.0939655
-0.02
0.984
-.0016116
q73 |
.0183565
.0561771
0.33
0.744
.0232087
q74 |
.1322927
.0513312
2.58
0.011
.1894443
q75 | -.0785953
.0592607
-1.33
0.186
-.0984679
q76 |
.0406398
.0431295
0.94
0.347
.0650986
q77 | -.0620911
.1022745
-0.61
0.545
-.0481739
q78 |
.0321422
.0584817
0.55
0.583
.0409331
q79 |
.0281039
.0491418
0.57
0.568
.0402372
q80 | -.0069369
.0697973
-0.10
0.921
-.007667
_cons |
1.213893
.4165135
2.91
0.004
.
-----------------------------------------------------------------------------. regress q56 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.0792745
8 1.63490931
Residual | 127.885193
188 .680240386
-------------+-----------------------------Total | 140.964467
196 .719206464

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.40
0.0172
0.0928
0.0542
.82477

-----------------------------------------------------------------------------q56 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1419058
.0767689
-1.85
0.066
-.1413939
q82 | -.1319205
.0699399
-1.89
0.061
-.1485658
q83 |
.0965752
.0536659
1.80
0.074
.1309871
q84 | -.0336881
.0464295
-0.73
0.469
-.052915
q85 |
.1558551
.1145692
1.36
0.175
.1135409
q86 |
.0208223
.0791081
0.26
0.793
.0209135
q87 |
.095734
.0939642
1.02
0.310
.0920503
q88 |
.0124747
.0814228
0.15
0.878
.0113633
_cons |
1.917012
.6706699
2.86
0.005
.
-----------------------------------------------------------------------------.
. //q57 as outcome variable: You take full responsibility for your sexual offense
behavior.
. regress q57 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 4.70344848
17
.27667344
Residual | 71.4710482
131
.54558052
-------------+-----------------------------Total | 76.1744966
148 .514692545

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.51
= 0.9458
= 0.0617
= -0.0600
= .73863

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0288673
.2440246
-0.12
0.906
-.010403
qhispanic |
.2002068
.2231347
0.90
0.371
.089021
Page 218

3Snsize205.11.9.16
qblack |
.1469893
.3876419
0.38
0.705
.0332278
qasian |
.0134134
.4117976
0.03
0.974
.0030322
qpacif |
.4260871
.7588289
0.56
0.575
.0486554
qamerind |
.2351771
.4495692
0.52
0.602
.0461992
qotherrac | -.0314481
.2556682
-0.12
0.902
-.0110054
q2nd | -.2082335
.1675794
-1.24
0.216
-.1394204
q3rd | -.3322861
.1724914
-1.93
0.056
-.215955
qa | -.3838271
.2587559
-1.48
0.140
-.1566277
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1374316
.0989644
-1.39
0.167
-.1880035
qlesshs | -.1203991
.1966676
-0.61
0.541
-.0840404
qcath |
-.095171
.3248494
-0.29
0.770
-.0300028
qlds | -.0393283
.1577994
-0.25
0.804
-.0262177
qprot | -.0187737
.3269427
-0.06
0.954
-.0051617
qbud | -.0313988
.4691605
-0.07
0.947
-.0061681
qis |
0 (omitted)
.
qotherrel | -.0218508
.1784472
-0.12
0.903
-.0130816
_cons |
5.085877
.327117
15.55
0.000
.
-----------------------------------------------------------------------------. regress q57 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.8526973
12 1.57105811
Residual | 70.7670944
179 .395346896
-------------+-----------------------------Total | 89.6197917
191 .469213569

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.97
0.0000
0.2104
0.1574
.62877

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0107314
.0616704
-0.17
0.862
-.0126926
q12 | -.0403768
.0320077
-1.26
0.209
-.0885951
q11 | -.0130037
.0416793
-0.31
0.755
-.022226
q10 | -.1631934
.0639098
-2.55
0.011
-.1869235
q9 | -.2328266
.0556384
-4.18
0.000
-.2837604
q14 | -.0319449
.0288709
-1.11
0.270
-.0764441
q15 |
-.015773
.0494832
-0.32
0.750
-.0232363
q16 |
.0199868
.0464116
0.43
0.667
.0329532
q17 | -.1287698
.0463043
-2.78
0.006
-.2113742
q18 |
.0953962
.0730985
1.31
0.194
.0962599
q19 | -.0435955
.0398345
-1.09
0.275
-.075763
q20 |
.0144716
.0465761
0.31
0.756
.0243508
_cons |
5.487718
.488255
11.24
0.000
.
-----------------------------------------------------------------------------. regress q57 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.2598674
12 2.93832229
Residual | 68.0532639
185
.36785548
-------------+-----------------------------Total | 103.313131
197 .524432139

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.99
0.0000
0.3413
0.2986
.60651

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 219

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q21 | -.2545073
.0588025
-4.33
0.000
-.284002
q22 |
.1028372
.0473041
2.17
0.031
.1400093
q23 | -.0959452
.0386571
-2.48
0.014
-.1633704
q24 |
.137835
.0416364
3.31
0.001
.2161133
q25 | -.0658578
.0358803
-1.84
0.068
-.1160454
q26 |
.0558965
.0262649
2.13
0.035
.1299091
q27 | -.0851474
.0420996
-2.02
0.045
-.1348154
q28 | -.0272464
.0846536
-0.32
0.748
-.0208022
q29 |
.0431645
.0531733
0.81
0.418
.055871
q30 | -.0859062
.0592099
-1.45
0.149
-.0974908
q31 | -.0153782
.0540375
-0.28
0.776
-.0204599
q32 |
.0636365
.0516745
1.23
0.220
.0885006
_cons |
4.419608
.3573846
12.37
0.000
.
-----------------------------------------------------------------------------. regress q57 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.5393806
12 1.62828172
Residual |
83.904497
183 .458494519
-------------+-----------------------------Total | 103.443878
195 .530481423

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.55
0.0001
0.1889
0.1357
.67712

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0707839
.0643217
-1.10
0.273
-.0896277
q34 | -.0578457
.0578682
-1.00
0.319
-.0788078
q35 |
.068311
.0394086
1.73
0.085
.1261245
q36 | -.0594697
.043409
-1.37
0.172
-.0972718
q37 | -.0867388
.072542
-1.20
0.233
-.0879622
q38 |
.130437
.0665605
1.96
0.052
.1391315
q39 |
.065738
.0401716
1.64
0.103
.1154408
q40 |
.0460974
.0527938
0.87
0.384
.0664188
q41 |
-.071373
.039928
-1.79
0.076
-.1310735
q42 | -.0392503
.0420884
-0.93
0.352
-.0661291
q43 | -.1767651
.0897037
-1.97
0.050
-.1538951
q44 | -.0031123
.0371068
-0.08
0.933
-.00603
_cons |
4.554958
.4350667
10.47
0.000
.
-----------------------------------------------------------------------------. regress q57 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.5178063
12 1.79315053
Residual | 82.0354932
184 .445845072
-------------+-----------------------------Total | 103.553299
196 .528333161

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.02
0.0000
0.2078
0.1561
.66772

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0289687
.0473308
-0.61
0.541
-.0441891
q46 |
.0255289
.0329646
0.77
0.440
.053449
q47 | -.0373268
.0708202
-0.53
0.599
-.0373268
q48 |
.0904777
.0403031
2.24
0.026
.1615088
Page 220

3Snsize205.11.9.16
q49 | -.0507902
.0333568
-1.52
0.130
-.1088085
q50 |
.0502282
.0432027
1.16
0.246
.0818035
q51 |
-.147708
.04747
-3.11
0.002
-.2248918
q52 | -.0055351
.0398194
-0.14
0.890
-.0095916
q53 |
.069236
.0577506
1.20
0.232
.0902571
q54 | -.0098925
.065656
-0.15
0.880
-.0133274
q55 | -.2743396
.081342
-3.37
0.001
-.2637675
q56 |
.0180516
.0671121
0.27
0.788
.0210668
_cons |
4.82425
.4774966
10.10
0.000
.
-----------------------------------------------------------------------------. regress q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.7105674
11 1.70096067
Residual | 84.6025639
186 .454852494
-------------+-----------------------------Total | 103.313131
197 .524432139

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.74
0.0001
0.1811
0.1327
.67443

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q58 | -.0207947
.0402926
-0.52
0.606
-.036948
q59 | -.0449407
.0617806
-0.73
0.468
-.0550059
q60 | -.0001891
.0388915
-0.00
0.996
-.0003382
q61 | -.0894309
.0692999
-1.29
0.198
-.0977785
q62 | -.0037585
.0353548
-0.11
0.915
-.0072338
q63 | -.2260889
.0823625
-2.75
0.007
-.2061134
q64 | -.1270127
.0576438
-2.20
0.029
-.1524757
q65 | -.2255815
.0968156
-2.33
0.021
-.177856
q66 |
.0373192
.0556391
0.67
0.503
.0488599
q67 |
.0355492
.0600361
0.59
0.554
.0416273
q68 | -.0231303
.0440337
-0.53
0.600
-.0391021
_cons |
5.624361
.2544109
22.11
0.000
.
-----------------------------------------------------------------------------. regress q57 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.5129628
12
2.5427469
Residual | 58.7268331
183 .320911656
-------------+-----------------------------Total | 89.2397959
195 .457639979

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
7.92
0.0000
0.3419
0.2988
.56649

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1453826
.0801002
1.82
0.071
.1341787
q70 |
.1049268
.044315
2.37
0.019
.1552019
q71 |
.0288049
.0311927
0.92
0.357
.0580491
q72 | -.2173419
.0665491
-3.27
0.001
-.2301837
q73 | -.1855676
.039956
-4.64
0.000
-.2947219
q74 |
.0209766
.0364458
0.58
0.566
.0381177
q75 | -.0375828
.0412117
-0.91
0.363
-.0605681
q76 |
.0115653
.0306547
0.38
0.706
.0233437
q77 | -.1617958
.0727228
-2.22
0.027
-.1575972
q78 | -.1001663
.0413481
-2.42
0.016
-.1604415
Page 221

3Snsize205.11.9.16
q79 |
.018294
.0344563
0.53
0.596
.0333024
q80 | -.0910997
.0488811
-1.86
0.064
-.1301425
_cons |
5.099238
.2946298
17.31
0.000
.
-----------------------------------------------------------------------------. regress q57 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.6557808
8
2.8319726
Residual | 81.0058354
189 .428602304
-------------+-----------------------------Total | 103.661616
197 .526201097

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.61
0.0000
0.2186
0.1855
.65468

-----------------------------------------------------------------------------q57 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1796035
.0608718
2.95
0.004
.2089787
q82 |
.0346412
.0553793
0.63
0.532
.0455786
q83 | -.0113433
.0425665
-0.27
0.790
-.0179534
q84 |
.0129194
.0365926
0.35
0.724
.0238331
q85 |
-.210385
.0908713
-2.32
0.022
-.1788012
q86 | -.0166444
.0627685
-0.27
0.791
-.0195211
q87 |
.0730746
.0744044
0.98
0.327
.0819935
q88 | -.1683073
.0646259
-2.60
0.010
-.178943
_cons |
3.92915
.5318563
7.39
0.000
.
-----------------------------------------------------------------------------.
. //q58 as outcome variable: You have unpleasant or hostile family relationships.
. regress q58 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 19.2636157
17 1.13315387
Residual | 205.488062
131 1.56861116
-------------+-----------------------------Total | 224.751678
148 1.51859242

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.72
= 0.7755
= 0.0857
= -0.0329
= 1.2524

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2222123
.4137728
0.54
0.592
.04662
qhispanic | -.1187113
.3783513
-0.31
0.754
-.0307297
qblack | -.4839096
.6572928
-0.74
0.463
-.0636845
qasian | -.6520427
.6982517
-0.93
0.352
-.0858115
qpacif | -1.060948
1.286684
-0.82
0.411
-.0705311
qamerind | -.0445704
.762298
-0.06
0.953
-.0050973
qotherrac |
.3111013
.4335159
0.72
0.474
.0633818
q2nd |
.0736958
.2841508
0.26
0.796
.0287258
q3rd | -.0926627
.2924797
-0.32
0.752
-.0350598
qa | -.1456854
.4387514
-0.33
0.740
-.0346101
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1895206
.1678059
1.13
0.261
.1509347
Page 222

3Snsize205.11.9.16
qlesshs |
.301126
.3334732
0.90
0.368
.1223676
qcath |
.5192594
.5508208
0.94
0.348
.0953003
qlds |
.5251017
.2675677
1.96
0.052
.2037916
qprot | -.4347979
.5543702
-0.78
0.434
-.0695963
qbud |
.6960979
.7955174
0.88
0.383
.0796091
qis |
0 (omitted)
.
qotherrel |
.3894077
.3025785
1.29
0.200
.135722
_cons |
1.385999
.5546657
2.50
0.014
.
-----------------------------------------------------------------------------. regress q58 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
37.251705
12 3.10430875
Residual | 277.414962
179 1.54980425
-------------+-----------------------------Total | 314.666667
191 1.64746946

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
2.00
0.0263
0.1184
0.0593
1.2449

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.3069482
.1221029
-2.51
0.013
-.1937475
q12 |
.065198
.0633729
1.03
0.305
.0763464
q11 | -.0696207
.0825219
-0.84
0.400
-.0635051
q10 |
.2488422
.1265368
1.97
0.051
.1521115
q9 |
.0513832
.1101599
0.47
0.641
.0334208
q14 |
.0658661
.0571623
1.15
0.251
.0841165
q15 | -.0172806
.097973
-0.18
0.860
-.0135859
q16 |
.1161275
.0918915
1.26
0.208
.10218
q17 |
.1607593
.0916791
1.75
0.081
.1408285
q18 | -.1016773
.1447297
-0.70
0.483
-.0547539
q19 |
.0505314
.0788695
0.64
0.523
.0468655
q20 |
.070219
.0922172
0.76
0.447
.0630562
_cons |
1.682988
.9667095
1.74
0.083
.
-----------------------------------------------------------------------------. regress q58 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 59.7335248
12 4.97779373
Residual | 263.721021
185 1.42551903
-------------+-----------------------------Total | 323.454545
197 1.64190125

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.49
0.0001
0.1847
0.1318
1.194

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
-.038515
.1157561
-0.33
0.740
-.0242897
q22 |
.0041687
.0931208
0.04
0.964
.0032076
q23 |
.0028324
.0760988
0.04
0.970
.0027257
q24 | -.0977093
.0819636
-1.19
0.235
-.0865823
q25 |
.0174511
.0706324
0.25
0.805
.0173786
q26 | -.0355101
.0517039
-0.69
0.493
-.0466421
q27 |
.0067237
.0828755
0.08
0.935
.0060165
q28 |
.1481066
.1666455
0.89
0.375
.0639067
q29 | -.0163326
.1046746
-0.16
0.876
-.0119478
q30 |
.1636076
.1165581
1.40
0.162
.1049333
Page 223

3Snsize205.11.9.16
q31 |
.1788187
.1063759
1.68
0.094
.1344566
q32 |
.3308996
.1017242
3.25
0.001
.2600801
_cons |
1.22746
.7035318
1.74
0.083
.
-----------------------------------------------------------------------------. regress q58 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 60.7415717
12 5.06179764
Residual | 257.258428
183 1.40578376
-------------+-----------------------------Total |
318
195 1.63076923

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.60
0.0001
0.1910
0.1380
1.1857

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0469101
.1126289
0.42
0.678
.0338776
q34 |
.1254272
.1013287
1.24
0.217
.0974606
q35 |
.0932128
.0690054
1.35
0.178
.0981574
q36 |
.0040613
.0760102
0.05
0.957
.0037888
q37 |
.0464162
.1270228
0.37
0.715
.0268467
q38 |
.0114773
.1165491
0.10
0.922
.0069824
q39 |
.2021622
.0703414
2.87
0.005
.2024798
q40 |
.0981662
.0924432
1.06
0.290
.0806706
q41 | -.0207487
.069915
-0.30
0.767
-.0217326
q42 |
.0380456
.0736978
0.52
0.606
.0365589
q43 |
.1775331
.1570734
1.13
0.260
.0881549
q44 |
.2163395
.0649748
3.33
0.001
.2390598
_cons | -.2426085
.7618123
-0.32
0.750
.
-----------------------------------------------------------------------------. regress q58 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.8076774
12 4.73397312
Residual | 269.994353
184 1.46736061
-------------+-----------------------------Total |
326.80203
196
1.6673573

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.23
0.0003
0.1738
0.1199
1.2113

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0277976
.0858658
0.32
0.747
.0238689
q46 |
.0749726
.0598031
1.25
0.212
.0883586
q47 |
.0044852
.1284795
0.03
0.972
.0025247
q48 | -.0532032
.0731164
-0.73
0.468
-.0534605
q49 |
.0365088
.0605147
0.60
0.547
.0440271
q50 |
.0296564
.0783767
0.38
0.706
.0271883
q51 | -.0221244
.0861183
-0.26
0.798
-.0189618
q52 | -.1336266
.0722388
-1.85
0.066
-.1303463
q53 | -.0346875
.1047691
-0.33
0.741
-.0254544
q54 |
.3922471
.1191108
3.29
0.001
.2974662
q55 |
.0317177
.1475677
0.21
0.830
.0171662
q56 |
.1669917
.1217523
1.37
0.172
.1097026
_cons |
1.493744
.8662569
1.72
0.086
.
-----------------------------------------------------------------------------Page 224

3Snsize205.11.9.16
. regress q58 q57 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.3931287
11 4.21755715
Residual | 279.768487
186 1.50413165
-------------+-----------------------------Total | 326.161616
197 1.65564272

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.80
0.0021
0.1422
0.0915
1.2264

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0687651
.1332418
-0.52
0.606
-.0387016
q59 |
.0453896
.1124571
0.40
0.687
.0312671
q60 | -.1443476
.0699268
-2.06
0.040
-.1452745
q61 |
.1076053
.126337
0.85
0.395
.0662142
q62 | -.0297476
.0642567
-0.46
0.644
-.0322232
q63 |
.1315381
.1524732
0.86
0.389
.0674901
q64 |
.0967046
.1059462
0.91
0.363
.0653374
q65 |
.3070112
.1771834
1.73
0.085
.1362324
q66 |
.0549412
.1012205
0.54
0.588
.0404836
q67 | -.1346148
.1088304
-1.24
0.218
-.0887161
q68 |
.155245
.0793211
1.96
0.052
.147706
_cons |
1.845184
.8707098
2.12
0.035
.
-----------------------------------------------------------------------------. regress q58 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.6955054
12 4.39129211
Residual | 266.054495
183
1.4538497
-------------+-----------------------------Total |
318.75
195 1.63461538

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.02
0.0007
0.1653
0.1106
1.2058

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.3172647
.1704906
1.86
0.064
.1549342
q70 |
.1281264
.094323
1.36
0.176
.1002774
q71 | -.0645204
.0663927
-0.97
0.332
-.0687987
q72 |
.2828912
.1416476
2.00
0.047
.1585276
q73 | -.0878446
.0850451
-1.03
0.303
-.0738209
q74 |
.2375113
.0775736
3.06
0.003
.2283651
q75 | -.0510833
.0877178
-0.58
0.561
-.0435599
q76 |
-.029995
.0652475
-0.46
0.646
-.0320343
q77 | -.2850841
.154788
-1.84
0.067
-.1469293
q78 |
.203518
.088008
2.31
0.022
.1724853
q79 |
.0633133
.0733392
0.86
0.389
.0609842
q80 |
.0996303
.1040418
0.96
0.340
.0753092
_cons |
.3651929
.6271099
0.58
0.561
.
-----------------------------------------------------------------------------. regress q58 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.4011852
8 4.05014815
Residual | 295.098815
189 1.56136939
Page 225

Number of obs
F( 8,
189)
Prob > F
R-squared

=
=
=
=

198
2.59
0.0103
0.0989

3Snsize205.11.9.16
-------------+-----------------------------Total |
327.5
197 1.66243655

Adj R-squared =
Root MSE
=

0.0608
1.2495

-----------------------------------------------------------------------------q58 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1636195
.1161828
-1.41
0.161
-.1071089
q82 | -.0096458
.1056995
-0.09
0.927
-.0071402
q83 | -.1435117
.0812445
-1.77
0.079
-.1277904
q84 |
.0160818
.0698423
0.23
0.818
.0166907
q85 |
.3516346
.1734412
2.03
0.044
.1681321
q86 |
.0404208
.119803
0.34
0.736
.0266713
q87 | -.0203222
.1420116
-0.14
0.886
-.0128288
q88 |
.2718738
.123348
2.20
0.029
.1626232
_cons |
2.288772
1.015126
2.25
0.025
.
-----------------------------------------------------------------------------.
. //q59 as outcome variable: You regularly masturbate to offense-related sexual
fantasies.
. regress q59 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 12.6203285
17 .742372264
Residual | 116.144772
131 .886601314
-------------+-----------------------------Total | 128.765101
148 .870034464

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.84
= 0.6478
= 0.0980
= -0.0190
=
.9416

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0166125
.3110774
-0.05
0.957
-.0046046
qhispanic | -.1285586
.2844473
-0.45
0.652
-.0439663
qblack |
-.448878
.4941576
-0.91
0.365
-.0780459
qasian |
.9388828
.5249507
1.79
0.076
.1632425
qpacif | -.6665543
.9673388
-0.69
0.492
-.0585429
qamerind | -.5654948
.5731012
-0.99
0.326
-.0854424
qotherrac |
.1884739
.3259204
0.58
0.564
.0507302
q2nd |
.1858587
.2136266
0.87
0.386
.0957115
q3rd |
-.190834
.2198884
-0.87
0.387
-.0953921
qa | -.2543001
.3298565
-0.77
0.442
-.0798151
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0426565
.1261577
-0.34
0.736
-.0448818
qlesshs |
.0642692
.2507076
0.26
0.798
.0345043
qcath | -.4691092
.4141111
-1.13
0.259
-.113746
qlds | -.1495589
.2011593
-0.74
0.459
-.0766845
qprot | -.2306181
.4167795
-0.55
0.581
-.0487691
qbud | -.1537691
.5980758
-0.26
0.798
-.0232335
qis |
0 (omitted)
.
qotherrel | -.0308193
.2274807
-0.14
0.892
-.0141913
_cons |
1.582621
.4170017
3.80
0.000
.
-----------------------------------------------------------------------------Page 226

3Snsize205.11.9.16
. regress q59 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.4406237
12 3.87005198
Residual | 100.679168
179 .562453452
-------------+-----------------------------Total | 147.119792
191 .770260689

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
6.88
0.0000
0.3157
0.2698
.74997

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0035291
.0735582
0.05
0.962
.0032578
q12 | -.0271273
.0381776
-0.71
0.478
-.046457
q11 |
.0227928
.0497135
0.46
0.647
.0304059
q10 |
.0552042
.0762293
0.72
0.470
.0493514
q9 |
.0250904
.0663634
0.38
0.706
.0238668
q14 |
.0104486
.0344361
0.30
0.762
.019515
q15 | -.3521816
.0590217
-5.97
0.000
-.4049347
q16 | -.0450469
.055358
-0.81
0.417
-.0579677
q17 |
.0835192
.05523
1.51
0.132
.1070017
q18 | -.1789674
.0871891
-2.05
0.042
-.1409466
q19 |
.0299249
.0475132
0.63
0.530
.0405896
q20 |
.0976806
.0555542
1.76
0.080
.1282837
_cons |
3.259688
.5823725
5.60
0.000
.
-----------------------------------------------------------------------------. regress q59 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.4890475
12 3.54075396
Residual |
112.28368
185
.60693881
-------------+-----------------------------Total | 154.772727
197 .785648362

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.83
0.0000
0.2745
0.2275
.77906

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1048097
.0755318
1.39
0.167
.0955549
q22 | -.0323501
.0607621
-0.53
0.595
-.0359843
q23 |
.0333767
.0496551
0.67
0.502
.0464327
q24 |
-.048324
.0534819
-0.90
0.367
-.0619036
q25 | -.0509211
.0460882
-1.10
0.271
-.0733076
q26 | -.0023604
.0337372
-0.07
0.944
-.004482
q27 |
.1218341
.054077
2.25
0.025
.157604
q28 |
.3182416
.1087375
2.93
0.004
.1985126
q29 |
.0199716
.068301
0.29
0.770
.0211205
q30 |
.0437418
.0760551
0.58
0.566
.040557
q31 |
.2620188
.0694111
3.77
0.000
.2848137
q32 | -.0208145
.0663759
-0.31
0.754
-.0236503
_cons |
.5195682
.4590602
1.13
0.259
.
-----------------------------------------------------------------------------. regress q59 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 55.3537379
12 4.61281149
Page 227

Number of obs =
F( 12,
183) =
Prob > F
=

196
8.52
0.0000

3Snsize205.11.9.16
Residual |
99.136058
183 .541727093
-------------+-----------------------------Total | 154.489796
195 .792255364

R-squared
=
Adj R-squared =
Root MSE
=

0.3583
0.3162
.73602

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0796828
.0699167
-1.14
0.256
-.082561
q34 |
.1934454
.0629018
3.08
0.002
.2156548
q35 | -.0029861
.0428365
-0.07
0.945
-.0045114
q36 |
.0812319
.0471849
1.72
0.087
.1087227
q37 |
.1727457
.078852
2.19
0.030
.1433483
q38 | -.0927386
.0723502
-1.28
0.202
-.0809446
q39 |
.0707192
.0436659
1.62
0.107
.1016209
q40 |
.0119575
.057386
0.21
0.835
.014098
q41 | -.0061718
.0434011
-0.14
0.887
-.0092747
q42 | -.1103306
.0457494
-2.41
0.017
-.1521066
q43 |
.4899685
.0975065
5.02
0.000
.349059
q44 |
.0002772
.0403345
0.01
0.995
.0004394
_cons |
.7972615
.4729106
1.69
0.094
.
-----------------------------------------------------------------------------. regress q59 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 75.8024551
12 6.31687126
Residual |
72.380286
184 .393371119
-------------+-----------------------------Total | 148.182741
196 .756034393

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
16.06
0.0000
0.5115
0.4797
.62719

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0098503
.0444583
-0.22
0.825
-.0125608
q46 |
.0181236
.030964
0.59
0.559
.0317202
q47 |
.6412572
.0665222
9.64
0.000
.5360624
q48 |
.0235976
.0378571
0.62
0.534
.0352133
q49 | -.1116881
.0313324
-3.56
0.000
-.2000199
q50 | -.1276783
.0405807
-3.15
0.002
-.1738297
q51 | -.0236596
.0445891
-0.53
0.596
-.0301134
q52 | -.0144794
.0374027
-0.39
0.699
-.0209748
q53 | -.2203388
.0542458
-4.06
0.000
-.2401173
q54 |
.1387105
.0616714
2.25
0.026
.156218
q55 |
.0624751
.0764054
0.82
0.415
.0502138
q56 |
.0245244
.0630391
0.39
0.698
.0239256
_cons |
1.789602
.4485176
3.99
0.000
.
-----------------------------------------------------------------------------. regress q59 q57 q58 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.9410408
11 3.26736734
Residual | 118.831687
186 .638880035
-------------+-----------------------------Total | 154.772727
197 .785648362

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.11
0.0000
0.2322
0.1868
.7993

-----------------------------------------------------------------------------Page 228

3Snsize205.11.9.16
q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0631231
.0867763
-0.73
0.468
-.0515726
q58 |
.0192792
.0477661
0.40
0.687
.0279872
q60 | -.0669601
.0458301
-1.46
0.146
-.0978284
q61 |
.2503711
.0804293
3.11
0.002
.2236508
q62 |
-.017951
.0418814
-0.43
0.669
-.0282276
q63 |
.3806953
.0955769
3.98
0.000
.2835534
q64 |
.0294798
.0691689
0.43
0.670
.0289141
q65 |
-.134968
.1159823
-1.16
0.246
-.0869413
q66 |
.0613227
.0658672
0.93
0.353
.0655952
q67 |
.0546637
.0711061
0.77
0.443
.0522971
q68 |
.0857115
.0518459
1.65
0.100
.1183829
_cons |
.836619
.5709904
1.47
0.145
.
-----------------------------------------------------------------------------. regress q59 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.1853605
12 3.09878004
Residual |
110.81464
183 .605544478
-------------+-----------------------------Total |
148
195 .758974359

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.12
0.0000
0.2513
0.2022
.77817

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1579818
.1100306
1.44
0.153
.1132209
q70 |
-.081879
.0608738
-1.35
0.180
-.0940441
q71 |
.001306
.0428483
0.03
0.976
.0020438
q72 | -.0030977
.0914161
-0.03
0.973
-.0025475
q73 | -.0482097
.0548861
-0.88
0.381
-.0594557
q74 |
.1133697
.0500642
2.26
0.025
.1599693
q75 |
.0527544
.056611
0.93
0.353
.0660179
q76 | -.0335823
.0421092
-0.80
0.426
-.0526346
q77 |
.3393885
.0998966
3.40
0.001
.2567006
q78 | -.0272098
.0567983
-0.48
0.632
-.033843
q79 |
.0056823
.0473314
0.12
0.905
.0080322
q80 |
.1390894
.0671462
2.07
0.040
.1542925
_cons |
.7592891
.4047221
1.88
0.062
.
-----------------------------------------------------------------------------. regress q59 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.7263882
8 4.21579853
Residual | 121.162501
189 .641071432
-------------+-----------------------------Total | 154.888889
197 .786238015

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.58
0.0000
0.2177
0.1846
.80067

-----------------------------------------------------------------------------q59 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1643996
.0744461
-2.21
0.028
-.15649
q82 | -.2129978
.0677288
-3.14
0.002
-.2292673
q83 |
.0259913
.0520588
0.50
0.618
.0336538
q84 | -.0286445
.0447526
-0.64
0.523
-.0432293
Page 229

3Snsize205.11.9.16
q85 |
.4648109
.1111354
4.18
0.000
.3231699
q86 | -.1324119
.0767658
-1.72
0.086
-.1270465
q87 | -.0435125
.0909964
-0.48
0.633
-.0399416
q88 | -.0544349
.0790374
-0.69
0.492
-.0473465
_cons |
3.012176
.6504595
4.63
0.000
.
-----------------------------------------------------------------------------.
. //q60 as outcome variable: There are no barriers to success in your current living
situation.
. regress q60 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 30.2794412
17
1.7811436
Residual | 222.418545
131 1.69785149
-------------+-----------------------------Total | 252.697987
148 1.70741883

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.05
0.4108
0.1198
0.0056
1.303

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0991331
.4304811
-0.23
0.818
-.0196143
qhispanic | -.1680457
.3936294
-0.43
0.670
-.0410247
qblack |
.3113392
.6838347
0.46
0.650
.0386415
qasian |
.3407223
.7264475
0.47
0.640
.0422883
qpacif |
.146678
1.338641
0.11
0.913
.0091961
qamerind | -.3758779
.79308
-0.47
0.636
-.0405406
qotherrac |
.1932431
.4510214
0.43
0.669
.0371293
q2nd |
.4317743
.2956249
1.46
0.147
.1587217
q3rd |
.6027311
.3042902
1.98
0.050
.2150694
qa |
.6017588
.4564684
1.32
0.190
.1348215
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.4379744
.174582
-2.51
0.013
-.3289516
qlesshs | -.4715796
.346939
-1.36
0.176
-.1807272
qcath |
.3953047
.5730632
0.69
0.492
.0684215
qlds |
.477901
.2783722
1.72
0.088
.1749168
qprot |
.9207909
.5767559
1.60
0.113
.1389987
qbud | -.5052731
.8276408
-0.61
0.543
-.0544966
qis |
0 (omitted)
.
qotherrel |
.0723851
.3147968
0.23
0.818
.0237928
_cons |
3.39663
.5770634
5.89
0.000
.
-----------------------------------------------------------------------------. regress q60 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.8934797
12 4.40778997
Residual | 270.085687
179 1.50885859
-------------+-----------------------------Total | 322.979167
191
1.6909904

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
2.92
0.0010
0.1638
0.1077
1.2284

-----------------------------------------------------------------------------Page 230

3Snsize205.11.9.16
q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1862531
.1204792
-1.55
0.124
-.1160413
q12 |
.088722
.0625301
1.42
0.158
.1025472
q11 |
.008613
.0814245
0.11
0.916
.0077546
q10 |
.2284677
.1248541
1.83
0.069
.1378481
q9 | -.0157713
.108695
-0.15
0.885
-.0101251
q14 | -.0751404
.0564021
-1.33
0.184
-.0947177
q15 | -.1113647
.0966702
-1.15
0.251
-.08642
q16 | -.1404991
.0906695
-1.55
0.123
-.1220233
q17 |
.1053008
.0904599
1.16
0.246
.0910509
q18 |
.4030962
.142805
2.82
0.005
.2142584
q19 | -.2759088
.0778207
-3.55
0.001
-.2525781
q20 |
.0276252
.0909909
0.30
0.762
.0244859
_cons |
2.545231
.9538538
2.67
0.008
.
-----------------------------------------------------------------------------. regress q60 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.1911153
12 2.26592627
Residual | 307.172521
185 1.66039201
-------------+-----------------------------Total | 334.363636
197 1.69727734

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.36
0.1862
0.0813
0.0217
1.2886

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0159539
.1249289
0.13
0.899
.0098959
q22 |
.1569758
.1004999
1.56
0.120
.1187976
q23 |
-.080714
.082129
-0.98
0.327
-.0763953
q24 |
.1356594
.0884585
1.53
0.127
.1182333
q25 | -.0162127
.0762295
-0.21
0.832
-.0158798
q26 |
.0394304
.055801
0.71
0.481
.0509395
q27 | -.0500273
.0894427
-0.56
0.577
-.0440294
q28 | -.3612436
.1798508
-2.01
0.046
-.1533095
q29 | -.0309477
.1129692
-0.27
0.784
-.0222667
q30 |
.0610229
.1257943
0.49
0.628
.0384946
q31 |
.004616
.1148053
0.04
0.968
.0034138
q32 |
.0051317
.1097851
0.05
0.963
.0039671
_cons |
2.778676
.759281
3.66
0.000
.
-----------------------------------------------------------------------------. regress q60 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
78.908598
12
6.5757165
Residual | 249.091402
183
1.3611552
-------------+-----------------------------Total |
328
195 1.68205128

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.83
0.0000
0.2406
0.1908
1.1667

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0042151
.1108267
0.04
0.970
.0029973
q34 | -.0444758
.0997073
-0.45
0.656
-.0340281
q35 |
.0043706
.0679012
0.06
0.949
.0045318
Page 231

3Snsize205.11.9.16
q36 |
-.133155
.0747939
-1.78
0.077
-.1223107
q37 |
.0801684
.1249903
0.64
0.522
.0456564
q38 |
.0467539
.1146842
0.41
0.684
.0280065
q39 |
.081422
.0692159
1.18
0.241
.0802972
q40 | -.0613081
.090964
-0.67
0.501
-.0496075
q41 | -.0343941
.0687962
-0.50
0.618
-.0354715
q42 |
.2350105
.0725186
3.24
0.001
.2223579
q43 |
.0478359
.15456
0.31
0.757
.0233882
q44 | -.3158177
.0639352
-4.94
0.000
-.3436242
_cons |
3.329802
.7496224
4.44
0.000
.
-----------------------------------------------------------------------------. regress q60 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model |
31.553551
12 2.62946258
Residual | 297.959139
184 1.61934315
-------------+-----------------------------Total |
329.51269
196
1.6811872

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.62
0.0881
0.0958
0.0368
1.2725

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0267862
.090203
0.30
0.767
.0229057
q46 |
.1670633
.0628239
2.66
0.009
.1960803
q47 | -.0400781
.1349692
-0.30
0.767
-.0224674
q48 |
.0559455
.0768096
0.73
0.467
.0559843
q49 |
.0701008
.0635714
1.10
0.272
.0841884
q50 | -.0058269
.0823357
-0.07
0.944
-.0053199
q51 |
.1450228
.0904683
1.60
0.111
.1237804
q52 |
.0759641
.0758877
1.00
0.318
.0737939
q53 |
.1437457
.1100612
1.31
0.193
.1050486
q54 |
.0191678
.1251273
0.15
0.878
.0144763
q55 |
.0678059
.1550216
0.44
0.662
.0365465
q56 | -.1424709
.1279022
-1.11
0.267
-.0932082
_cons |
1.39434
.9100133
1.53
0.127
.
-----------------------------------------------------------------------------. regress q60 q57 q58 q59 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.6440788
11 2.69491625
Residual | 300.719558
186 1.61677182
-------------+-----------------------------Total | 330.363636
197 1.67697277

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.67
0.0838
0.0897
0.0359
1.2715

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0006722
.1382396
-0.00
0.996
-.0003759
q58 | -.1551574
.0751634
-2.06
0.040
-.1541675
q59 | -.1694515
.1159792
-1.46
0.146
-.1159836
q61 |
.1261408
.130911
0.96
0.337
.0771246
q62 |
-.031545
.0666175
-0.47
0.636
-.0339521
q63 | -.2171848
.1575927
-1.38
0.170
-.110723
q64 |
.1289285
.1096807
1.18
0.241
.0865533
q65 | -.1990289
.1845987
-1.08
0.282
-.0877531
Page 232

3Snsize205.11.9.16
q66 |
.0042921
.1050247
0.04
0.967
.0031425
q67 | -.0823038
.1131341
-0.73
0.468
-.0538952
q68 | -.0152796
.0830725
-0.18
0.854
-.0144448
_cons |
4.341233
.856307
5.07
0.000
.
-----------------------------------------------------------------------------. regress q60 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.8560744
12
3.9880062
Residual | 275.837803
183
1.5073104
-------------+-----------------------------Total | 323.693878
195
1.6599686

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.65
0.0027
0.1478
0.0920
1.2277

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1250348
.1735969
0.72
0.472
.0605918
q70 |
.0573287
.0960415
0.60
0.551
.044524
q71 |
.0145847
.0676024
0.22
0.829
.0154326
q72 | -.0663642
.1442284
-0.46
0.646
-.0369043
q73 |
.0128399
.0865946
0.15
0.882
.0107074
q74 | -.3154035
.078987
-3.99
0.000
-.3009329
q75 |
.1920741
.089316
2.15
0.033
.1625306
q76 | -.1176509
.0664363
-1.77
0.078
-.1246867
q77 |
.0140921
.1576082
0.09
0.929
.0072072
q78 |
.0706983
.0896115
0.79
0.431
.0594588
q79 |
.1424072
.0746754
1.91
0.058
.1361169
q80 | -.1641361
.1059374
-1.55
0.123
-.1231172
_cons |
3.698844
.6385358
5.79
0.000
.
-----------------------------------------------------------------------------. regress q60 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.6362313
8 4.45452891
Residual | 294.727405
189 1.55940426
-------------+-----------------------------Total | 330.363636
197 1.67697277

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.86
0.0051
0.1079
0.0701
1.2488

-----------------------------------------------------------------------------q60 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.3359928
.1161096
2.89
0.004
.2189928
q82 |
.2331139
.1056329
2.21
0.029
.1718103
q83 | -.0151388
.0811934
-0.19
0.852
-.0134219
q84 |
.131169
.0697983
1.88
0.062
.1355447
q85 | -.0738238
.173332
-0.43
0.671
-.0351451
q86 | -.0790392
.1197276
-0.66
0.510
-.0519269
q87 | -.2002158
.1419222
-1.41
0.160
-.1258416
q88 |
.0749155
.1232704
0.61
0.544
.0446166
_cons |
1.578402
1.014487
1.56
0.121
.
-----------------------------------------------------------------------------.
. //q61 as outcome variable: You view your sexual urges as uncontrollable.
. regress q61 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
Page 233

3Snsize205.11.9.16
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 8.30877861
17 .488751683
Residual | 96.8992751
131 .739689123
-------------+-----------------------------Total | 105.208054
148 .710865228

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.66
= 0.8360
= 0.0790
= -0.0405
= .86005

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2504783
.2841377
0.88
0.380
.0768071
qhispanic | -.0680198
.2598138
-0.26
0.794
-.0257353
qblack | -.1608913
.4513629
-0.36
0.722
-.0309477
qasian | -.0716149
.4794894
-0.15
0.882
-.0137753
qpacif | -.8530249
.8835661
-0.97
0.336
-.0828848
qamerind | -.0629208
.5234699
-0.12
0.905
-.0105175
qotherrac |
.1566133
.2976953
0.53
0.600
.0466357
q2nd |
.170788
.1951263
0.88
0.383
.0973001
q3rd |
-.113717
.2008458
-0.57
0.572
-.0628864
qa | -.2609667
.3012905
-0.87
0.388
-.0906146
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0334089
.1152323
-0.29
0.772
-.0388886
qlesshs | -.3163587
.228996
-1.38
0.169
-.1878991
qcath | -.0967751
.3782486
-0.26
0.798
-.0259598
qlds |
.0516452
.1837387
0.28
0.779
.0292954
qprot | -.1307773
.3806859
-0.34
0.732
-.0305956
qbud | -.3663283
.5462817
-0.67
0.504
-.0612336
qis |
0 (omitted)
.
qotherrel |
-.167753
.2077806
-0.81
0.421
-.0854561
_cons |
1.498577
.3808889
3.93
0.000
.
-----------------------------------------------------------------------------. regress q61 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.5140532
12 2.20950444
Residual | 99.4807384
179 .555758315
-------------+-----------------------------Total | 125.994792
191 .659658595

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.98
0.0000
0.2104
0.1575
.74549

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0580488
.0731191
0.79
0.428
.0579047
q12 |
.035115
.0379497
0.93
0.356
.0649824
q11 | -.1149981
.0494167
-2.33
0.021
-.1657714
q10 | -.0944867
.0757742
-1.25
0.214
-.0912762
q9 | -.1296018
.0659672
-1.96
0.051
-.1332159
q14 |
.0144715
.0342306
0.42
0.673
.0292067
q15 | -.1150439
.0586693
-1.96
0.051
-.1429359
q16 |
.0025697
.0550275
0.05
0.963
.0035733
q17 |
.1017469
.0549003
1.85
0.065
.140859
Page 234

3Snsize205.11.9.16
q18 | -.1971844
.0866687
-2.28
0.024
-.167808
q19 | -.0400422
.0472295
-0.85
0.398
-.0586893
q20 |
.0228747
.0552226
0.41
0.679
.0324622
_cons |
3.208234
.578896
5.54
0.000
.
-----------------------------------------------------------------------------. regress q61 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.0412688
12
2.3367724
Residual | 107.413277
185 .580612306
-------------+-----------------------------Total | 135.454545
197 .687586525

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.02
0.0000
0.2070
0.1556
.76198

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0087334
.0738755
0.12
0.906
.008511
q22 | -.1044747
.0594297
-1.76
0.080
-.124222
q23 | -.0010384
.0485662
-0.02
0.983
-.0015441
q24 | -.0207556
.0523091
-0.40
0.692
-.0284209
q25 | -.0450475
.0450776
-1.00
0.319
-.0693223
q26 | -.0061584
.0329974
-0.19
0.852
-.0124997
q27 |
.0678933
.0528911
1.28
0.201
.0938806
q28 |
.2439473
.1063531
2.29
0.023
.1626588
q29 |
.080192
.0668033
1.20
0.232
.0906508
q30 | -.0724744
.0743873
-0.97
0.331
-.0718298
q31 |
.176301
.0678891
2.60
0.010
.2048489
q32 |
.064588
.0649204
0.99
0.321
.0784463
_cons |
1.247692
.4489938
2.78
0.006
.
-----------------------------------------------------------------------------. regress q61 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
37.373246
12 3.11443717
Residual | 97.5451213
183
.53303345
-------------+-----------------------------Total | 134.918367
195 .691889063

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.84
0.0000
0.2770
0.2296
.73009

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0708691
.0693534
1.02
0.308
.0785746
q34 |
.1349799
.0623951
2.16
0.032
.1610217
q35 | -.0598392
.0424914
-1.41
0.161
-.0967412
q36 |
.0251352
.0468047
0.54
0.592
.035999
q37 |
.0796003
.0782168
1.02
0.310
.0706829
q38 | -.0447384
.0717674
-0.62
0.534
-.0417852
q39 |
.1038754
.0433141
2.40
0.017
.1597249
q40 | -.0347895
.0569237
-0.61
0.542
-.0438914
q41 | -.0850171
.0430515
-1.97
0.050
-.1367112
q42 | -.0015114
.0453809
-0.03
0.973
-.0022298
q43 |
.3963561
.096721
4.10
0.000
.3021556
q44 | -.0538928
.0400095
-1.35
0.180
-.0914281
_cons |
1.047737
.4691006
2.23
0.027
.
-----------------------------------------------------------------------------Page 235

3Snsize205.11.9.16
. regress q61 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.0671768
12 2.17226474
Residual | 103.181554
184 .560769316
-------------+-----------------------------Total | 129.248731
196 .659432301

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.87
0.0000
0.2017
0.1496
.74885

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0798333
.0530816
-1.50
0.134
-.1090029
q46 | -.0261912
.0369698
-0.71
0.480
-.0490829
q47 |
.3148447
.079425
3.96
0.000
.2818157
q48 |
.0152807
.0452
0.34
0.736
.0244156
q49 |
.0673651
.0374097
1.80
0.073
.1291776
q50 |
.0210536
.0484519
0.43
0.664
.0306915
q51 |
.1298354
.0532377
2.44
0.016
.1769423
q52 |
.0441406
.0446575
0.99
0.324
.0684658
q53 | -.0627511
.0647675
-0.97
0.334
-.0732216
q54 |
.0467269
.0736334
0.63
0.526
.0563474
q55 |
.1258142
.0912252
1.38
0.170
.1082757
q56 | -.0748689
.0752663
-0.99
0.321
-.0782083
_cons |
.8675749
.5355135
1.62
0.107
.
-----------------------------------------------------------------------------. regress q61 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model |
123.5
12 10.2916667
Residual |
0
185
0
-------------+-----------------------------Total |
123.5
197 .626903553

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
.
.
1.0000
1.0000
0

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
3.24e-17
.
.
.
2.97e-17
q58 | -1.16e-17
.
.
.
-1.88e-17
q59 |
5.36e-18
.
.
.
6.00e-18
q60 | -8.44e-19
.
.
.
-1.38e-18
q61 |
1
.
.
.
1
q62 | -7.98e-18
.
.
.
-1.40e-17
q63 | -1.51e-17
.
.
.
-1.26e-17
q64 |
1.02e-17
.
.
.
1.12e-17
q65 | -3.05e-17
.
.
.
-2.20e-17
q66 |
8.82e-18
.
.
.
1.06e-17
q67 | -1.71e-17
.
.
.
-1.83e-17
q68 |
8.67e-19
.
.
.
1.34e-18
_cons | -4.44e-16
.
.
.
.
-----------------------------------------------------------------------------. regress q61 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Page 236

Number of obs =
F( 12,
183) =

196
3.23

3Snsize205.11.9.16
Model | 22.5464415
12 1.87887013
Residual |
106.43315
183 .581601914
-------------+-----------------------------Total | 128.979592
195 .661433804

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0003
0.1748
0.1207
.76263

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0987411
.1078335
0.92
0.361
.0758033
q70 | -.0246903
.0596583
-0.41
0.679
-.0303778
q71 | -.0114362
.0419927
-0.27
0.786
-.0191703
q72 |
-.057413
.0895906
-0.64
0.522
-.0505778
q73 | -.0614947
.0537901
-1.14
0.254
-.0812395
q74 | -.0006547
.0490645
-0.01
0.989
-.0009896
q75 |
.2435573
.0554806
4.39
0.000
.3264935
q76 |
.0298169
.0412684
0.72
0.471
.0500603
q77 |
.1198095
.0979018
1.22
0.223
.0970714
q78 | -.0502376
.0556641
-0.90
0.368
-.0669333
q79 | -.0062624
.0463862
-0.14
0.893
-.0094826
q80 |
.0824967
.0658053
1.25
0.212
.0980298
_cons |
1.00722
.3966403
2.54
0.012
.
-----------------------------------------------------------------------------. regress q61 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.4009184
8
1.6751148
Residual | 122.018274
189 .645599331
-------------+-----------------------------Total | 135.419192
197 .687407066

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.59
0.0103
0.0990
0.0608
.80349

-----------------------------------------------------------------------------q61 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1388567
.0747086
-1.86
0.065
-.1413587
q82 | -.0850165
.0679675
-1.25
0.213
-.0978679
q83 |
.0846916
.0522423
1.62
0.107
.117278
q84 | -.0057216
.0449104
-0.13
0.899
-.0092348
q85 |
.0683767
.1115272
0.61
0.541
.0508432
q86 | -.0326702
.0770365
-0.42
0.672
-.0335242
q87 | -.0963518
.0913172
-1.06
0.293
-.0945893
q88 |
.0530387
.079316
0.67
0.505
.0493371
_cons |
2.683372
.6527525
4.11
0.000
.
-----------------------------------------------------------------------------.
. //q62 as outcome variable: Your employer has no knowledge of your sexual offense
conviction, or offense pattern.
. regress q62 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 54.2200666
17 3.18941568
Residual | 224.827231
130 1.72944024
Page 237

Number of obs
F( 17,
130)
Prob > F
R-squared

=
=
=
=

148
1.84
0.0289
0.1943

3Snsize205.11.9.16
-------------+-----------------------------Total | 279.047297
147 1.89828093

Adj R-squared =
Root MSE
=

0.0889
1.3151

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0594864
.4345184
-0.14
0.891
-.0112
qhispanic |
.2602826
.3973389
0.66
0.514
.0604415
qblack |
.9462371
.6903909
1.37
0.173
.1117484
qasian |
.8432599
.7331854
1.15
0.252
.0995871
qpacif |
2.385779
1.35162
1.77
0.080
.1423374
qamerind |
1.336363
.8004367
1.67
0.097
.1371511
qotherrac |
.9697367
.4556057
2.13
0.035
.1772653
q2nd |
.4384439
.2983671
1.47
0.144
.153089
q3rd |
.0241824
.3078483
0.08
0.938
.008151
qa |
.0607054
.4608418
0.13
0.895
.0129382
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.3311961
.1765241
1.88
0.063
.2354944
qlesshs |
.5350298
.3501606
1.53
0.129
.194538
qcath |
.2174661
.5786672
0.38
0.708
.0358122
qlds |
-.506389
.2825997
-1.79
0.075
-.1760564
qprot |
.3218239
.5827545
0.55
0.582
.0462241
qbud |
.9430584
.8362354
1.13
0.262
.0967862
qis |
0 (omitted)
.
qotherrel | -.5592266
.3189109
-1.75
0.082
-.1747344
_cons |
1.572871
.5825586
2.70
0.008
.
-----------------------------------------------------------------------------. regress q62 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 45.8383396
12 3.81986163
Residual | 332.025535
178 1.86531199
-------------+-----------------------------Total | 377.863874
190 1.98875723

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
2.05
0.0227
0.1213
0.0621
1.3658

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0796006
.1340748
0.59
0.553
.0458146
q12 |
.066164
.0695421
0.95
0.343
.0706284
q11 |
-.140791
.0932329
-1.51
0.133
-.1151074
q10 |
.4991487
.1388998
3.59
0.000
.2781916
q9 | -.1408574
.1209937
-1.16
0.246
-.0835462
q14 |
.1044954
.0627423
1.67
0.098
.1216243
q15 |
.0015512
.1076703
0.01
0.989
.0011119
q16 | -.1376555
.1010158
-1.36
0.175
-.1101338
q17 |
.0172244
.1007044
0.17
0.864
.0137376
q18 |
.1607223
.1588341
1.01
0.313
.0787755
q19 | -.0814667
.0867201
-0.94
0.349
-.0687748
q20 | -.0546653
.1012607
-0.54
0.590
-.0446059
_cons |
1.565892
1.065967
1.47
0.144
.
-----------------------------------------------------------------------------. regress q62 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |

SS

df

MS
Page 238

Number of obs =

197

3Snsize205.11.9.16
-------------+-----------------------------Model |
25.723172
12 2.14359766
Residual | 357.556016
184 1.94323922
-------------+-----------------------------Total | 383.279188
196 1.95550606

F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

1.10
0.3600
0.0671
0.0063
1.394

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0902234
.1351543
-0.67
0.505
-.0522056
q22 |
.1279883
.108855
1.18
0.241
.0903034
q23 | -.1794934
.0891284
-2.01
0.045
-.1581866
q24 |
.0533519
.095748
0.56
0.578
.0433424
q25 |
.1514984
.0825051
1.84
0.068
.1384658
q26 |
.0551904
.0604981
0.91
0.363
.0664436
q27 | -.1196406
.0967619
-1.24
0.218
-.0982904
q28 |
.0438212
.1945799
0.23
0.822
.0173631
q29 |
.137568
.1223032
1.12
0.262
.0922811
q30 |
.109067
.1360884
0.80
0.424
.064171
q31 |
.0712193
.124258
0.57
0.567
.0491178
q32 | -.0718531
.1187875
-0.60
0.546
-.0517419
_cons |
1.337259
.8216566
1.63
0.105
.
-----------------------------------------------------------------------------. regress q62 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.9681449
12
2.4973454
Residual | 345.385701
182 1.89772363
-------------+-----------------------------Total | 375.353846
194 1.93481364

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.32
0.2125
0.0798
0.0192
1.3776

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0265241
.1309079
-0.20
0.840
-.0176134
q34 | -.1149677
.1177629
-0.98
0.330
-.0820671
q35 | -.1101039
.0822112
-1.34
0.182
-.1051565
q36 |
-.092779
.0884556
-1.05
0.296
-.0794648
q37 |
.3570893
.1476408
2.42
0.017
.1899272
q38 |
.0093938
.1355167
0.07
0.945
.0052562
q39 | -.0980963
.0820214
-1.20
0.233
-.0901703
q40 | -.0308806
.1075353
-0.29
0.774
-.0233209
q41 | -.0847641
.0815275
-1.04
0.300
-.0815954
q42 | -.0967642
.0857738
-1.13
0.261
-.0853345
q43 |
.1471236
.1826691
0.81
0.422
.0671904
q44 | -.0903366
.0755659
-1.20
0.233
-.0915697
_cons |
3.403327
.8915018
3.82
0.000
.
-----------------------------------------------------------------------------. regress q62 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 48.1265617
12 4.01054681
Residual | 330.296908
183 1.80490113
-------------+-----------------------------Total | 378.423469
195 1.94063318
Page 239

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.22
0.0124
0.1272
0.0699
1.3435

3Snsize205.11.9.16
-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0929519
.0953446
-0.97
0.331
-.0740213
q46 | -.0371579
.0664044
-0.56
0.576
-.040649
q47 |
.4015648
.1427317
2.81
0.005
.2099515
q48 |
.0516123
.0812067
0.64
0.526
.0481356
q49 | -.1626969
.0672553
-2.42
0.017
-.1820352
q50 | -.0274202
.0871418
-0.31
0.753
-.0232999
q51 |
.0527091
.0998833
0.53
0.598
.0410777
q52 |
.1080112
.0810843
1.33
0.184
.0972848
q53 |
.2255788
.1163824
1.94
0.054
.1533988
q54 | -.2095747
.1321166
-1.59
0.114
-.1475399
q55 |
.123337
.163663
0.75
0.452
.0620023
q56 |
.2898182
.135076
2.15
0.033
.1767922
_cons |
1.050848
.9718256
1.08
0.281
.
-----------------------------------------------------------------------------. regress q62 q57 q58 q59 q60 q61 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.8353304
11 1.71230277
Residual |
363.87174
186 1.95629968
-------------+-----------------------------Total | 382.707071
197 1.94267549

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
198
=
0.88
= 0.5656
= 0.0492
= -0.0070
= 1.3987

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0161649
.1520592
-0.11
0.915
-.0083988
q58 | -.0386903
.0835734
-0.46
0.644
-.0357178
q59 | -.0549673
.128244
-0.43
0.669
-.0349557
q60 | -.0381695
.0806075
-0.47
0.636
-.0354633
q61 |
.1710781
.1438152
1.19
0.236
.097184
q63 |
.3133045
.172714
1.81
0.071
.1484014
q64 |
-.016026
.1210905
-0.13
0.895
-.0099959
q65 | -.2265824
.2030138
-1.12
0.266
-.0928187
q66 | -.0333618
.115502
-0.29
0.773
-.0226941
q67 |
.1845254
.123888
1.49
0.138
.1122662
q68 |
.0417012
.091337
0.46
0.649
.0366279
_cons |
1.932039
.9948785
1.94
0.054
.
-----------------------------------------------------------------------------. regress q62 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.4138316
12
3.1178193
Residual | 343.940015
182
1.8897803
-------------+-----------------------------Total | 381.353846
194 1.96574148

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.65
0.0815
0.0981
0.0386
1.3747

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1972338
.1943794
1.01
0.312
.0880014
q70 | -.1911354
.1075937
-1.78
0.077
-.136567
Page 240

3Snsize205.11.9.16
q71 |
.180608
.0757739
2.38
0.018
.175661
q72 |
.1262649
.1615248
0.78
0.435
.0646508
q73 |
.0229187
.0970138
0.24
0.814
.0175904
q74 |
.0955609
.0885271
1.08
0.282
.0836959
q75 | -.1562438
.1000357
-1.56
0.120
-.1216908
q76 | -.0929886
.0744755
-1.25
0.213
-.090588
q77 | -.2492083
.1764784
-1.41
0.160
-.1173736
q78 | -.0763974
.1003892
-0.76
0.448
-.0590614
q79 |
.1116072
.0837862
1.33
0.185
.0980253
q80 | -.0335464
.1186189
-0.28
0.778
-.0231442
_cons |
2.725909
.7164193
3.80
0.000
.
-----------------------------------------------------------------------------. regress q62 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 8.80219377
8 1.10027422
Residual | 372.476994
188 1.98126061
-------------+-----------------------------Total | 381.279188
196 1.94530198

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
197
=
0.56
= 0.8134
= 0.0231
= -0.0185
= 1.4076

-----------------------------------------------------------------------------q62 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0860266
.130995
0.66
0.512
.052119
q82 |
.1384228
.1192009
1.16
0.247
.0947867
q83 |
.0894558
.0915751
0.98
0.330
.0737742
q84 | -.0310271
.0786913
-0.39
0.694
-.0298193
q85 |
.1756744
.1953911
0.90
0.370
.0778167
q86 |
.0530641
.134966
0.39
0.695
.0324066
q87 |
.023684
.1599775
0.15
0.882
.0138391
q88 |
.0783386
.139402
0.56
0.575
.0433741
_cons |
.6761462
1.144957
0.59
0.556
.
-----------------------------------------------------------------------------.
. //q63 as outcome variable: You regularly have sexual thoughts of forcing someone
to have sex.
. regress q63 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 5.79633652
17 .340960972
Residual | 65.9217843
131 .503219727
-------------+-----------------------------Total | 71.7181208
148 .484581897

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.68
= 0.8203
= 0.0808
= -0.0385
= .70938

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.0748572
.2343598
-0.32
0.750
-.0278019
qhispanic |
.0722826
.2142972
0.34
0.736
.0331236
qblack | -.3242651
.3722889
-0.87
0.385
-.0755452
qasian |
.2757121
.3954879
0.70
0.487
.0642336
Page 241

3Snsize205.11.9.16
qpacif | -.2952691
.7287746
-0.41
0.686
-.0347489
qamerind |
.0753414
.4317635
0.17
0.862
.0152533
qotherrac |
.4269748
.2455422
1.74
0.084
.1539934
q2nd |
.0313056
.1609422
0.19
0.846
.0216017
q3rd |
.1295606
.1656597
0.78
0.436
.086779
qa | -.0397005
.2485076
-0.16
0.873
-.0166963
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
-.04764
.0950448
-0.50
0.617
-.0671647
qlesshs | -.2350566
.1888783
-1.24
0.216
-.1690937
qcath | -.3315643
.3119834
-1.06
0.290
-.1077246
qlds | -.0647961
.1515496
-0.43
0.670
-.0445173
qprot | -.1631589
.3139938
-0.52
0.604
-.0462324
qbud |
.2254172
.4505789
0.50
0.618
.0456369
qis |
0 (omitted)
.
qotherrel |
.0873769
.1713797
0.51
0.611
.0539113
_cons |
1.434101
.3141612
4.56
0.000
.
-----------------------------------------------------------------------------. regress q63 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.0763345
12 1.25636121
Residual | 70.3767905
179 .393166428
-------------+-----------------------------Total |
85.453125
191
.44739856

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.20
0.0004
0.1764
0.1212
.62703

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0285024
.0615001
-0.46
0.644
-.0345234
q12 |
.0515442
.0319193
1.61
0.108
.1158231
q11 | -.1053775
.0415642
-2.54
0.012
-.1844502
q10 |
.1485386
.0637333
2.33
0.021
.1742363
q9 |
.0076776
.0554847
0.14
0.890
.0095826
q14 |
.0132352
.0287912
0.46
0.646
.0324349
q15 | -.0768902
.0493465
-1.56
0.121
-.1160008
q16 |
.1135273
.0462834
2.45
0.015
.191687
q17 |
.0061957
.0461764
0.13
0.893
.0104152
q18 | -.0142664
.0728966
-0.20
0.845
-.0147423
q19 |
.1102601
.0397245
2.78
0.006
.1962329
q20 | -.1212591
.0464474
-2.61
0.010
-.2089532
_cons |
1.452228
.4869067
2.98
0.003
.
-----------------------------------------------------------------------------. regress q63 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.4634444
12
1.1219537
Residual | 72.4001919
185 .391352389
-------------+-----------------------------Total | 85.8636364
197 .435856022

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.87
0.0012
0.1568
0.1021
.62558

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.089895
.0606515
1.48
0.140
.1100347
Page 242

3Snsize205.11.9.16
q22 |
.0152994
.0487915
0.31
0.754
.0228484
q23 |
.0288056
.0398726
0.72
0.471
.0538023
q24 | -.0248936
.0429456
-0.58
0.563
-.0428137
q25 |
.008197
.0370085
0.22
0.825
.0158435
q26 | -.0197348
.0270907
-0.73
0.467
-.0503109
q27 |
.0821736
.0434234
1.89
0.060
.1427162
q28 |
.2628961
.0873154
3.01
0.003
.2201698
q29 | -.0107173
.0548452
-0.20
0.845
-.0152166
q30 |
.0272472
.0610717
0.45
0.656
.0339183
q31 |
.0983765
.0557366
1.77
0.079
.1435696
q32 | -.0108015
.0532993
-0.20
0.840
-.0164777
_cons |
.4970243
.368622
1.35
0.179
.
-----------------------------------------------------------------------------. regress q63 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.0032666
12 1.25027221
Residual | 70.7263253
183 .386482652
-------------+-----------------------------Total | 85.7295918
195 .439638932

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.24
0.0003
0.1750
0.1209
.62168

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0702227
.0590549
-1.19
0.236
-.0976726
q34 |
.0012382
.0531298
0.02
0.981
.0018531
q35 |
.0067513
.0361817
0.19
0.852
.0136926
q36 | -.0640124
.0398545
-1.61
0.110
-.1150118
q37 |
.2183438
.066602
3.28
0.001
.2432265
q38 | -.0733782
.0611103
-1.20
0.231
-.0859762
q39 |
.002801
.0368822
0.08
0.940
.0054031
q40 |
.0354759
.0484708
0.73
0.465
.056148
q41 |
.0207259
.0366586
0.57
0.573
.0418101
q42 | -.0694789
.0386421
-1.80
0.074
-.1285848
q43 |
.1864697
.0823585
2.26
0.025
.1783296
q44 |
.0534205
.0340683
1.57
0.119
.1136913
_cons |
1.253148
.399442
3.14
0.002
.
-----------------------------------------------------------------------------. regress q63 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.9201196
12 1.57667664
Residual |
67.353992
184 .366054305
-------------+-----------------------------Total | 86.2741117
196 .440174039

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.31
0.0000
0.2193
0.1684
.60502

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0497414
.0428869
-1.16
0.248
-.0831276
q46 |
-.022574
.0298695
-0.76
0.451
-.0517794
q47 |
.1225828
.0641709
1.91
0.058
.1342985
q48 | -.0049597
.036519
-0.14
0.892
-.0096997
q49 |
.0167073
.0302249
0.55
0.581
.0392132
q50 |
.0198138
.0391464
0.51
0.613
.0353535
Page 243

3Snsize205.11.9.16
q51 |
.0074527
.043013
0.17
0.863
.0124315
q52 |
.0990353
.0360807
2.74
0.007
.1880174
q53 | -.0919418
.0523284
-1.76
0.081
-.1313118
q54 |
.0717438
.0594916
1.21
0.229
.1058922
q55 |
.0957535
.0737048
1.30
0.196
.1008623
q56 |
.1456249
.0608109
2.39
0.018
.1861915
_cons |
.8830111
.4326643
2.04
0.043
.
-----------------------------------------------------------------------------. regress q63 q57 q58 q59 q60 q61 q62 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.4223385
11 1.94748532
Residual | 64.4412978
186 .346458591
-------------+-----------------------------Total | 85.8636364
197 .435856022

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.62
0.0000
0.2495
0.2051
.58861

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1722107
.0627351
-2.75
0.007
-.1889005
q58 |
.0302982
.0351204
0.86
0.389
.0590512
q59 |
.2064475
.0518305
3.98
0.000
.2771738
q60 | -.0465406
.0337706
-1.38
0.170
-.0912901
q61 | -.0119849
.0607454
-0.20
0.844
-.0143735
q62 |
.0554859
.0305875
1.81
0.071
.1171416
q64 |
.0323577
.0509058
0.64
0.526
.0426092
q65 |
.1246439
.0852315
1.46
0.145
.1077976
q66 |
.0063101
.0486156
0.13
0.897
.0090622
q67 |
.0938162
.0519928
1.80
0.073
.1205034
q68 | -.0794164
.0380156
-2.09
0.038
-.1472659
_cons |
1.603493
.4062267
3.95
0.000
.
-----------------------------------------------------------------------------. regress q63 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.4839974
12 1.79033311
Residual | 64.2455945
183 .351068822
-------------+-----------------------------Total | 85.7295918
195 .439638932

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.10
0.0000
0.2506
0.2015
.59251

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0373387
.0837793
0.45
0.656
.0351596
q70 | -.1435577
.0463504
-3.10
0.002
-.2166462
q71 |
-.076197
.0326255
-2.34
0.021
-.1566682
q72 |
.1322849
.0696058
1.90
0.059
.1429405
q73 |
.0371776
.0417913
0.89
0.375
.0602429
q74 |
.0123825
.0381198
0.32
0.746
.0229569
q75 | -.0578093
.0431046
-1.34
0.182
-.095053
q76 | -.0239828
.0320627
-0.75
0.455
-.0493885
q77 |
.245146
.076063
3.22
0.002
.243624
q78 | -.0629331
.0432473
-1.46
0.147
-.1028462
q79 |
-.045532
.036039
-1.26
0.208
-.0845665
q80 |
.125106
.0511263
2.45
0.015
.1823452
Page 244

3Snsize205.11.9.16
_cons |
1.596559
.3081627
5.18
0.000
.
-----------------------------------------------------------------------------. regress q63 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.1222339
8 2.01527924
Residual | 69.7414025
189 .369002129
-------------+-----------------------------Total | 85.8636364
197 .435856022

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.46
0.0000
0.1878
0.1534
.60746

-----------------------------------------------------------------------------q63 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2480581
.0564811
-4.39
0.000
-.3171355
q82 |
.0306281
.0513848
0.60
0.552
.0442785
q83 |
.0377596
.0394962
0.96
0.340
.0656659
q84 |
.0290681
.0339531
0.86
0.393
.0589196
q85 |
.2291376
.0843167
2.72
0.007
.2139718
q86 |
.1075888
.0582411
1.85
0.066
.1386463
q87 |
.1069597
.0690376
1.55
0.123
.1318675
q88 | -.0409343
.0599644
-0.68
0.496
-.0478193
_cons |
1.186086
.4934935
2.40
0.017
.
-----------------------------------------------------------------------------.
. //q64 as outcome variable: You engage in brief relationships or end relationships
suddenly.
. regress q64 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 11.8418389
17 .696578757
Residual | 113.997087
131 .870206773
-------------+-----------------------------Total | 125.838926
148 .850263015

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.80
= 0.6901
= 0.0941
= -0.0235
= .93285

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.5057434
.3081878
-1.64
0.103
-.1418007
qhispanic | -.2045463
.2818051
-0.73
0.469
-.0707624
qblack | -.3442438
.4895674
-0.70
0.483
-.0605452
qasian | -.2287036
.5200745
-0.44
0.661
-.0402241
qpacif | -.4690868
.9583533
-0.49
0.625
-.0416757
qamerind |
1.203073
.5677777
2.12
0.036
.1838774
qotherrac |
.1865538
.322893
0.58
0.564
.0507938
q2nd |
.1297947
.2116423
0.61
0.541
.067613
q3rd |
.3234509
.2178459
1.48
0.140
.1635523
qa |
.3170981
.3267925
0.97
0.334
.1006755
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1241264
.1249859
0.99
0.322
.1321115
qlesshs |
.1833494
.2483788
0.74
0.462
.099573
Page 245

3Snsize205.11.9.16
qcath |
.1102349
.4102645
0.27
0.789
.0270379
qlds |
.2607096
.1992908
1.31
0.193
.1352209
qprot | -.1240642
.4129081
-0.30
0.764
-.0265393
qbud |
.3352782
.5925204
0.57
0.572
.0512438
qis |
0 (omitted)
.
qotherrel |
.1520359
.2253677
0.67
0.501
.0708168
_cons |
1.596783
.4131283
3.87
0.000
.
-----------------------------------------------------------------------------. regress q64 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.8327541
12
1.4027295
Residual | 135.659393
178 .762131419
-------------+-----------------------------Total | 152.492147
190 .802590245

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
1.84
0.0449
0.1104
0.0504
.873

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1710343
.0860236
1.99
0.048
.1549582
q12 |
.0165416
.0444406
0.37
0.710
.0278248
q11 | -.0390891
.0589425
-0.66
0.508
-.050307
q10 |
.2374826
.0888006
2.67
0.008
.2083483
q9 |
.0663316
.0773965
0.86
0.393
.0618998
q14 | -.0603277
.0401808
-1.50
0.135
-.1105309
q15 | -.0666468
.0687125
-0.97
0.333
-.0752349
q16 |
.024564
.064631
0.38
0.704
.0309364
q17 | -.0460196
.0658539
-0.70
0.486
-.0568536
q18 | -.1025335
.1014929
-1.01
0.314
-.0792729
q19 | -.0338422
.0554986
-0.61
0.543
-.0449729
q20 | -.0598367
.0650623
-0.92
0.359
-.0768585
_cons |
2.108725
.6805374
3.10
0.002
.
-----------------------------------------------------------------------------. regress q64 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.9733767
12 1.16444806
Residual | 138.483476
184 .752627588
-------------+-----------------------------Total | 152.456853
196 .777841086

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.55
0.1109
0.0917
0.0324
.86754

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1269595
.0842073
1.51
0.133
.1164788
q22 | -.1053399
.0676894
-1.56
0.121
-.1180516
q23 |
.0456634
.0553163
0.83
0.410
.0638077
q24 |
.0348355
.061704
0.56
0.573
.0441597
q25 |
.0872214
.0513388
1.70
0.091
.1263985
q26 |
.0372198
.0377174
0.99
0.325
.0710472
q27 |
.011201
.0611521
0.18
0.855
.0144282
q28 | -.0603859
.1212529
-0.50
0.619
-.0379369
q29 |
.0137319
.0765656
0.18
0.858
.0146053
q30 |
.0601888
.0855618
0.70
0.483
.0561494
q31 |
.0220917
.0796496
0.28
0.782
.0238571
Page 246

3Snsize205.11.9.16
q32 |
.0889675
.0751696
1.18
0.238
.1015811
_cons |
1.019598
.5248022
1.94
0.054
.
-----------------------------------------------------------------------------. regress q64 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 7.93405758
12 .661171465
Residual | 132.527481
182 .728172972
-------------+-----------------------------Total | 140.461538
194 .724028549

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
195
=
0.91
= 0.5401
= 0.0565
= -0.0057
= .85333

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0513821
.0814786
0.63
0.529
.055803
q34 |
.0222272
.0729637
0.30
0.761
.025937
q35 |
.0436132
.0496945
0.88
0.381
.0690999
q36 | -.0347418
.0548252
-0.63
0.527
-.0486429
q37 |
.2043543
.0914946
2.23
0.027
.1776789
q38 |
.0550471
.0842033
0.65
0.514
.0503158
q39 | -.0371424
.0509163
-0.73
0.467
-.0557356
q40 | -.0075433
.0666476
-0.11
0.910
-.0093125
q41 |
.0335722
.0503362
0.67
0.506
.0528293
q42 |
.0038148
.0530779
0.07
0.943
.0055147
q43 | -.0042114
.113351
-0.04
0.970
-.0031441
q44 |
.0254867
.0467631
0.55
0.586
.0423551
_cons |
.7188768
.5506451
1.31
0.193
.
-----------------------------------------------------------------------------. regress q64 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.2625865
12 1.68854888
Residual | 139.084352
183 .760023783
-------------+-----------------------------Total | 159.346939
195 .817163789

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.22
0.0124
0.1272
0.0699
.87179

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0513223
.0630243
0.81
0.417
.0619022
q46 |
.0085188
.043092
0.20
0.844
.0143613
q47 | -.0661152
.0926549
-0.71
0.476
-.0531818
q48 | -.0783038
.0526354
-1.49
0.139
-.1126784
q49 | -.0680986
.0435762
-1.56
0.120
-.1175998
q50 | -.0442414
.0565441
-0.78
0.435
-.0579334
q51 |
.0693087
.0619868
1.12
0.265
.085062
q52 |
.0536919
.0520671
1.03
0.304
.0748865
q53 | -.0113242
.0754014
-0.15
0.881
-.0119006
q54 | -.0251904
.0857259
-0.29
0.769
-.0273479
q55 |
.2550752
.1063258
2.40
0.017
.1976057
q56 |
.193753
.0876339
2.21
0.028
.1820961
_cons |
1.304629
.6241916
2.09
0.038
.
-----------------------------------------------------------------------------. regress q64 q57 q58 q59 q60 q61 q62 q63 q65 q66 q67 q68, b
Page 247

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 15.4832352
11 1.40756683
Residual | 133.405654
186 .717234697
-------------+-----------------------------Total | 148.888889
197 .755781162

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.96
0.0343
0.1040
0.0510
.8469

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2002802
.0908958
-2.20
0.029
-.166834
q58 |
.0461129
.0505197
0.91
0.363
.0682508
q59 |
.0330954
.077652
0.43
0.670
.033743
q60 |
.0571954
.0486567
1.18
0.241
.0851974
q61 | -.1243664
.0869335
-1.43
0.154
-.1132676
q62 | -.0058756
.0443952
-0.13
0.895
-.0094201
q63 |
.0669865
.1053846
0.64
0.526
.0508699
q65 |
.1417162
.1228969
1.15
0.250
.0930745
q66 |
.1315221
.069284
1.90
0.059
.1434385
q67 | -.0257019
.0754365
-0.34
0.734
-.0250704
q68 |
.0512366
.0552077
0.93
0.355
.0721516
_cons |
1.757017
.5946788
2.95
0.004
.
-----------------------------------------------------------------------------. regress q64 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.9846023
12 1.58205019
Residual | 135.015398
183 .737789058
-------------+-----------------------------Total |
154
195
.78974359

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.14
0.0162
0.1233
0.0658
.85895

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2379838
.1214526
1.96
0.052
.1672005
q70 | -.0425515
.067193
-0.63
0.527
-.047912
q71 |
.0076537
.0472962
0.16
0.872
.0117414
q72 |
.0824329
.1009057
0.82
0.415
.0664585
q73 |
.0402604
.0605837
0.66
0.507
.0486752
q74 |
-.041954
.0552612
-0.76
0.449
-.0580342
q75 | -.0159113
.0624876
-0.25
0.799
-.0195199
q76 | -.0376925
.0464805
-0.81
0.418
-.0579144
q77 |
.0837389
.1102665
0.76
0.449
.0620908
q78 |
.0868495
.0626944
1.39
0.168
.1058963
q79 |
.0516026
.0522447
0.99
0.325
.0715087
q80 |
.0810258
.0741164
1.09
0.276
.0881139
_cons |
.9573597
.446735
2.14
0.033
.
-----------------------------------------------------------------------------. regress q64 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.9349243
8 2.86686554
Residual | 125.643756
188
.66831785
-------------+-----------------------------Page 248

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

197
4.29
0.0001
0.1544
0.1184

Total |

148.57868

196

3Snsize205.11.9.16
.758054491

Root MSE

.81751

-----------------------------------------------------------------------------q64 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0425127
.0760123
-0.56
0.577
-.0412971
q82 | -.0448288
.0691538
-0.65
0.518
-.0492625
q83 |
.1242671
.0531543
2.34
0.020
.1642317
q84 |
.0332617
.0457975
0.73
0.469
.0511423
q85 |
.2573798
.1138318
2.26
0.025
.1820136
q86 |
.1146859
.0783887
1.46
0.145
.1122944
q87 | -.1332484
.0929529
-1.43
0.153
-.124795
q88 | -.1004959
.0807454
-1.24
0.215
-.0891346
_cons |
1.857374
.6643111
2.80
0.006
.
-----------------------------------------------------------------------------.
. //q65 as outcome variable: You have initiated inappropriate contact (minor and/or
adult) that would be considered a violation to your probation/parole.
. regress q65 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 4.83550025
17 .284441191
Residual | 39.7148353
131 .303166682
-------------+-----------------------------Total | 44.5503356
148 .301015781

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.94
= 0.5313
= 0.1085
= -0.0071
= .55061

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2616552
.1819051
1.44
0.153
.123299
qhispanic | -.1298578
.166333
-0.78
0.436
-.0755024
qblack | -.0759648
.2889628
-0.26
0.793
-.0224547
qasian |
.0657588
.3069694
0.21
0.831
.0194379
qpacif | -.3231676
.5656596
-0.57
0.569
-.0482547
qamerind |
.2861257
.3351258
0.85
0.395
.073498
qotherrac |
.0697029
.1905847
0.37
0.715
.0318963
q2nd |
.120768
.12492
0.97
0.335
.1057321
q3rd | -.0200817
.1285816
-0.16
0.876
-.0170659
qa |
-.012404
.1928864
-0.06
0.949
-.0066187
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1090378
.0737718
1.48
0.142
.1950455
qlesshs |
.0230658
.1466034
0.16
0.875
.0210529
qcath |
.1841545
.242155
0.76
0.448
.0759134
qlds |
.2497468
.1176296
2.12
0.036
.2177052
qprot |
.0191575
.2437154
0.08
0.937
.0068875
qbud |
.1481439
.3497299
0.42
0.673
.0380542
qis |
0 (omitted)
.
qotherrel |
.0170778
.1330213
0.13
0.898
.0133691
_cons |
.7226687
.2438453
2.96
0.004
.
-----------------------------------------------------------------------------. regress q65 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Page 249

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 10.1616924
12 .846807697
Residual | 52.6027055
178 .295520818
-------------+-----------------------------Total | 62.7643979
190 .330338936

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
2.87
0.0012
0.1619
0.1054
.54362

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0853879
.0535669
1.59
0.113
.1205853
q12 |
.0390102
.0276732
1.41
0.160
.1022822
q11 |
.0077733
.0367035
0.21
0.833
.0155935
q10 |
.0073724
.0552962
0.13
0.894
.0100817
q9 | -.0004539
.0481948
-0.01
0.992
-.0006603
q14 | -.0180493
.0250206
-0.72
0.472
-.0515458
q15 |
.0319436
.0427873
0.75
0.456
.0562071
q16 |
.0251163
.0402457
0.62
0.533
.0493053
q17 |
.1554124
.0410072
3.79
0.000
.2992731
q18 | -.1335216
.0631997
-2.11
0.036
-.160908
q19 | -.0009916
.034559
-0.03
0.977
-.0020539
q20 |
-.024201
.0405143
-0.60
0.551
-.0484535
_cons |
1.057726
.4237709
2.50
0.013
.
-----------------------------------------------------------------------------. regress q65 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.4456865
12 1.87047388
Residual | 41.1685267
184 .223741993
-------------+-----------------------------Total | 63.6142132
196 .324562312

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
8.36
0.0000
0.3528
0.3106
.47301

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0465887
.0459127
1.01
0.312
.0661696
q22 | -.0839529
.0369066
-2.27
0.024
-.1456502
q23 |
.0396074
.0301604
1.31
0.191
.0856797
q24 | -.0754944
.0336432
-2.24
0.026
-.148155
q25 |
.0096256
.0279917
0.34
0.731
.0215945
q26 | -.0618896
.0205649
-3.01
0.003
-.1828889
q27 |
.0221061
.0333423
0.66
0.508
.0440824
q28 |
.3355006
.0661113
5.07
0.000
.3262989
q29 | -.0280476
.0417463
-0.67
0.503
-.0461819
q30 |
.047379
.0466513
1.02
0.311
.0684245
q31 |
.0582198
.0434277
1.34
0.182
.0973321
q32 |
.059835
.0409851
1.46
0.146
.1057628
_cons |
1.153357
.2861405
4.03
0.000
.
-----------------------------------------------------------------------------. regress q65 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.7255364
12 1.22712804
Residual | 48.7924123
182 .268090177
Page 250

Number of obs
F( 12,
182)
Prob > F
R-squared

=
=
=
=

195
4.58
0.0000
0.2318

3Snsize205.11.9.16
-------------+-----------------------------Total | 63.5179487
194 .327412107

Adj R-squared =
Root MSE
=

0.1812
.51777

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.118814
.0494386
2.40
0.017
.1918862
q34 |
.0172654
.0442721
0.39
0.697
.02996
q35 | -.0774164
.0301531
-2.57
0.011
-.182399
q36 | -.0255394
.0332662
-0.77
0.444
-.053175
q37 |
.0832447
.055516
1.50
0.135
.1076314
q38 | -.0103354
.0510919
-0.20
0.840
-.0140485
q39 | -.0324285
.0308944
-1.05
0.295
-.0723634
q40 |
.0558838
.0404397
1.38
0.169
.102593
q41 | -.0109981
.0305424
-0.36
0.719
-.0257361
q42 |
.02894
.032206
0.90
0.370
.0622133
q43 |
.1760644
.0687778
2.56
0.011
.1954648
q44 |
.0226381
.0283744
0.80
0.426
.0559449
_cons |
.9016976
.3341142
2.70
0.008
.
-----------------------------------------------------------------------------. regress q65 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 11.9029017
12 .991908475
Residual | 52.7654656
183 .288335878
-------------+-----------------------------Total | 64.6683673
195 .331632653

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.44
0.0001
0.1841
0.1306
.53697

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0372514
.038819
-0.96
0.339
-.0705291
q46 | -.0505488
.0265419
-1.90
0.058
-.1337681
q47 |
.0442364
.0570695
0.78
0.439
.0558557
q48 | -.0933482
.03242
-2.88
0.004
-.2108579
q49 | -.0106954
.0268402
-0.40
0.691
-.0289929
q50 |
.0383598
.0348276
1.10
0.272
.0788501
q51 |
.0938117
.0381799
2.46
0.015
.1807302
q52 |
.051374
.03207
1.60
0.111
.1124771
q53 |
.0326371
.0464424
0.70
0.483
.053839
q54 |
.0438445
.0528017
0.83
0.407
.0747188
q55 |
.0158099
.0654899
0.24
0.810
.0192259
q56 |
.0244237
.0539769
0.45
0.651
.0360321
_cons |
1.227037
.3844622
3.19
0.002
.
-----------------------------------------------------------------------------. regress q65 q57 q58 q59 q60 q61 q62 q63 q64 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.0718037
11 1.55198215
Residual | 47.1504186
186 .253496874
-------------+-----------------------------Total | 64.2222222
197 .326001128

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.12
0.0000
0.2658
0.2224
.50348

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 251

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q57 | -.1257204
.0539569
-2.33
0.021
-.1594559
q58 |
.0517417
.0298614
1.73
0.085
.1166043
q59 |
-.053553
.0460198
-1.16
0.246
-.0831359
q60 | -.0312061
.0289436
-1.08
0.282
-.0707772
q61 |
.1817632
.0502279
3.62
0.000
.2520558
q62 | -.0293605
.0263065
-1.12
0.266
-.0716727
q63 |
.0911995
.0623622
1.46
0.145
.1054519
q64 |
.0500877
.0434363
1.15
0.250
.0762639
q66 |
.0009243
.0415867
0.02
0.982
.0015349
q67 |
.1073655
.0441652
2.43
0.016
.1594587
q68 |
.0613112
.0325885
1.88
0.061
.13146
_cons |
1.19222
.3510192
3.40
0.001
.
-----------------------------------------------------------------------------. regress q65 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 11.2884976
12 .940708134
Residual | 52.2778289
183 .285671196
-------------+-----------------------------Total | 63.5663265
195 .325981162

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.29
0.0002
0.1776
0.1237
.53448

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0667805
.0755743
0.88
0.378
.0730275
q70 |
.0034102
.041811
0.08
0.935
.0059766
q71 | -.0045006
.0294302
-0.15
0.879
-.0107464
q72 |
.0350006
.0627889
0.56
0.578
.043921
q73 |
.0564583
.0376984
1.50
0.136
.1062438
q74 | -.0596465
.0343865
-1.73
0.084
-.1284227
q75 |
.1217129
.0388831
3.13
0.002
.232411
q76 |
.0065865
.0289226
0.23
0.820
.0157518
q77 |
.0984077
.0686137
1.43
0.153
.1135732
q78 |
.0832687
.0390118
2.13
0.034
.1580311
q79 |
.0319559
.0325094
0.98
0.327
.0689263
q80 |
.0408702
.0461192
0.89
0.377
.0691791
_cons |
.4718398
.2779823
1.70
0.091
.
-----------------------------------------------------------------------------. regress q65 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
15.274686
8 1.90933575
Residual | 48.8979028
188 .260095228
-------------+-----------------------------Total | 64.1725888
196 .327411168

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
7.34
0.0000
0.2380
0.2056
.51

-----------------------------------------------------------------------------q65 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0860286
.0474196
-1.81
0.071
-.127159
q82 | -.0314118
.0431411
-0.73
0.467
-.0525237
q83 |
.01749
.0331599
0.53
0.599
.0351719
q84 | -.0217715
.0285704
-0.76
0.447
-.0509363
q85 |
.1442576
.0710131
2.03
0.044
.1552285
Page 252

3Snsize205.11.9.16
q86 |
.2243758
.0489022
4.59
0.000
.3342931
q87 | -.0127635
.0579879
-0.22
0.826
-.018189
q88 | -.0573813
.0503724
-1.14
0.256
-.0774411
_cons |
1.371109
.4144252
3.31
0.001
.
-----------------------------------------------------------------------------.
. //q66 as outcome variable: You rarely carry out plans of action to solve your
problems.
. regress q66 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.55413165
17 .562007744
Residual | 112.727748
131 .860517157
-------------+-----------------------------Total | 122.281879
148 .826228913

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.65
= 0.8429
= 0.0781
= -0.0415
= .92764

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1150461
.3064672
0.38
0.708
.0327225
qhispanic |
.0890012
.2802318
0.32
0.751
.0312344
qblack |
.5655276
.4868341
1.16
0.247
.1009006
qasian | -.4359906
.517171
-0.84
0.401
-.0777888
qpacif | -.6954244
.9530028
-0.73
0.467
-.0626768
qamerind |
.5747025
.5646078
1.02
0.311
.0891058
qotherrac |
.0500086
.3210902
0.16
0.876
.0138127
q2nd | -.3795507
.2104607
-1.80
0.074
-.2005714
q3rd |
-.306489
.2166296
-1.41
0.159
-.1572134
qa | -.3602292
.324968
-1.11
0.270
-.1160207
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1984026
.1242881
1.60
0.113
.2142152
qlesshs |
.4868041
.2469921
1.97
0.051
.26819
qcath |
.0606845
.407974
0.15
0.882
.0150993
qlds |
.1898343
.1981782
0.96
0.340
.0998822
qprot |
-.142872
.4106029
-0.35
0.728
-.0310039
qbud |
.4313035
.5892123
0.73
0.465
.0668722
qis |
0 (omitted)
.
qotherrel |
.0037773
.2241095
0.02
0.987
.0017848
_cons |
1.563124
.4108218
3.80
0.000
.
-----------------------------------------------------------------------------. regress q66 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.5444068
12 2.54536723
Residual | 142.134541
177 .803020003
-------------+-----------------------------Total | 172.678947
189 .913645224

Number of obs
F( 12,
177)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

190
3.17
0.0004
0.1769
0.1211
.89611

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 253

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q13 |
.0804179
.0885019
0.91
0.365
.0684135
q12 | -.0389688
.0456255
-0.85
0.394
-.0615991
q11 | -.0166685
.060503
-0.28
0.783
-.020159
q10 |
.1255511
.0913426
1.37
0.171
.1033786
q9 | -.0266531
.0795669
-0.33
0.738
-.0233445
q14 |
-.010944
.0412549
-0.27
0.791
-.0188424
q15 | -.0689035
.0705697
-0.98
0.330
-.0730623
q16 |
.1236286
.0669623
1.85
0.067
.1454609
q17 |
.1107199
.0675974
1.64
0.103
.1285415
q18 | -.2567252
.1042384
-2.46
0.015
-.1864211
q19 | -.0010492
.0569936
-0.02
0.985
-.0013102
q20 |
-.009223
.0670567
-0.14
0.891
-.0111278
_cons |
2.80312
.6988242
4.01
0.000
.
-----------------------------------------------------------------------------. regress q66 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 52.3274126
12 4.36061772
Residual | 123.483812
183 .674774928
-------------+-----------------------------Total | 175.811224
195 .901596023

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.46
0.0000
0.2976
0.2516
.82145

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
-.008918
.0797336
-0.11
0.911
-.0076135
q22 | -.1171515
.0640964
-1.83
0.069
-.122249
q23 |
.0644819
.05261
1.23
0.222
.0835267
q24 |
-.029463
.058921
-0.50
0.618
-.0344922
q25 | -.0106663
.048625
-0.22
0.827
-.0143929
q26 |
.0375513
.0357263
1.05
0.295
.0667283
q27 |
.0688773
.0579543
1.19
0.236
.0825719
q28 | -.0095869
.1149458
-0.08
0.934
-.0056063
q29 |
.1155522
.0725472
1.59
0.113
.1144335
q30 |
.170463
.0810167
2.10
0.037
.1480011
q31 | -.0043028
.0755492
-0.06
0.955
-.0043262
q32 |
.3116756
.0713031
4.37
0.000
.3313851
_cons |
1.059332
.4982843
2.13
0.035
.
-----------------------------------------------------------------------------. regress q66 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.5995702
12 3.46663085
Residual | 128.933763
182
.70842727
-------------+-----------------------------Total | 170.533333
194 .879037801

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
4.89
0.0000
0.2439
0.1941
.84168

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0344996
.0803662
-0.43
0.668
-.0340043
q34 |
.0926258
.0719677
1.29
0.200
.0980937
q35 |
.0330315
.0490161
0.67
0.501
.0474965
q36 |
.1910341
.0540767
3.53
0.001
.2427458
Page 254

3Snsize205.11.9.16
q37 |
.0849497
.0902455
0.94
0.348
.0670329
q38 | -.0008456
.0830538
-0.01
0.992
-.0007015
q39 |
.0930497
.0502212
1.85
0.066
.1267217
q40 |
.2602938
.0657378
3.96
0.000
.2916345
q41 |
-.006388
.049649
-0.13
0.898
-.0091229
q42 | -.0828058
.0523533
-1.58
0.115
-.1086398
q43 | -.0037582
.1118036
-0.03
0.973
-.0025463
q44 | -.0284066
.0461247
-0.62
0.539
-.0428434
_cons |
.7781578
.5431279
1.43
0.154
.
-----------------------------------------------------------------------------. regress q66 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.4688243
12 3.95573536
Residual | 123.064509
182 .676178621
-------------+-----------------------------Total | 170.533333
194 .879037801

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.85
0.0000
0.2784
0.2308
.8223

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0550238
.0605367
-0.91
0.365
-.0628628
q46 | -.0068961
.0406958
-0.17
0.866
-.0112261
q47 |
-.002672
.087494
-0.03
0.976
-.0020766
q48 | -.0313392
.049879
-0.63
0.531
-.0435391
q49 |
-.056772
.041172
-1.38
0.170
-.0940001
q50 |
.1295486
.0533921
2.43
0.016
.1639715
q51 |
.0404974
.0589976
0.69
0.493
.0475599
q52 | -.0431289
.0491358
-0.88
0.381
-.0580512
q53 | -.1819659
.0711782
-2.56
0.011
-.1848487
q54 | -.0184869
.0809168
-0.23
0.820
-.0193936
q55 |
.405431
.100432
4.04
0.000
.3028403
q56 | -.0472297
.0826591
-0.57
0.568
-.0428636
_cons |
2.529236
.5897383
4.29
0.000
.
-----------------------------------------------------------------------------. regress q66 q57 q58 q59 q60 q61 q62 q63 q64 q65 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.5153508
11
2.7741228
Residual | 146.575558
186 .788040636
-------------+-----------------------------Total | 177.090909
197 .898938625

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.52
0.0002
0.1723
0.1234
.88772

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0646563
.0963958
0.67
0.503
.0493844
q58 |
.0287846
.0530312
0.54
0.588
.0390642
q59 |
.0756399
.0812454
0.93
0.353
.0707131
q60 |
.002092
.0511908
0.04
0.967
.0028574
q61 |
.1957679
.0904922
2.16
0.032
.1634846
q62 | -.0134388
.0465268
-0.29
0.773
-.0197559
q63 |
.0143527
.110579
0.13
0.897
.0099941
q64 |
.1445061
.0761238
1.90
0.059
.132501
q65 |
.0028734
.1292799
0.02
0.982
.0017304
Page 255

3Snsize205.11.9.16
q67 |
.0560344
.0789903
0.71
0.479
.0501168
q68 |
.198292
.0561506
3.53
0.001
.2560376
_cons |
.3461938
.637296
0.54
0.588
.
-----------------------------------------------------------------------------. regress q66 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 58.2173743
12 4.85144786
Residual |
116.82878
182 .641916371
-------------+-----------------------------Total | 175.046154
194 .902299762

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
7.56
0.0000
0.3326
0.2886
.8012

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1059044
.1142698
0.93
0.355
.0695699
q70 | -.0533656
.0626786
-0.85
0.396
-.0563511
q71 |
.0964976
.0443325
2.18
0.031
.1382872
q72 | -.1287718
.0948682
-1.36
0.176
-.0971646
q73 | -.0420756
.056791
-0.74
0.460
-.0476655
q74 | -.0364891
.0515802
-0.71
0.480
-.0473262
q75 |
.2009384
.0584596
3.44
0.001
.2309967
q76 |
.0591184
.0434498
1.36
0.175
.0850063
q77 |
.2107483
.1032845
2.04
0.043
.1465075
q78 |
.1940661
.0585525
3.31
0.001
.221946
q79 |
.0811161
.0488736
1.66
0.099
.1051577
q80 |
.1932409
.0693038
2.79
0.006
.1967808
_cons |
.3636538
.4168857
0.87
0.384
.
-----------------------------------------------------------------------------. regress q66 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.6286972
8 4.20358715
Residual | 138.939831
188 .739041653
-------------+-----------------------------Total | 172.568528
196 .880451673

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.69
0.0000
0.1949
0.1606
.85968

-----------------------------------------------------------------------------q66 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0297075
.0799331
-0.37
0.711
-.0267771
q82 | -.0387703
.0727209
-0.53
0.595
-.0395326
q83 |
.02981
.0558961
0.53
0.594
.0365562
q84 |
.0280007
.0481598
0.58
0.562
.0399487
q85 |
.1840889
.1197034
1.54
0.126
.1207966
q86 | -.0433498
.0824321
-0.53
0.600
-.0393852
q87 | -.2766879
.0977475
-2.83
0.005
-.240449
q88 |
.2677708
.0849103
3.15
0.002
.2203731
_cons |
2.699405
.6985773
3.86
0.000
.
-----------------------------------------------------------------------------.
. //q67 as outcome variable: You have had one or more new misdemeanor offense
charges.
. regress q67 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
Page 256

3Snsize205.11.9.16
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.35470342
17 .550276672
Residual | 96.0546926
131 .733241928
-------------+-----------------------------Total | 105.409396
148 .712225648

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.75
= 0.7456
= 0.0887
= -0.0295
=
.8563

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2984881
.2828967
1.06
0.293
.0914414
qhispanic |
.4927579
.2586791
1.90
0.059
.1862568
qblack | -.1707455
.4493915
-0.38
0.705
-.0328118
qasian | -.0140519
.4773951
-0.03
0.977
-.0027003
qpacif | -.5114273
.879707
-0.58
0.562
-.0496457
qamerind | -.1272864
.5211836
-0.24
0.807
-.0212562
qotherrac |
.1953664
.2963951
0.66
0.511
.0581199
q2nd |
.2050197
.1942741
1.06
0.293
.1166907
q3rd | -.0026423
.1999686
-0.01
0.989
-.0014598
qa |
.1141696
.2999746
0.38
0.704
.0396049
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0478399
.114729
0.42
0.677
.0556333
qlesshs |
.0043817
.2279959
0.02
0.985
.0026
qcath | -.0587564
.3765965
-0.16
0.876
-.0157463
qlds | -.0005117
.1829362
-0.00
0.998
-.00029
qprot | -.0461837
.3790233
-0.12
0.903
-.0107944
qbud | -.3372895
.5438958
-0.62
0.536
-.0563258
qis |
0 (omitted)
.
qotherrel | -.2891384
.2068731
-1.40
0.165
-.1471511
_cons |
.9122396
.3792253
2.41
0.018
.
-----------------------------------------------------------------------------. regress q67 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.5186851
12 1.12655709
Residual | 127.675032
178 .717275462
-------------+-----------------------------Total | 141.193717
190 .743124828

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
1.57
0.1038
0.0957
0.0348
.84692

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0572375
.0834537
0.69
0.494
.0538924
q12 |
.0512328
.043113
1.19
0.236
.0895611
q11 | -.0520869
.0571817
-0.91
0.364
-.0696654
q10 |
.0050499
.0861477
0.06
0.953
.0046042
q9 |
.0782998
.0750843
1.04
0.298
.0759355
q14 |
.0142121
.0389804
0.36
0.716
.0270608
q15 |
.0107977
.0666598
0.16
0.872
.0126674
q16 |
.0360108
.0627002
0.57
0.566
.0471324
q17 |
.133893
.0638865
2.10
0.038
.1719051
Page 257

3Snsize205.11.9.16
q18 |
.0039204
.0984609
0.04
0.968
.00315
q19 |
.1108906
.0538406
2.06
0.041
.1531455
q20 |
.015804
.0631186
0.25
0.803
.0210964
_cons |
.4152861
.6602069
0.63
0.530
.
-----------------------------------------------------------------------------. regress q67 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 10.0101328
12 .834177731
Residual | 131.878192
184 .716729305
-------------+-----------------------------Total | 141.888325
196 .723920025

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.16
0.3122
0.0705
0.0099
.8466

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0745404
.0821745
-0.91
0.366
-.0708882
q22 | -.0018717
.0660554
-0.03
0.977
-.0021743
q23 |
.0110755
.053981
0.21
0.838
.0160423
q24 | -.0647649
.0602145
-1.08
0.284
-.0851031
q25 |
.035261
.0500995
0.70
0.482
.052968
q26 |
-.011299
.0368069
-0.31
0.759
-.022357
q27 | -.0303154
.0596759
-0.51
0.612
-.0404781
q28 |
.1944314
.1183259
1.64
0.102
.1266171
q29 | -.0104383
.0747173
-0.14
0.889
-.0115082
q30 |
.1414251
.0834964
1.69
0.092
.1367591
q31 |
.0376562
.0777268
0.48
0.629
.0421527
q32 |
.0463552
.073355
0.63
0.528
.0548631
_cons |
1.098858
.5121335
2.15
0.033
.
-----------------------------------------------------------------------------. regress q67 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 16.1869702
12 1.34891419
Residual | 118.100209
182 .648902249
-------------+-----------------------------Total | 134.287179
194 .692201956

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
2.08
0.0203
0.1205
0.0626
.80554

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1421964
.0769158
1.85
0.066
.1579413
q34 | -.1284395
.0688778
-1.86
0.064
-.1532834
q35 | -.0704953
.0469117
-1.50
0.135
-.1142302
q36 |
.0700088
.051755
1.35
0.178
.1002492
q37 | -.0071811
.0863709
-0.08
0.934
-.0063857
q38 | -.1525624
.079488
-1.92
0.057
-.1426195
q39 |
.006482
.048065
0.13
0.893
.0099479
q40 |
.0360861
.0629154
0.57
0.567
.0455619
q41 |
.0240241
.0475174
0.51
0.614
.0386637
q42 | -.0059244
.0501056
-0.12
0.906
-.0087591
q43 |
.1055435
.1070034
0.99
0.325
.080586
q44 |
.0272885
.0441444
0.62
0.537
.0463802
_cons |
1.863901
.5198094
3.59
0.000
.
-----------------------------------------------------------------------------Page 258

3Snsize205.11.9.16
. regress q67 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 20.7801669
12 1.73168058
Residual | 118.663711
183 .648435577
-------------+-----------------------------Total | 139.443878
195 .715096808

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.67
0.0025
0.1490
0.0932
.80525

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1160878
.0582141
-1.99
0.048
-.1496783
q46 |
-.016326
.0398031
-0.41
0.682
-.0294217
q47 | -.0809184
.0855831
-0.95
0.346
-.0695795
q48 |
.0427776
.048618
0.88
0.380
.0658031
q49 | -.1032361
.0402503
-2.56
0.011
-.1905776
q50 |
.0338725
.0522285
0.65
0.517
.0474154
q51 |
.029211
.0572558
0.51
0.611
.0383236
q52 |
.066787
.0480931
1.39
0.167
.0995769
q53 |
-.040592
.0696464
-0.58
0.561
-.0456007
q54 | -.0039689
.0791829
-0.05
0.960
-.0046061
q55 | -.0207078
.0982106
-0.21
0.833
-.0171489
q56 |
.1841506
.0809454
2.27
0.024
.185011
_cons |
1.766884
.576551
3.06
0.003
.
-----------------------------------------------------------------------------. regress q67 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.7030457
11 1.42754961
Residual |
125.95857
186 .677196615
-------------+-----------------------------Total | 141.661616
197 .719094498

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.11
0.0216
0.1108
0.0583
.82292

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0529266
.0893834
0.59
0.554
.0451987
q58 | -.0606069
.0489981
-1.24
0.218
-.0919628
q59 |
.0579421
.0753707
0.77
0.443
.0605641
q60 | -.0344736
.047387
-0.73
0.468
-.0526449
q61 |
.0169108
.0849267
0.20
0.842
.0157896
q62 |
.0638757
.0428853
1.49
0.138
.1049887
q63 |
.1833754
.1016265
1.80
0.073
.1427643
q64 | -.0242672
.0712254
-0.34
0.734
-.0248785
q65 |
.2868184
.1179839
2.43
0.016
.1931184
q66 |
.0481528
.0678797
0.71
0.479
.0538385
q68 |
.0281776
.053729
0.52
0.601
.0406793
_cons |
.381445
.5905845
0.65
0.519
.
-----------------------------------------------------------------------------. regress q67 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.4602105
12 1.53835087
Page 259

Number of obs =
F( 12,
183) =
Prob > F
=

196
2.28
0.0100

3Snsize205.11.9.16
Residual |
123.3153
183 .673854097
-------------+-----------------------------Total |
141.77551
195 .727053898

R-squared
=
Adj R-squared =
Root MSE
=

0.1302
0.0732
.82089

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1571612
.116071
1.35
0.177
.1150788
q70 |
-.095364
.0642156
-1.49
0.139
-.1119113
q71 |
.0212785
.0452005
0.47
0.638
.0340211
q72 |
.1862885
.0964345
1.93
0.055
.1565294
q73 |
.1100409
.0578992
1.90
0.059
.1386574
q74 |
.0222967
.0528126
0.42
0.673
.0321448
q75 |
.0124948
.0597188
0.21
0.835
.0159757
q76 | -.0759077
.0444209
-1.71
0.089
-.1215561
q77 | -.1675417
.1053806
-1.59
0.114
-.1294741
q78 | -.0032415
.0599163
-0.05
0.957
-.0041192
q79 |
.0136306
.0499297
0.27
0.785
.0196862
q80 |
.0573826
.0708323
0.81
0.419
.0650371
_cons |
1.313957
.42694
3.08
0.002
.
-----------------------------------------------------------------------------. regress q67 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.7559589
8 2.71949486
Residual | 119.452163
188 .635383845
-------------+-----------------------------Total | 141.208122
196 .720449601

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.28
0.0001
0.1541
0.1181
.79711

-----------------------------------------------------------------------------q67 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2970106
.0741157
-4.01
0.000
-.2959517
q82 |
.0289562
.0674284
0.43
0.668
.0326399
q83 |
.1442908
.0518281
2.78
0.006
.1956087
q84 |
.0370485
.0446548
0.83
0.408
.0584325
q85 |
-.031776
.1109916
-0.29
0.775
-.0230503
q86 |
.1097829
.0764328
1.44
0.153
.1102633
q87 |
.1283139
.0906336
1.42
0.159
.12327
q88 |
.0183768
.0787307
0.23
0.816
.0167192
_cons |
1.41994
.6477361
2.19
0.030
.
-----------------------------------------------------------------------------.
. //q68 as outcome variable: You have felt negative feelings (e.g. lonely, angry,
anxious, hostile, depressed, jealous, and/or resentful) frequently with relatively
ineffective ways of managing these feelings.
. regress q68 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 16.5071751
17 .971010298
Residual | 203.345174
131 1.55225324
Page 260

Number of obs
F( 17,
131)
Prob > F
R-squared

=
=
=
=

149
0.63
0.8668
0.0751

3Snsize205.11.9.16
-------------+-----------------------------Total | 219.852349
148 1.48548884

Adj R-squared = -0.0449


Root MSE
= 1.2459

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.109855
.4116096
0.27
0.790
.0233029
qhispanic |
.2325613
.3763734
0.62
0.538
.0608682
qblack |
.2763263
.6538566
0.42
0.673
.0367686
qasian |
-.177305
.6946014
-0.26
0.799
-.0235926
qpacif |
.5357956
1.279958
0.42
0.676
.036014
qamerind | -.0191727
.7583128
-0.03
0.980
-.002217
qotherrac |
.5305792
.4312495
1.23
0.221
.1092947
q2nd |
.2674409
.2826653
0.95
0.346
.1054005
q3rd | -.1797933
.2909507
-0.62
0.538
-.0687803
qa |
.375012
.4364577
0.86
0.392
.0900777
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1958129
.1669287
1.17
0.243
.1576739
qlesshs |
.465871
.3317299
1.40
0.163
.1914122
qcath | -.0753905
.5479412
-0.14
0.891
-.0139898
qlds |
.1410949
.2661689
0.53
0.597
.0553656
qprot | -.5330209
.551472
-0.97
0.336
-.0862639
qbud | -.0363358
.7913586
-0.05
0.963
-.0042016
qis |
0 (omitted)
.
qotherrel |
.033955
.3009967
0.11
0.910
.0119656
_cons |
1.695283
.551766
3.07
0.003
.
-----------------------------------------------------------------------------. regress q68 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 105.670689
12 8.80589078
Residual | 185.187949
178 1.04038174
-------------+-----------------------------Total | 290.858639
190 1.53083494

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
8.46
0.0000
0.3633
0.3204
1.02

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.099623
.1005076
0.99
0.323
.0653542
q12 | -.0461702
.0519232
-0.89
0.375
-.0562341
q11 |
.0069579
.0688669
0.10
0.920
.0064839
q10 | -.0450111
.1037522
-0.43
0.665
-.028593
q9 | -.1196347
.0904279
-1.32
0.188
-.0808366
q14 | -.0406998
.0469462
-0.87
0.387
-.0539935
q15 | -.1362027
.0802818
-1.70
0.092
-.1113291
q16 |
.0356726
.0755131
0.47
0.637
.0325303
q17 |
.1082059
.0769419
1.41
0.161
.0967941
q18 | -.0859134
.1185816
-0.72
0.470
-.0480953
q19 |
.0884868
.0648431
1.36
0.174
.0851441
q20 |
.4944724
.076017
6.50
0.000
.4598849
_cons |
1.970101
.7951214
2.48
0.014
.
-----------------------------------------------------------------------------. regress q68 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |

SS

df

MS
Page 261

Number of obs =

197

3Snsize205.11.9.16
-------------+-----------------------------Model | 88.6601262
12 7.38834385
Residual | 201.228199
184 1.09363151
-------------+-----------------------------Total | 289.888325
196 1.47902207

F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

6.76
0.0000
0.3058
0.2606
1.0458

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1488578
.1015068
1.47
0.144
.0990402
q22 | -.1427033
.0815955
-1.75
0.082
-.1159769
q23 |
.0550411
.0666805
0.83
0.410
.0557764
q24 | -.1516282
.0743805
-2.04
0.043
-.1393937
q25 | -.0723518
.0618858
-1.17
0.244
-.0760372
q26 |
.0047587
.0454661
0.10
0.917
.0065875
q27 |
.0865231
.0737152
1.17
0.242
.0808251
q28 | -.0952522
.1461631
-0.65
0.515
-.0433969
q29 |
.0827709
.0922952
0.90
0.371
.0638433
q30 | -.0461229
.1031396
-0.45
0.655
-.0312036
q31 |
.1808961
.0960127
1.88
0.061
.1416694
q32 |
.3706232
.0906124
4.09
0.000
.3068825
_cons |
2.129748
.6326174
3.37
0.001
.
-----------------------------------------------------------------------------. regress q68 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 82.7259141
12 6.89382618
Residual | 202.607419
182 1.11322758
-------------+-----------------------------Total | 285.333333
194 1.47079038

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
6.19
0.0000
0.2899
0.2431
1.0551

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2566201
.1007437
2.55
0.012
.1955414
q34 |
.2620714
.0902156
2.90
0.004
.2145642
q35 |
-.0411
.0614445
-0.67
0.504
-.0456882
q36 |
.2596202
.0677883
3.83
0.000
.2550397
q37 |
.1044235
.113128
0.92
0.357
.063702
q38 |
.0297491
.1041127
0.29
0.775
.0190786
q39 |
.0804192
.0629552
1.28
0.203
.0846689
q40 |
.0391443
.0824061
0.48
0.635
.0339056
q41 |
.0096954
.0622379
0.16
0.876
.0107044
q42 |
.0569702
.0656279
0.87
0.386
.0577835
q43 |
.0133521
.1401522
0.10
0.924
.0069939
q44 |
.030873
.05782
0.53
0.594
.0359975
_cons |
.1700061
.6808422
0.25
0.803
.
-----------------------------------------------------------------------------. regress q68 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 76.7384196
12
6.3948683
Residual | 206.133375
182 1.13260096
-------------+-----------------------------Total | 282.871795
194 1.45810204
Page 262

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.65
0.0000
0.2713
0.2232
1.0642

3Snsize205.11.9.16
-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1134284
.0769481
-1.47
0.142
-.1026829
q46 | -.1217081
.0527254
-2.31
0.022
-.1532944
q47 |
.089228
.1131372
0.79
0.431
.0538411
q48 | -.0799696
.0643727
-1.24
0.216
-.0862633
q49 | -.0490518
.0532403
-0.92
0.358
-.0635733
q50 |
.0716127
.0691157
1.04
0.302
.0702998
q51 |
.0816353
.0757711
1.08
0.283
.0751918
q52 | -.3264177
.063967
-5.10
0.000
-.3394999
q53 |
.1015385
.092058
1.10
0.271
.0800879
q54 |
.0865654
.1046896
0.83
0.409
.0704616
q55 | -.0151773
.1303264
-0.12
0.907
-.0088024
q56 |
.1218383
.1070526
1.14
0.257
.0858774
_cons |
3.537728
.7640208
4.63
0.000
.
-----------------------------------------------------------------------------. regress q68 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67, b
Source |
SS
df
MS
-------------+-----------------------------Model | 61.0154537
11 5.54685943
Residual | 234.237072
186 1.25933909
-------------+-----------------------------Total | 295.252525
197 1.49874378

Number of obs
F( 11,
186)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.40
0.0000
0.2067
0.1597
1.1222

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0640402
.1219152
-0.53
0.600
-.0378821
q58 |
.1299794
.0664118
1.96
0.052
.1366137
q59 |
.1689517
.1021969
1.65
0.100
.1223244
q60 | -.0119016
.064707
-0.18
0.854
-.0125894
q61 |
.0913254
.1156318
0.79
0.431
.0590648
q62 |
.0268445
.0587968
0.46
0.649
.0305627
q63 | -.2886699
.1381825
-2.09
0.038
-.1556716
q64 |
.0899625
.0969351
0.93
0.355
.0638845
q65 |
.3045858
.1618956
1.88
0.061
.1420547
q66 |
.3168832
.0897322
3.53
0.001
.2454147
q67 |
.0524
.0999164
0.52
0.601
.0362961
_cons |
1.158348
.8017877
1.44
0.150
.
-----------------------------------------------------------------------------. regress q68 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 90.2239904
12 7.51866587
Residual | 204.485193
183 1.11740543
-------------+-----------------------------Total | 294.709184
195 1.51132915

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.73
0.0000
0.3061
0.2606
1.0571

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1029387
.1494672
0.69
0.492
.0522796
q70 | -.0513928
.0826919
-0.62
0.535
-.0418307
Page 263

3Snsize205.11.9.16
q71 |
.2143035
.0582058
3.68
0.000
.2376515
q72 |
.176078
.1241809
1.42
0.158
.1026169
q73 | -.1187847
.0745581
-1.59
0.113
-.1038134
q74 |
.2628285
.068008
3.86
0.000
.2628126
q75 |
.2159549
.0769012
2.81
0.006
.1915138
q76 |
.020129
.0572018
0.35
0.725
.0223572
q77 |
-.065492
.135701
-0.48
0.630
-.0351037
q78 |
.1030152
.0771557
1.34
0.183
.0907985
q79 |
.1586542
.0642957
2.47
0.015
.1589286
q80 | -.0459844
.0912123
-0.50
0.615
-.036149
_cons |
.4376492
.5497804
0.80
0.427
.
-----------------------------------------------------------------------------. regress q68 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.3123859
8 4.53904824
Residual | 258.814518
188 1.37667297
-------------+-----------------------------Total | 295.126904
196 1.50574951

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.30
0.0015
0.1230
0.0857
1.1733

-----------------------------------------------------------------------------q68 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1379798
.1090957
-1.26
0.208
-.095102
q82 | -.3307744
.0992522
-3.33
0.001
-.2579078
q83 | -.0383779
.0762891
-0.50
0.616
-.0359878
q84 |
-.088766
.0657302
-1.35
0.178
-.0968402
q85 |
.10619
.1633757
0.65
0.517
.0532828
q86 | -.0294409
.1125064
-0.26
0.794
-.0204538
q87 | -.0340984
.1334095
-0.26
0.799
-.0226591
q88 |
.1132412
.1158888
0.98
0.330
.071265
_cons |
4.592558
.9534444
4.82
0.000
.
-----------------------------------------------------------------------------.
. //q69 as outcome variable: I believe that I deserve to get what I want, regardless
of what it costs someone else.
. regress q69 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 5.87658965
17 .345681744
Residual | 53.5328063
131 .408647377
-------------+-----------------------------Total |
59.409396
148 .401414838

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.85
= 0.6379
= 0.0989
= -0.0180
= .63926

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3216575
.2111926
1.52
0.130
.1312568
qhispanic | -.0031361
.1931132
-0.02
0.987
-.001579
qblack |
.535496
.3354869
1.60
0.113
.1370723
qasian |
.3256627
.3563926
0.91
0.363
.0833607
Page 264

3Snsize205.11.9.16
qpacif | -.4881573
.6567329
-0.74
0.459
-.0631204
qamerind |
.1606937
.3890823
0.41
0.680
.035745
qotherrac |
.2540523
.2212696
1.15
0.253
.1006722
q2nd |
.14379
.1450326
0.99
0.323
.1090138
q3rd | -.0021352
.1492837
-0.01
0.989
-.0015713
qa |
.212475
.2239418
0.95
0.344
.0981789
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.05918
.0856493
0.69
0.491
.0916709
qlesshs | -.0540792
.1702071
-0.32
0.751
-.0427437
qcath | -.0175126
.2811428
-0.06
0.950
-.0062515
qlds |
.0041881
.1365685
0.03
0.976
.0031615
qprot | -.0591562
.2829545
-0.21
0.835
-.0184172
qbud |
.2059802
.4060377
0.51
0.613
.0458186
qis |
0 (omitted)
.
qotherrel | -.2041048
.1544382
-1.32
0.189
-.138364
_cons |
.9043498
.2831053
3.19
0.002
.
-----------------------------------------------------------------------------. regress q69 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 11.9756503
12
.99797086
Residual | 62.7992188
178
.3528046
-------------+-----------------------------Total | 74.7748691
190 .393551943

Number of obs
F( 12,
178)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

191
2.83
0.0014
0.1602
0.1035
.59397

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0014449
.0585288
0.02
0.980
.0018694
q12 |
.0266579
.0302366
0.88
0.379
.0640364
q11 |
.0131206
.0401034
0.33
0.744
.0241141
q10 |
.1510441
.0604182
2.50
0.013
.1892377
q9 |
.0526116
.0526591
1.00
0.319
.0701125
q14 | -.0392112
.0273383
-1.43
0.153
-.1025941
q15 | -.1772639
.0467507
-3.79
0.000
-.2857632
q16 |
.047091
.0439737
1.07
0.286
.0846945
q17 |
.034748
.0448057
0.78
0.439
.0613042
q18 | -.0819342
.0690539
-1.19
0.237
-.0904628
q19 | -.0022132
.0377602
-0.06
0.953
-.0042001
q20 |
-.059716
.0442671
-1.35
0.179
-.1095371
_cons |
2.042803
.4630247
4.41
0.000
.
-----------------------------------------------------------------------------. regress q69 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.3010001
12 1.52508334
Residual | 58.1863096
184 .316229943
-------------+-----------------------------Total | 76.4873096
196 .390241376

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.82
0.0000
0.2393
0.1897
.56234

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0687552
.0545834
1.26
0.209
.0890567
Page 265

3Snsize205.11.9.16
q22 |
.01077
.0438765
0.25
0.806
.0170402
q23 |
.1239209
.0358562
3.46
0.001
.2444716
q24 | -.0646417
.0399968
-1.62
0.108
-.1156902
q25 | -.0194742
.033278
-0.59
0.559
-.0398435
q26 | -.0019483
.0244486
-0.08
0.937
-.0052506
q27 |
.016471
.039639
0.42
0.678
.0299541
q28 | -.0144693
.0785966
-0.18
0.854
-.0128337
q29 |
.0436827
.0496301
0.88
0.380
.0655945
q30 |
.16952
.0554615
3.06
0.003
.2232694
q31 |
.0955976
.0516291
1.85
0.066
.145752
q32 |
.0207987
.0487252
0.43
0.670
.0335271
_cons |
.5990758
.3401787
1.76
0.080
.
-----------------------------------------------------------------------------. regress q69 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
21.404367
12 1.78369725
Residual |
51.744351
182 .284309621
-------------+-----------------------------Total | 73.1487179
194 .377055247

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
6.27
0.0000
0.2926
0.2460
.53321

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0489915
.0509122
-0.96
0.337
-.0737295
q34 |
.017832
.0455917
0.39
0.696
.0288343
q35 | -.0238476
.0310518
-0.77
0.443
-.0523575
q36 | -.0489599
.0342577
-1.43
0.155
-.094991
q37 |
.3532809
.0571707
6.18
0.000
.4256451
q38 | -.1047605
.0526148
-1.99
0.048
-.1326914
q39 |
.0091914
.0318152
0.29
0.773
.0191125
q40 |
.0900776
.041645
2.16
0.032
.1540967
q41 | -.0058379
.0314528
-0.19
0.853
-.0127301
q42 | -.0068502
.033166
-0.21
0.837
-.0137225
q43 |
.0944654
.0708278
1.33
0.184
.0977271
q44 | -.0014828
.0292201
-0.05
0.960
-.0034146
_cons |
1.250473
.3440727
3.63
0.000
.
-----------------------------------------------------------------------------. regress q69 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.4257289
12 1.53547741
Residual | 55.5895773
183 .303768182
-------------+-----------------------------Total | 74.0153061
195 .379565672

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.05
0.0000
0.2489
0.1997
.55115

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.110322
.0398443
-2.77
0.006
-.195242
q46 | -.0149873
.027243
-0.55
0.583
-.0370724
q47 |
.0167851
.0585768
0.29
0.775
.0198105
q48 | -.0352239
.0332763
-1.06
0.291
-.0743716
q49 |
.0072681
.0275491
0.26
0.792
.0184163
q50 | -.0067557
.0357475
-0.19
0.850
-.0129803
Page 266

3Snsize205.11.9.16
q51 | -.0146989
.0391883
-0.38
0.708
-.0264693
q52 |
.0187605
.032917
0.57
0.569
.0383928
q53 | -.0327382
.0476691
-0.69
0.493
-.0504806
q54 | -.0344744
.0541963
-0.64
0.526
-.0549157
q55 |
.2815077
.0672196
4.19
0.000
.3199872
q56 |
.1363946
.0554026
2.46
0.015
.1880878
_cons |
1.500324
.3946167
3.80
0.000
.
-----------------------------------------------------------------------------. regress q69 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.0761553
12 1.50634628
Residual | 58.1309154
185 .314221164
-------------+-----------------------------Total | 76.2070707
197 .386837922

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.79
0.0000
0.2372
0.1877
.56055

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0012509
.0609433
-0.02
0.984
-.0014565
q58 |
.0294923
.0335134
0.88
0.380
.0610136
q59 |
.1585114
.0514223
3.08
0.002
.2258969
q60 |
.0480941
.0323249
1.49
0.138
.100136
q61 |
.0039177
.0578563
0.07
0.946
.0049874
q62 |
.0226312
.0293862
0.77
0.442
.0507157
q63 |
.0832493
.069829
1.19
0.235
.0883664
q64 |
.1248281
.0485323
2.57
0.011
.17448
q65 |
.1282986
.0816347
1.57
0.118
.1177788
q66 |
.1155941
.0463006
2.50
0.013
.1762123
q67 |
.0427115
.0499464
0.86
0.394
.0582335
q68 | -.0164352
.036626
-0.45
0.654
-.0323499
_cons |
.1106462
.4027438
0.27
0.784
.
-----------------------------------------------------------------------------. regress q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.9981826
11 2.36347115
Residual | 50.0171235
184 .271832193
-------------+-----------------------------Total | 76.0153061
195 .389822083

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
8.69
0.0000
0.3420
0.3027
.52138

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q70 | -.0823966
.0403308
-2.04
0.042
-.1320531
q71 |
.0206766
.028668
0.72
0.472
.0451479
q72 | -.0484719
.0611448
-0.79
0.429
-.0556224
q73 |
.0761286
.0363432
2.09
0.038
.1310048
q74 | -.0470901
.0333631
-1.41
0.160
-.0927149
q75 | -.0114638
.0379202
-0.30
0.763
-.0200175
q76 | -.0121129
.0281992
-0.43
0.668
-.0264905
q77 |
.399585
.0601
6.65
0.000
.4217151
q78 |
.0759825
.0376406
2.02
0.045
.1318674
q79 |
.0121582
.0316996
0.38
0.702
.023981
q80 |
.1414696
.0437626
3.23
0.001
.2189749
Page 267

3Snsize205.11.9.16
_cons |
.7875382
.2648772
2.97
0.003
.
-----------------------------------------------------------------------------. regress q69 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.0849929
8 3.63562411
Residual | 47.0266823
188 .250141927
-------------+-----------------------------Total | 76.1116751
196 .388324873

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
14.53
0.0000
0.3821
0.3558
.50014

-----------------------------------------------------------------------------q69 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0704149
.0465035
-1.51
0.132
-.0955691
q82 | -.0155502
.0423076
-0.37
0.714
-.0238752
q83 |
.0269595
.0325192
0.83
0.408
.0497813
q84 | -.0001175
.0280184
-0.00
0.997
-.0002523
q85 |
.5594434
.0696411
8.03
0.000
.5527621
q86 | -.0049857
.0479573
-0.10
0.917
-.0068207
q87 | -.0042116
.0568676
-0.07
0.941
-.0055111
q88 |
.0558845
.0493991
1.13
0.259
.0692535
_cons |
.8897728
.4064183
2.19
0.030
.
-----------------------------------------------------------------------------.
. //q70 as outcome variable: You have a high degree of honesty with those in
authority over your treatment (probation/parole officer, therapist).
. regress q70 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 25.6610315
17 1.50947244
Residual | 114.500042
131 .874046125
-------------+-----------------------------Total | 140.161074
148 .947034283

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.73
0.0454
0.1831
0.0771
.9349

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.1462372
.3088669
-0.47
0.637
-.0388508
qhispanic | -.5098936
.2824261
-1.81
0.073
-.1671414
qblack | -2.164707
.4906462
-4.41
0.000
-.36075
qasian | -.3735115
.5212206
-0.72
0.475
-.062246
qpacif |
.6740366
.9604651
0.70
0.484
.0567424
qamerind |
-.01945
.5690289
-0.03
0.973
-.0028168
qotherrac | -.2082413
.3236045
-0.64
0.521
-.0537239
q2nd |
.1060917
.2121086
0.50
0.618
.0523658
q3rd |
.1903041
.2183259
0.87
0.385
.0911781
qa |
.1929017
.3275126
0.59
0.557
.058031
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0178675
.1252613
-0.14
0.887
-.0180192
qlesshs | -.2636199
.2489261
-1.06
0.292
-.1356544
Page 268

3Snsize205.11.9.16
qcath |
.8689123
.4111685
2.11
0.036
.2019406
qlds |
.1443987
.19973
0.72
0.471
.070965
qprot |
.2856094
.413818
0.69
0.491
.0578908
qbud |
.4605885
.593826
0.78
0.439
.0667027
qis |
0 (omitted)
.
qotherrel |
.2598881
.2258643
1.15
0.252
.1147018
_cons |
4.401844
.4140386
10.63
0.000
.
-----------------------------------------------------------------------------. regress q70 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.2120261
12 2.26766884
Residual | 167.767141
179 .937246595
-------------+-----------------------------Total | 194.979167
191 1.02083333

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
2.42
0.0062
0.1396
0.0819
.96811

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1773906
.0949543
-1.87
0.063
-.1422437
q12 | -.0570004
.0492824
-1.16
0.249
-.0847937
q11 |
.005439
.0641738
0.08
0.933
.0063026
q10 |
-.125971
.0984023
-1.28
0.202
-.0978227
q9 |
.019853
.0856667
0.23
0.817
.0164041
q14 |
.0604025
.0444527
1.36
0.176
.0979954
q15 |
.1195421
.0761895
1.57
0.118
.1193936
q16 | -.1248964
.0714601
-1.75
0.082
-.1396086
q17 | -.0080308
.0712949
-0.11
0.910
-.0089373
q18 |
.1278701
.1125501
1.14
0.257
.0874765
q19 | -.1454066
.0613335
-2.37
0.019
-.1713198
q20 |
.0370458
.0717134
0.52
0.606
.0422613
_cons |
4.18081
.7517691
5.56
0.000
.
-----------------------------------------------------------------------------. regress q70 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.3930406
12 2.61608672
Residual | 175.920091
185 .950919409
-------------+-----------------------------Total | 207.313131
197 1.05235092

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.75
0.0018
0.1514
0.0964
.97515

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.2243052
.094543
-2.37
0.019
-.1766953
q22 |
.182137
.0760558
2.39
0.018
.1750528
q23 | -.0509307
.0621531
-0.82
0.414
-.0612201
q24 |
.0636553
.0669431
0.95
0.343
.0704565
q25 |
.028507
.0576885
0.49
0.622
.0354598
q26 |
.0790481
.0422288
1.87
0.063
.1296914
q27 | -.0591293
.067688
-0.87
0.383
-.0660899
q28 |
.0071818
.1361065
0.05
0.958
.0038708
q29 |
.0291742
.0854922
0.34
0.733
.0266577
q30 | -.0080471
.095198
-0.08
0.933
-.0064467
q31 | -.0759169
.0868817
-0.87
0.383
-.0713019
Page 269

3Snsize205.11.9.16
q32 | -.1069016
.0830825
-1.29
0.200
-.1049515
_cons |
3.829604
.5746046
6.66
0.000
.
-----------------------------------------------------------------------------. regress q70 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.0426267
12 3.50355222
Residual | 164.625741
183 .899594211
-------------+-----------------------------Total | 206.668367
195 1.05983778

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.89
0.0000
0.2034
0.1512
.94847

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1703308
.0900978
-1.89
0.060
-.1525867
q34 |
.1282098
.0810581
1.58
0.115
.1235762
q35 |
.043631
.055201
0.79
0.430
.0569928
q36 | -.0656847
.0608045
-1.08
0.281
-.0760101
q37 | -.2432407
.1016122
-2.39
0.018
-.1745157
q38 |
.3235374
.0932337
3.47
0.001
.2441543
q39 |
.0139519
.0562698
0.25
0.804
.0173337
q40 |
.0037998
.0739501
0.05
0.959
.0038734
q41 | -.0467897
.0559286
-0.84
0.404
-.060792
q42 |
.104703
.0589548
1.78
0.077
.1248027
q43 |
.0220479
.1256512
0.18
0.861
.0135804
q44 | -.0171459
.0519768
-0.33
0.742
-.0235022
_cons |
2.772401
.6094135
4.55
0.000
.
-----------------------------------------------------------------------------. regress q70 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 38.9045924
12 3.24204936
Residual | 166.354291
184 .904099407
-------------+-----------------------------Total | 205.258883
196
1.0472392

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.59
0.0001
0.1895
0.1367
.95084

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0546324
.0674
0.81
0.419
.0591925
q46 |
.0098571
.0469422
0.21
0.834
.0146584
q47 | -.2071553
.1008494
-2.05
0.041
-.1471387
q48 |
.0751121
.0573924
1.31
0.192
.0952349
q49 |
.0187741
.0475007
0.40
0.693
.0285675
q50 |
.0144168
.0615215
0.23
0.815
.0166772
q51 | -.0916194
.0675982
-1.36
0.177
-.0990804
q52 |
-.021129
.0567036
-0.37
0.710
-.0260061
q53 |
.1950089
.0822381
2.37
0.019
.1805655
q54 |
.2292673
.0934955
2.45
0.015
.2193872
q55 | -.1987592
.1158326
-1.72
0.088
-.1357347
q56 | -.2568897
.0955689
-2.69
0.008
-.2129413
_cons |
3.560175
.6799647
5.24
0.000
.
-----------------------------------------------------------------------------. regress q70 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Page 270

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 47.3079172
12 3.94232643
Residual | 160.535517
185 .867759552
-------------+-----------------------------Total | 207.843434
197 1.05504281

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.54
0.0000
0.2276
0.1775
.93154

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.3983492
.1012763
3.93
0.000
.2808495
q58 |
.0620175
.055693
1.11
0.267
.0776896
q59 | -.0772748
.0854542
-0.90
0.367
-.0666833
q60 |
.0169998
.0537179
0.32
0.752
.0214324
q61 | -.0617742
.0961463
-0.64
0.521
-.0476181
q62 | -.0597473
.0488344
-1.22
0.223
-.0810744
q63 | -.2403327
.1160426
-2.07
0.040
-.1544719
q64 | -.0350804
.0806515
-0.43
0.664
-.0296912
q65 |
.1064103
.1356616
0.78
0.434
.0591505
q66 | -.0979864
.076943
-1.27
0.204
-.0904473
q67 |
-.131802
.0830015
-1.59
0.114
-.1088128
q68 |
-.073765
.0608656
-1.21
0.227
-.0879183
_cons |
3.275866
.6692846
4.89
0.000
.
-----------------------------------------------------------------------------. regress q70 q69 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.8326369
11 2.89387608
Residual | 163.412261
184 .888110115
-------------+-----------------------------Total | 195.244898
195 1.00125589

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.26
0.0004
0.1630
0.1130
.9424

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2692001
.131766
-2.04
0.042
-.1679716
q71 |
-.03145
.0518394
-0.61
0.545
-.0428489
q72 | -.3035297
.108424
-2.80
0.006
-.2173311
q73 | -.0437507
.0663913
-0.66
0.511
-.046977
q74 | -.0525297
.0605062
-0.87
0.386
-.0645336
q75 | -.0916405
.0682248
-1.34
0.181
-.0998461
q76 |
.0216002
.0509713
0.42
0.672
.0294754
q77 |
.1404773
.1205352
1.17
0.245
.0925075
q78 | -.0011888
.0687853
-0.02
0.986
-.0012873
q79 |
.0695937
.0570904
1.22
0.224
.08565
q80 | -.1235085
.0808057
-1.53
0.128
-.1192858
_cons |
5.258721
.2998996
17.53
0.000
.
-----------------------------------------------------------------------------. regress q70 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
47.060454
8 5.88255675
Residual |
160.78298
189
.8507036
-------------+-----------------------------Page 271

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared

=
=
=
=
=

198
6.91
0.0000
0.2264
0.1937

Total |

207.843434

197

3Snsize205.11.9.16
1.05504281

Root MSE

.92234

-----------------------------------------------------------------------------q70 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.3166066
.0857587
3.69
0.000
.2601644
q82 |
.0188628
.0780206
0.24
0.809
.0175273
q83 | -.0276289
.0599695
-0.46
0.646
-.0308825
q84 |
.1215372
.0515531
2.36
0.019
.1583393
q85 |
.1204881
.1280231
0.94
0.348
.0723171
q86 | -.0319948
.0884309
-0.36
0.718
-.0265007
q87 |
.2088596
.1048239
1.99
0.048
.165504
q88 | -.2250139
.0910476
-2.47
0.014
-.1689515
_cons |
1.730493
.7493007
2.31
0.022
.
-----------------------------------------------------------------------------.
. //q71 as outcome variable: You have been very erratic in taking steps to change in
treatment.
. regress q71 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 46.6541662
17 2.74436272
Residual | 206.701538
131 1.57787434
-------------+-----------------------------Total | 253.355705
148 1.71186287

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.74
0.0433
0.1841
0.0783
1.2561

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1140762
.4149927
0.27
0.784
.0225416
qhispanic |
.3956759
.3794668
1.04
0.299
.0964701
qblack |
1.821507
.6592308
2.76
0.007
.2257805
qasian | -.6892058
.7003104
-0.98
0.327
-.0854288
qpacif | -1.462598
1.290478
-1.13
0.259
-.0915793
qamerind |
.9831162
.7645455
1.29
0.201
.1058969
qotherrac |
.8209735
.434794
1.89
0.061
.1575354
q2nd | -.1154247
.2849885
-0.41
0.686
-.0423754
q3rd | -.4573514
.293342
-1.56
0.121
-.1629823
qa |
-.580617
.440045
-1.32
0.189
-.1299158
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.4712554
.1683007
2.80
0.006
.3534884
qlesshs |
.9152632
.3344564
2.74
0.007
.350308
qcath |
.4548223
.5524448
0.82
0.412
.0786209
qlds | -.0457905
.2683566
-0.17
0.865
-.016738
qprot | -.8372141
.5560046
-1.51
0.135
-.1262181
qbud |
.1568084
.7978629
0.20
0.844
.0168907
qis |
0 (omitted)
.
qotherrel | -.4951841
.3034706
-1.63
0.105
-.1625544
_cons |
1.521435
.556301
2.73
0.007
.
-----------------------------------------------------------------------------. regress q71 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Page 272

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 64.3211189
12 5.36009324
Residual | 281.595548
179 1.57315948
-------------+-----------------------------Total | 345.916667
191 1.81108202

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.41
0.0002
0.1859
0.1314
1.2543

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.390753
.1230195
3.18
0.002
.235241
q12 | -.1052725
.0638486
-1.65
0.101
-.1175734
q11 | -.0101361
.0831414
-0.12
0.903
-.0088182
q10 |
.2085991
.1274867
1.64
0.104
.1216158
q9 |
.0423221
.1109869
0.38
0.703
.0262544
q14 |
.0021966
.0575914
0.04
0.970
.0026756
q15 | -.0861185
.0987085
-0.87
0.384
-.0645751
q16 |
.0396098
.0925813
0.43
0.669
.0332409
q17 |
.0736169
.0923673
0.80
0.427
.061508
q18 |
.058996
.1458161
0.40
0.686
.0303008
q19 | -.0978022
.0794615
-1.23
0.220
-.0865127
q20 |
.1571293
.0929095
1.69
0.093
.1345768
_cons |
1.51351
.9739663
1.55
0.122
.
-----------------------------------------------------------------------------. regress q71 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 71.8352685
12 5.98627237
Residual | 297.982913
185 1.61071845
-------------+-----------------------------Total | 369.818182
197 1.87724965

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.72
0.0000
0.1942
0.1420
1.2691

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0031464
.1230459
-0.03
0.980
-.0018557
q22 |
.0178741
.0989852
0.18
0.857
.0128622
q23 | -.0430373
.0808911
-0.53
0.595
-.0387327
q24 | -.1605011
.0871253
-1.84
0.067
-.1330098
q25 |
.1443594
.0750806
1.92
0.056
.1344465
q26 |
.075533
.05496
1.37
0.171
.0927845
q27 | -.1049532
.0880947
-1.19
0.235
-.0878308
q28 |
.073935
.1771401
0.42
0.677
.0298356
q29 | -.0606291
.1112665
-0.54
0.586
-.0414786
q30 |
.1732368
.1238984
1.40
0.164
.1039112
q31 | -.0342262
.113075
-0.30
0.762
-.024068
q32 |
.4415738
.1081304
4.08
0.000
.3245837
_cons |
1.589257
.7478372
2.13
0.035
.
-----------------------------------------------------------------------------. regress q71 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
62.798647
12 5.23322058
Residual | 299.624822
183 1.63729411
Page 273

Number of obs
F( 12,
183)
Prob > F
R-squared

=
=
=
=

196
3.20
0.0004
0.1733

3Snsize205.11.9.16
-------------+-----------------------------Total | 362.423469
195 1.85858189

Adj R-squared =
Root MSE
=

0.1191
1.2796

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0527267
.1215497
0.43
0.665
.0356683
q34 |
.1726823
.1093544
1.58
0.116
.125687
q35 | -.1566373
.0744709
-2.10
0.037
-.1545071
q36 |
.243154
.0820306
2.96
0.003
.2124796
q37 | -.0410095
.1370837
-0.30
0.765
-.0222183
q38 | -.0087569
.1257804
-0.07
0.945
-.0049902
q39 |
.0218745
.0759129
0.29
0.774
.0205223
q40 |
.1395131
.0997652
1.40
0.164
.1073924
q41 |
.0312035
.0754526
0.41
0.680
.0306146
q42 | -.1582315
.0795351
-1.99
0.048
-.1424253
q43 |
.0182108
.1695145
0.11
0.915
.0084703
q44 | -.1438286
.0701212
-2.05
0.042
-.1488748
_cons |
2.681049
.822152
3.26
0.001
.
-----------------------------------------------------------------------------. regress q71 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 76.9089538
12 6.40907948
Residual | 289.578356
184 1.57379541
-------------+-----------------------------Total |
366.48731
196 1.86983321

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
4.07
0.0000
0.2099
0.1583
1.2545

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.2752193
.0889254
-3.09
0.002
-.2231602
q46 |
-.041034
.061934
-0.66
0.508
-.0456671
q47 |
.0429465
.1330575
0.32
0.747
.0228287
q48 |
-.072868
.0757217
-0.96
0.337
-.0691424
q49 | -.1625567
.062671
-2.59
0.010
-.1851146
q50 |
.1897057
.0811695
2.34
0.021
.1642316
q51 |
.0515646
.0891869
0.58
0.564
.0417324
q52 | -.1491757
.0748129
-1.99
0.048
-.1374095
q53 |
.0714034
.1085023
0.66
0.511
.049479
q54 |
.001279
.123355
0.01
0.992
.000916
q55 |
.0389587
.1528259
0.25
0.799
.0199109
q56 | -.0127511
.1260906
-0.10
0.920
-.0079101
_cons |
4.015889
.8971239
4.48
0.000
.
-----------------------------------------------------------------------------. regress q71 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 66.4868791
12 5.54057326
Residual | 303.331303
185 1.63962866
-------------+-----------------------------Total | 369.818182
197 1.87724965

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.38
0.0002
0.1798
0.1266
1.2805

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 274

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q57 | -.2138144
.1392134
-1.54
0.126
-.113011
q58 |
-.070161
.076555
-0.92
0.361
-.0658898
q59 |
.1038104
.1174645
0.88
0.378
.0671574
q60 |
.0064409
.07384
0.09
0.931
.0060876
q61 | -.0751315
.1321617
-0.57
0.570
-.0434172
q62 |
.1730619
.0671272
2.58
0.011
.1760518
q63 | -.4005636
.159511
-2.51
0.013
-.193011
q64 | -.0279655
.1108627
-0.25
0.801
-.0177443
q65 |
.1073612
.186479
0.58
0.565
.04474
q66 |
.2560131
.105765
2.42
0.016
.1771602
q67 |
.0570173
.114093
0.50
0.618
.0352889
q68 |
.2507084
.0836652
3.00
0.003
.2240121
_cons |
2.286482
.9199917
2.49
0.014
.
-----------------------------------------------------------------------------. regress q71 q69 q70 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.6019787
11 2.96381625
Residual | 329.821491
184
1.7925081
-------------+-----------------------------Total | 362.423469
195 1.85858189

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.65
0.0873
0.0900
0.0356
1.3388

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1363451
.1890419
0.72
0.472
.0624428
q70 | -.0634768
.1046295
-0.61
0.545
-.0465905
q72 | -.0086609
.1572811
-0.06
0.956
-.0045516
q73 |
.0814473
.0942411
0.86
0.389
.0641886
q74 |
-.018589
.0861252
-0.22
0.829
-.0167617
q75 |
.0965652
.0971394
0.99
0.321
.0772229
q76 |
.0251108
.0724257
0.35
0.729
.0251504
q77 | -.0778719
.1717773
-0.45
0.651
-.0376386
q78 |
.2635135
.0957718
2.75
0.007
.2094445
q79 | -.0488426
.0813546
-0.60
0.549
-.0441202
q80 |
.0964209
.1153068
0.84
0.404
.068351
_cons |
1.566251
.6866889
2.28
0.024
.
-----------------------------------------------------------------------------. regress q71 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.3693117
8 4.67116397
Residual | 329.640789
189 1.74413116
-------------+-----------------------------Total | 367.010101
197 1.86299544

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.68
0.0082
0.1018
0.0638
1.3207

-----------------------------------------------------------------------------q71 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.0280209
.1227944
0.23
0.820
.0173276
q82 | -.0045387
.1117145
-0.04
0.968
-.0031737
q83 |
.0256439
.0858679
0.30
0.766
.0215706
q84 | -.0793503
.0738168
-1.07
0.284
-.077796
q85 |
.195968
.1833112
1.07
0.286
.0885138
Page 275

3Snsize205.11.9.16
q86 | -.1413959
.1266206
-1.12
0.266
-.0881341
q87 |
-.327785
.1500931
-2.18
0.030
-.1954664
q88 |
.24019
.1303674
1.84
0.067
.1357178
_cons |
3.490555
1.072893
3.25
0.001
.
-----------------------------------------------------------------------------.
. //q72 as outcome variable: You have demonstrated serious disruptive behavior in
treatment sessions.
. regress q72 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 5.76874954
17 .339338208
Residual | 59.2379619
131 .452198182
-------------+-----------------------------Total | 65.0067114
148 .439234537

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.75
= 0.7457
= 0.0887
= -0.0295
= .67246

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3330293
.2221614
1.50
0.136
.1299149
qhispanic |
.0793063
.2031431
0.39
0.697
.0381722
qblack | -.3126432
.3529114
-0.89
0.377
-.0765052
qasian |
.0708903
.3749029
0.19
0.850
.0173472
qpacif | -.3996141
.6908421
-0.58
0.564
-.0493969
qamerind |
.051906
.4092904
0.13
0.899
.0110378
qotherrac |
.2206555
.2327618
0.95
0.345
.0835892
q2nd |
.0634858
.1525652
0.42
0.678
.0460127
q3rd |
.0350813
.1570372
0.22
0.824
.0246804
qa |
.142192
.2355729
0.60
0.547
.0628107
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.1589864
.0900978
1.76
0.080
.2354317
qlesshs |
.1867553
.1790473
1.04
0.299
.1411118
qcath | -.1795593
.2957448
-0.61
0.545
-.061276
qlds |
-.040156
.1436615
-0.28
0.780
-.0289778
qprot |
.1731229
.2976505
0.58
0.562
.0515259
qbud |
.0467102
.4271264
0.11
0.913
.0099329
qis |
0 (omitted)
.
qotherrel |
.1053135
.1624594
0.65
0.518
.0682499
_cons |
.6851263
.2978092
2.30
0.023
.
-----------------------------------------------------------------------------. regress q72 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.3490284
12 1.61241904
Residual | 80.5676382
179 .450098538
-------------+-----------------------------Total | 99.9166667
191 .523123909

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.58
0.0001
0.1937
0.1396
.67089

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 276

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q13 |
.0562728
.0658024
0.86
0.394
.0630341
q12 |
.0175288
.0341522
0.51
0.608
.0364262
q11 | -.0430288
.0444718
-0.97
0.335
-.0696524
q10 |
.1838229
.0681918
2.70
0.008
.1994087
q9 |
.0553317
.0593662
0.93
0.353
.063867
q14 | -.0108326
.0308053
-0.35
0.726
-.0245503
q15 | -.0243772
.0527985
-0.46
0.645
-.0340109
q16 |
.0189144
.0495212
0.38
0.703
.0295345
q17 |
.0564131
.0494067
1.14
0.255
.0877003
q18 |
.0189579
.0779961
0.24
0.808
.018117
q19 |
.1488424
.0425035
3.50
0.001
.2449769
q20 |
.0468906
.0496967
0.94
0.347
.0747249
_cons |
.4804046
.5209684
0.92
0.358
.
-----------------------------------------------------------------------------. regress q72 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.3791277
12 1.86492731
Residual | 78.2673369
185 .423066686
-------------+-----------------------------Total | 100.646465
197
.51089576

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.41
0.0000
0.2224
0.1719
.65044

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1076652
.0630611
1.71
0.089
.1217236
q22 |
.0029237
.05073
0.06
0.954
.0040329
q23 |
.0768111
.0414568
1.85
0.066
.1325111
q24 | -.1232357
.0446518
-2.76
0.006
-.1957658
q25 |
.0066643
.0384789
0.17
0.863
.0118975
q26 | -.0397004
.028167
-1.41
0.160
-.0934822
q27 | -.0277379
.0451486
-0.61
0.540
-.0444959
q28 |
.1429653
.0907844
1.57
0.117
.1105884
q29 | -.0391576
.0570242
-0.69
0.493
-.0513516
q30 |
.2079035
.063498
3.27
0.001
.2390447
q31 |
.0555707
.057951
0.96
0.339
.074907
q32 | -.0250698
.0554169
-0.45
0.652
-.035324
_cons |
1.1209
.3832672
2.92
0.004
.
-----------------------------------------------------------------------------. regress q72 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.7204523
12 1.22670436
Residual | 85.3764865
183 .466538178
-------------+-----------------------------Total | 100.096939
195 .513317635

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.63
0.0029
0.1471
0.0911
.68304

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0958683
.0648835
1.48
0.141
.1234029
q34 | -.1421847
.0583736
-2.44
0.016
-.1969215
q35 |
.0117635
.0397527
0.30
0.768
.0220793
q36 |
.0416554
.0437881
0.95
0.343
.0692635
Page 277

3Snsize205.11.9.16
q37 | -.0134928
.0731756
-0.18
0.854
-.01391
q38 | -.0507627
.0671419
-0.76
0.451
-.0550442
q39 |
.0095186
.0405224
0.23
0.815
.0169925
q40 |
.0734861
.0532549
1.38
0.169
.107637
q41 |
.1103153
.0402767
2.74
0.007
.2059486
q42 |
.001646
.042456
0.04
0.969
.0028192
q43 |
.1942392
.0904872
2.15
0.033
.1719124
q44 |
.033845
.0374308
0.90
0.367
.0666605
_cons |
.8307054
.4388664
1.89
0.060
.
-----------------------------------------------------------------------------. regress q72 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.0817848
12
1.2568154
Residual | 85.7507026
184 .466036427
-------------+-----------------------------Total | 100.832487
196 .514451466

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.70
0.0023
0.1496
0.0941
.68267

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0531196
.0483907
1.10
0.274
.0821149
q46 |
-.024312
.0337027
-0.72
0.472
-.0515834
q47 |
.0698929
.0724061
0.97
0.336
.0708296
q48 | -.0842283
.0412056
-2.04
0.042
-.1523683
q49 | -.0217975
.0341038
-0.64
0.524
-.047323
q50 | -.0252494
.0441701
-0.57
0.568
-.0416732
q51 |
.0860746
.048533
1.77
0.078
.1328086
q52 | -.0436338
.040711
-1.07
0.285
-.0766252
q53 |
.0545748
.0590438
0.92
0.357
.0720979
q54 |
.0470381
.0671263
0.70
0.484
.0642199
q55 |
.2292248
.0831635
2.76
0.006
.223345
q56 |
.0090676
.0686149
0.13
0.895
.010724
_cons |
.967131
.4881893
1.98
0.049
.
-----------------------------------------------------------------------------. regress q72 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 26.5646823
12 2.21372352
Residual | 73.7636006
185 .398722165
-------------+-----------------------------Total | 100.328283
197 .509280623

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.55
0.0000
0.2648
0.2171
.63144

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.3524114
.0686505
-5.13
0.000
-.3576153
q58 |
.0393875
.0377516
1.04
0.298
.0710171
q59 |
.0010122
.0579254
0.02
0.986
.0012572
q60 |
.0364964
.0364128
1.00
0.318
.0662268
q61 | -.0731558
.0651731
-1.12
0.263
-.0811653
q62 |
.0098425
.0331025
0.30
0.767
.0192233
q63 |
.0968482
.0786598
1.23
0.220
.0895952
q64 |
.021414
.0546699
0.39
0.696
.0260866
q65 |
.0651945
.0919586
0.71
0.479
.0521605
Page 278

3Snsize205.11.9.16
q66 |
.0360474
.052156
0.69
0.490
.0478917
q67 |
.1346514
.0562628
2.39
0.018
.1600019
q68 |
.0779694
.0412579
1.89
0.060
.1337547
_cons |
2.197851
.4536766
4.84
0.000
.
-----------------------------------------------------------------------------. regress q72 q69 q70 q71 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.6364866
11 2.51240787
Residual | 72.4604522
184 .393806805
-------------+-----------------------------Total | 100.096939
195 .513317635

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.38
0.0000
0.2761
0.2328
.62754

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0702219
.0885813
-0.79
0.429
-.0611945
q70 | -.1345915
.0480775
-2.80
0.006
-.1879737
q71 | -.0019028
.034554
-0.06
0.956
-.0036206
q73 |
.1440211
.0429697
3.35
0.001
.2159759
q74 | -.0683036
.0400582
-1.71
0.090
-.1171935
q75 |
.1427738
.0444231
3.21
0.002
.217256
q76 |
.0433922
.0338073
1.28
0.201
.0826976
q77 |
.2027906
.0791606
2.56
0.011
.1865082
q78 |
.1337197
.0447307
2.99
0.003
.2022364
q79 |
.0578322
.0379308
1.52
0.129
.0994046
q80 |
.0275039
.0541109
0.51
0.612
.0370993
_cons |
.8526268
.3202716
2.66
0.008
.
-----------------------------------------------------------------------------. regress q72 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
23.57859
8 2.94732375
Residual | 76.7496928
189 .406083031
-------------+-----------------------------Total | 100.328283
197 .509280623

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.26
0.0000
0.2350
0.2026
.63725

-----------------------------------------------------------------------------q72 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1194495
.0592511
-2.02
0.045
-.1412761
q82 |
.0213967
.0539048
0.40
0.692
.0286163
q83 | -.0134297
.0414332
-0.32
0.746
-.0216059
q84 | -.0030915
.0356183
-0.09
0.931
-.005797
q85 |
.1562005
.0884518
1.77
0.079
.1349384
q86 |
.0417355
.0610973
0.68
0.495
.0497553
q87 |
.0206361
.0724233
0.28
0.776
.0235363
q88 |
.3558504
.0629052
5.66
0.000
.384571
_cons |
.9294384
.5176956
1.80
0.074
.
-----------------------------------------------------------------------------.
. //q73 as outcome variable: Your victim lied about what happened because they were
mad at you.
. regress q73 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
Page 279

3Snsize205.11.9.16
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 28.8111261
17 1.69477212
Residual | 127.855541
129 .991128222
-------------+-----------------------------Total | 156.666667
146 1.07305936

Number of obs
F( 17,
129)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

147
1.71
0.0486
0.1839
0.0764
.99555

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2725351
.3289346
0.83
0.409
.0684791
qhispanic |
.3108729
.3013135
1.03
0.304
.0963013
qblack |
.2858553
.5230404
0.55
0.586
.0450503
qasian |
.086902
.5551742
0.16
0.876
.0136956
qpacif |
1.126276
1.02279
1.10
0.273
.0896756
qamerind | -.2789839
.6061203
-0.46
0.646
-.0382097
qotherrac |
.1740447
.3456131
0.50
0.615
.0424497
q2nd |
.1725682
.226633
0.76
0.448
.079924
q3rd |
.6592359
.2340161
2.82
0.006
.2960967
qa | -.1436058
.3490487
-0.41
0.681
-.0408333
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0284823
.1335862
0.21
0.831
.0269691
qlesshs | -.3238742
.265787
-1.22
0.225
-.1565673
qcath |
.4383978
.4381917
1.00
0.319
.0963327
qlds | -.3221638
.2137439
-1.51
0.134
-.1485424
qprot |
.0961498
.4406973
0.22
0.828
.0184284
qbud | -.6550692
.6324019
-1.04
0.302
-.0897185
qis |
0 (omitted)
.
qotherrel | -.2384174
.2436667
-0.98
0.330
-.0983635
_cons |
1.371656
.4416215
3.11
0.002
.
-----------------------------------------------------------------------------. regress q73 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 68.4311978
12 5.70259981
Residual |
142.33196
177 .804135368
-------------+-----------------------------Total | 210.763158
189 1.11514898

Number of obs
F( 12,
177)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

190
7.09
0.0000
0.3247
0.2789
.89674

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1933835
.0880326
2.20
0.029
.1488467
q12 |
.0325881
.0457555
0.71
0.477
.0465292
q11 |
.0794572
.0595294
1.33
0.184
.0882373
q10 |
.166767
.097172
1.72
0.088
.1175637
q9 |
.5703469
.0794545
7.18
0.000
.4524085
q14 | -.0164529
.0412724
-0.40
0.691
-.0256079
q15 |
.045476
.0706039
0.64
0.520
.043607
q16 |
.0502505
.0663421
0.76
0.450
.0538199
q17 |
.0965913
.0665932
1.45
0.149
.1029603
Page 280

3Snsize205.11.9.16
q18 |
.1425674
.1051502
1.36
0.177
.0933156
q19 |
.1342564
.0580184
2.31
0.022
.1496524
q20 | -.1452739
.0665107
-2.18
0.030
-.1586338
_cons | -1.151897
.7083084
-1.63
0.106
.
-----------------------------------------------------------------------------. regress q73 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.2082074
12 3.10068395
Residual |
186.23567
183 1.01768126
-------------+-----------------------------Total | 223.443878
195 1.14586604

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.05
0.0006
0.1665
0.1119
1.0088

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1330142
.100712
1.32
0.188
.0984405
q22 | -.0511461
.0787117
-0.65
0.517
-.0472596
q23 |
.1284766
.064412
1.99
0.048
.1485471
q24 | -.0294836
.0693506
-0.43
0.671
-.0313702
q25 |
.2098925
.0598728
3.51
0.001
.2510112
q26 | -.0318334
.0440544
-0.72
0.471
-.0499499
q27 | -.0027231
.0701112
-0.04
0.969
-.0029283
q28 | -.0179014
.1411769
-0.13
0.899
-.0092858
q29 | -.0292605
.0886475
-0.33
0.742
-.0255974
q30 |
.0439084
.0989286
0.44
0.658
.0337867
q31 | -.1119355
.0907746
-1.23
0.219
-.1009477
q32 |
.0166962
.0874829
0.19
0.849
.0155922
_cons |
1.368179
.5953703
2.30
0.023
.
-----------------------------------------------------------------------------. regress q73 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 65.0111183
12 5.41759319
Residual | 157.983754
182 .868042602
-------------+-----------------------------Total | 222.994872
194
1.1494581

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
6.24
0.0000
0.2915
0.2448
.93169

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2576277
.0887576
2.90
0.004
.2208119
q34 |
.0064838
.0799313
0.08
0.935
.0060161
q35 | -.1238546
.0543551
-2.28
0.024
-.1556049
q36 |
.0238297
.0600137
0.40
0.692
.0263865
q37 |
.1383562
.1009606
1.37
0.172
.0944628
q38 |
-.023937
.0917569
-0.26
0.794
-.017377
q39 | -.1870887
.055286
-3.38
0.001
-.223621
q40 | -.1568759
.0726423
-2.16
0.032
-.153937
q41 |
.27582
.0549464
5.02
0.000
.3449937
q42 |
.0567942
.0579255
0.98
0.328
.0651612
q43 | -.0323686
.1234623
-0.26
0.793
-.0191411
q44 | -.0082555
.051064
-0.16
0.872
-.0108917
_cons |
1.656302
.6039997
2.74
0.007
.
-----------------------------------------------------------------------------Page 281

3Snsize205.11.9.16
. regress q73 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.2032158
12 2.26693465
Residual | 202.429437
183 1.10617179
-------------+-----------------------------Total | 229.632653
195 1.17760335

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.05
0.0224
0.1185
0.0607
1.0517

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0324436
.0745556
-0.44
0.664
-.0332337
q46 | -.0210109
.0519699
-0.40
0.686
-.0295091
q47 | -.1743071
.111673
-1.56
0.120
-.1167971
q48 | -.0712778
.0637226
-1.12
0.265
-.0853374
q49 | -.0669333
.0526735
-1.27
0.205
-.0959738
q50 | -.0357693
.0680993
-0.53
0.600
-.0390734
q51 |
.0870926
.0750417
1.16
0.247
.0887829
q52 |
.2137612
.0634573
3.37
0.001
.2471597
q53 | -.0105411
.0909662
-0.12
0.908
-.0092279
q54 |
.0392495
.1039177
0.38
0.706
.0354959
q55 |
.1867114
.1283048
1.46
0.147
.1204917
q56 |
.0258366
.1060765
0.24
0.808
.0202323
_cons |
1.637988
.7537079
2.17
0.031
.
-----------------------------------------------------------------------------. regress q73 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.6587539
12 3.72156282
Residual | 180.091246
183
.98410517
-------------+-----------------------------Total |
224.75
195
1.1525641

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.78
0.0000
0.1987
0.1462
.99202

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.5186316
.1083111
-4.79
0.000
-.3506712
q58 | -.0226999
.0594521
-0.38
0.703
-.0272293
q59 | -.0601746
.0910364
-0.66
0.509
-.0498727
q60 |
.0322233
.0575321
0.56
0.576
.0387697
q61 | -.2160824
.1026162
-2.11
0.037
-.1598502
q62 |
.0454858
.0521515
0.87
0.384
.0592528
q63 |
.0151686
.1236024
0.12
0.902
.0093683
q64 |
.0723703
.0859299
0.84
0.401
.0588034
q65 |
.1395384
.1445454
0.97
0.336
.0745331
q66 | -.0132562
.0823689
-0.16
0.872
-.0116994
q67 |
.2523935
.088434
2.85
0.005
.200226
q68 | -.0514882
.0649252
-0.79
0.429
-.0587884
_cons |
3.865121
.7138431
5.41
0.000
.
-----------------------------------------------------------------------------. regress q73 q69 q70 q71 q72 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Page 282

Number of obs =
F( 11,
184) =

196
2.00

3Snsize205.11.9.16
Model | 24.0906573
11 2.19005975
Residual | 201.011384
184 1.09245317
-------------+-----------------------------Total | 225.102041
195 1.15436944

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0301
0.1070
0.0536
1.0452

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.3059496
.1460577
2.09
0.038
.1777914
q70 | -.0538172
.0816671
-0.66
0.511
-.0501212
q71 |
.0496384
.0574357
0.86
0.389
.0629849
q72 |
.3995265
.1192017
3.35
0.001
.2664197
q74 |
.0564586
.0671154
0.84
0.401
.0645968
q75 | -.0915773
.0757375
-1.21
0.228
-.0929249
q76 | -.0201478
.05654
-0.36
0.722
-.0256053
q77 | -.1058584
.1339501
-0.79
0.430
-.0649226
q78 | -.0574018
.0761719
-0.75
0.452
-.0578909
q79 |
.0289193
.063538
0.46
0.650
.033147
q80 | -.0912364
.089937
-1.01
0.312
-.0820654
_cons |
1.278443
.5353748
2.39
0.018
.
-----------------------------------------------------------------------------. regress q73 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.3877572
8 2.67346965
Residual | 203.714284
187
1.0893812
-------------+-----------------------------Total | 225.102041
195 1.15436944

Number of obs
F( 8,
187)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.45
0.0150
0.0950
0.0563
1.0437

-----------------------------------------------------------------------------q73 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2704975
.0971189
-2.79
0.006
-.2129806
q82 |
.0266619
.0883918
0.30
0.763
.0237157
q83 |
.0916803
.0678863
1.35
0.178
.0983336
q84 |
.0322701
.0585582
0.55
0.582
.0402138
q85 |
.2878776
.1448797
1.99
0.048
.1658914
q86 |
.0637901
.1000938
0.64
0.525
.0506313
q87 |
.1798873
.1186462
1.52
0.131
.1366265
q88 |
.0166405
.1030683
0.16
0.872
.0119841
_cons |
1.209027
.8483936
1.43
0.156
.
-----------------------------------------------------------------------------.
. //q74 as outcome variable: You feel socially isolated, but not by choice.
. regress q74 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 24.3838739
17 1.43434552
Residual |
208.73022
131 1.59336046
-------------+-----------------------------Total | 233.114094
148 1.57509523
Page 283

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.90
= 0.5750
= 0.1046
= -0.0116
= 1.2623

3Snsize205.11.9.16
-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1451285
.4170242
0.35
0.728
.0298968
qhispanic | -.4543034
.3813244
-1.19
0.236
-.1154729
qblack | -.8391323
.6624579
-1.27
0.208
-.1084344
qasian | -.3849025
.7037386
-0.55
0.585
-.0497379
qpacif |
.7967463
1.296795
0.61
0.540
.0520084
qamerind |
.1036823
.7682882
0.13
0.893
.011643
qotherrac | -.1389076
.4369224
-0.32
0.751
-.0277879
q2nd | -.3708804
.2863836
-1.30
0.198
-.1419483
q3rd | -.4532789
.294778
-1.54
0.127
-.1683981
qa | -.0210602
.4421991
-0.05
0.962
-.0049127
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.284647
.1691246
1.68
0.095
.2225904
qlesshs |
.7974919
.3360937
2.37
0.019
.3182083
qcath |
.8127219
.5551492
1.46
0.146
.14646
qlds |
.3180175
.2696703
1.18
0.240
.1211884
qprot |
.0038502
.5587264
0.01
0.995
.0006051
qbud |
1.018651
.8017686
1.27
0.206
.1143892
qis |
0 (omitted)
.
qotherrel |
.2356948
.3049562
0.77
0.441
.0806609
_cons |
1.859712
.5590243
3.33
0.001
.
-----------------------------------------------------------------------------. regress q74 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 49.6474724
12 4.13728936
Residual | 244.383616
180 1.35768675
-------------+-----------------------------Total | 294.031088
192 1.53141192

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.05
0.0006
0.1689
0.1134
1.1652

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1024757
.1140893
0.90
0.370
.0675553
q12 | -.0364451
.0591225
-0.62
0.538
-.0441948
q11 |
.0890924
.076374
1.17
0.245
.0855247
q10 |
.236446
.118338
2.00
0.047
.1497088
q9 |
.0373582
.1014694
0.37
0.713
.0257487
q14 | -.0254132
.0533124
-0.48
0.634
-.0336166
q15 |
.0046434
.0915234
0.05
0.960
.0037799
q16 |
.0998723
.0849904
1.18
0.242
.0922343
q17 |
.1342081
.0857836
1.56
0.119
.1218497
q18 | -.2166871
.1353837
-1.60
0.111
-.1207769
q19 | -.0199127
.0734776
-0.27
0.787
-.0191529
q20 |
.157576
.086204
1.83
0.069
.146466
_cons |
1.82282
.9046961
2.01
0.045
.
-----------------------------------------------------------------------------. regress q74 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.6782829
12 3.38985691
Page 284

Number of obs =
F( 12,
184) =
Prob > F
=

197
2.46
0.0054

3Snsize205.11.9.16
Residual | 253.900397
184 1.37989346
-------------+-----------------------------Total |
294.57868
196 1.50295245

R-squared
=
Adj R-squared =
Root MSE
=

0.1381
0.0819
1.1747

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.086901
.1154474
0.75
0.453
.0560828
q22 |
-.075874
.0935446
-0.81
0.418
-.0595438
q23 |
.0310009
.0748992
0.41
0.679
.0311193
q24 | -.0157006
.0807963
-0.19
0.846
-.0144639
q25 |
.0134653
.0701764
0.19
0.848
.0138201
q26 |
.1033857
.050992
2.03
0.044
.1419733
q27 |
.1140204
.08171
1.40
0.165
.1068703
q28 | -.0360351
.1639742
-0.22
0.826
-.0162106
q29 | -.0000588
.1035024
-0.00
1.000
-.000045
q30 |
.1007943
.1147845
0.88
0.381
.0677023
q31 |
.2149805
.1048201
2.05
0.042
.1693561
q32 |
.085726
.1002498
0.86
0.394
.0706039
_cons |
1.476856
.6967105
2.12
0.035
.
-----------------------------------------------------------------------------. regress q74 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
82.712906
12 6.89274217
Residual | 209.820427
182 1.15285949
-------------+-----------------------------Total | 292.533333
194 1.50790378

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
5.98
0.0000
0.2827
0.2355
1.0737

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.2004041
.102089
1.96
0.051
.1499672
q34 |
.2746421
.0918037
2.99
0.003
.2224881
q35 |
.0190968
.0628472
0.30
0.762
.0206598
q36 |
.1174368
.0693743
1.69
0.092
.1125615
q37 |
.3031975
.1151476
2.63
0.009
.1825736
q38 | -.1168745
.1082438
-1.08
0.282
-.0719919
q39 |
.0998933
.0637152
1.57
0.119
.1038698
q40 | -.0034225
.0838841
-0.04
0.967
-.0029322
q41 |
.0330244
.063468
0.52
0.603
.0360099
q42 | -.0528637
.0667462
-0.79
0.429
-.0529193
q43 | -.0195702
.1460404
-0.13
0.894
-.0096639
q44 |
.0837122
.0589179
1.42
0.157
.0963987
_cons |
1.114628
.6980361
1.60
0.112
.
-----------------------------------------------------------------------------. regress q74 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.0538773
12 2.25448977
Residual |
263.91059
184 1.43429668
-------------+-----------------------------Total | 290.964467
196 1.48451259

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.57
0.1030
0.0930
0.0338
1.1976

-----------------------------------------------------------------------------Page 285

3Snsize205.11.9.16
q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0539656
.0850847
-0.63
0.527
-.048799
q46 | -.0273603
.0594995
-0.46
0.646
-.0341735
q47 |
.1026875
.128853
0.80
0.427
.0591334
q48 | -.0916785
.0721304
-1.27
0.205
-.0968568
q49 | -.0011069
.0600175
-0.02
0.985
-.0014124
q50 | -.0069005
.0776406
-0.09
0.929
-.0067119
q51 | -.0268753
.0864073
-0.31
0.756
-.0238881
q52 |
.015209
.0717239
0.21
0.832
.0157228
q53 | -.1764326
.1026714
-1.72
0.087
-.1372114
q54 | -.0568902
.1205599
-0.47
0.638
-.0450778
q55 |
.0154054
.1470362
0.10
0.917
.0088362
q56 |
.2754057
.1217516
2.26
0.025
.191742
_cons |
3.398895
.8446322
4.02
0.000
.
-----------------------------------------------------------------------------. regress q74 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 80.1418405
12 6.67848671
Residual | 214.822626
184 1.16751427
-------------+-----------------------------Total | 294.964467
196 1.50492075

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
5.72
0.0000
0.2717
0.2242
1.0805

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1090379
.1252451
-0.87
0.385
-.0601384
q58 |
.1577622
.0649911
2.43
0.016
.1638381
q59 |
.2262051
.1002211
2.26
0.025
.1603306
q60 | -.2279554
.0626202
-3.64
0.000
-.2390802
q61 |
.0671868
.1131262
0.59
0.553
.0423542
q62 |
.019337
.0566742
0.34
0.733
.0220251
q63 | -.0134757
.1351744
-0.10
0.921
-.0072471
q64 |
-.04296
.0940974
-0.46
0.649
-.03049
q65 | -.3799147
.1574556
-2.41
0.017
-.1764324
q66 |
.0303123
.0898665
0.34
0.736
.0234357
q67 |
.0037504
.0964242
0.04
0.969
.0025981
q68 |
.287109
.0709419
4.05
0.000
.287188
_cons |
2.760324
.8158701
3.38
0.001
.
-----------------------------------------------------------------------------. regress q74 q69 q70 q71 q72 q73 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 53.0766611
11 4.82515101
Residual | 241.596808
184 1.31302613
-------------+-----------------------------Total | 294.673469
195
1.511146

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.67
0.0001
0.1801
0.1311
1.1459

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.2274584
.1611532
-1.41
0.160
-.1155266
q70 | -.0776625
.0894554
-0.87
0.386
-.0632166
q71 | -.0136166
.0630873
-0.22
0.829
-.015101
Page 286

3Snsize205.11.9.16
q72 | -.2277369
.1335617
-1.71
0.090
-.1327313
q73 |
.0678579
.0806664
0.84
0.401
.0593089
q75 |
.1472585
.0826514
1.78
0.076
.1306002
q76 |
.0765081
.06175
1.24
0.217
.0849824
q77 |
.3276939
.1451033
2.26
0.025
.1756541
q78 |
.1966566
.082371
2.39
0.018
.1733454
q79 |
.1211683
.069122
1.75
0.081
.1213852
q80 |
.2784385
.0967204
2.88
0.004
.2188974
_cons |
1.236801
.5889486
2.10
0.037
.
-----------------------------------------------------------------------------. regress q74 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.7001496
8
2.9625187
Residual | 271.264317
188 1.44289531
-------------+-----------------------------Total | 294.964467
196 1.50492075

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
2.05
0.0424
0.0803
0.0412
1.2012

-----------------------------------------------------------------------------q74 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.3350564
.1138492
-2.94
0.004
-.2214958
q82 |
-.149916
.1018822
-1.47
0.143
-.1169231
q83 |
.0182307
.0782168
0.23
0.816
.016913
q84 | -.0769226
.0673304
-1.14
0.255
-.0835268
q85 |
.2276767
.169037
1.35
0.180
.1087198
q86 | -.1743268
.1158477
-1.50
0.134
-.121145
q87 |
.0599976
.1377503
0.44
0.664
.0380589
q88 |
.0359804
.1199037
0.30
0.764
.0220412
_cons |
4.463024
.9835596
4.54
0.000
.
-----------------------------------------------------------------------------.
. //q75 as outcome variable: You have used pornography against your probation/parole
conditions.
. regress q75 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 19.4130502
17 1.14194413
Residual | 156.439299
131 1.19419312
-------------+-----------------------------Total | 175.852349
148 1.18819155

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.96
= 0.5109
= 0.1104
= -0.0051
= 1.0928

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.3478274
.3610285
0.96
0.337
.0824984
qhispanic |
.4602191
.3301223
1.39
0.166
.1346818
qblack |
.2115639
.5735068
0.37
0.713
.0314766
qasian |
.9545162
.6092445
1.57
0.120
.1420136
qpacif | -.4943574
1.122669
-0.44
0.660
-.0371539
qamerind |
.2604321
.6651267
0.39
0.696
.0336716
Page 287

3Snsize205.11.9.16
qotherrac |
.7857476
.378255
2.08
0.040
.1809769
q2nd | -.3615296
.2479296
-1.46
0.147
-.1593126
q3rd | -.4604231
.2551969
-1.80
0.073
-.1969423
qa |
.003265
.3828231
0.01
0.993
.0008769
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0738707
.1464155
-0.50
0.615
-.0665093
qlesshs | -.1247537
.2909649
-0.43
0.669
-.0573124
qcath | -.3702509
.4806069
-0.77
0.442
-.0768216
qlds | -.0675599
.2334604
-0.29
0.773
-.0296421
qprot | -.1557615
.4837038
-0.32
0.748
-.0281862
qbud | -.9493219
.6941117
-1.37
0.174
-.1227392
qis |
0 (omitted)
.
qotherrel | -.0922047
.2640084
-0.35
0.727
-.0363309
_cons |
1.655801
.4839617
3.42
0.001
.
-----------------------------------------------------------------------------. regress q75 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 30.1175852
12 2.50979877
Residual | 195.312467
180 1.08506926
-------------+-----------------------------Total | 225.430052
192 1.17411485

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.31
0.0091
0.1336
0.0758
1.0417

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.023476
.1019938
0.23
0.818
.0176748
q12 |
.0606616
.0528545
1.15
0.253
.0840112
q11 | -.0496767
.068277
-0.73
0.468
-.0544621
q10 | -.0386543
.1057921
-0.37
0.715
-.0279514
q9 | -.0581297
.0907119
-0.64
0.522
-.0457569
q14 | -.0555269
.0476604
-1.17
0.246
-.083886
q15 | -.0162568
.0818203
-0.20
0.843
-.0151136
q16 |
.152388
.0759799
2.01
0.046
.160727
q17 |
.0904497
.076689
1.18
0.240
.0937872
q18 |
-.342011
.1210306
-2.83
0.005
-.2177117
q19 | -.0349706
.0656877
-0.53
0.595
-.0384147
q20 |
.0575303
.0770649
0.75
0.456
.0610708
_cons |
2.774634
.8087824
3.43
0.001
.
-----------------------------------------------------------------------------. regress q75 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 73.6056337
12 6.13380281
Residual | 160.394366
185 .866996574
-------------+-----------------------------Total |
234
197 1.18781726

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.07
0.0000
0.3146
0.2701
.93113

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0163868
.0902747
-0.18
0.856
-.0121502
q22 | -.3834993
.0726221
-5.28
0.000
-.3469294
q23 |
.0384584
.0593471
0.65
0.518
.0435121
Page 288

3Snsize205.11.9.16
q24 |
.0329271
.0639209
0.52
0.607
.034304
q25 | -.0056434
.0550841
-0.10
0.919
-.0066075
q26 | -.0534739
.0403223
-1.33
0.186
-.0825784
q27 |
.0069896
.0646321
0.11
0.914
.0073535
q28 |
.2883464
.1299618
2.22
0.028
.14628
q29 |
.1767504
.0816326
2.17
0.032
.1520161
q30 |
.0687942
.0909001
0.76
0.450
.0518753
q31 |
.1615388
.0829593
1.95
0.053
.1428054
q32 |
.0926914
.0793317
1.17
0.244
.0856542
_cons |
1.955037
.5486633
3.56
0.000
.
-----------------------------------------------------------------------------. regress q75 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.8941366
12 3.99117805
Residual | 185.207904
183 1.01206505
-------------+-----------------------------Total | 233.102041
195 1.19539508

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.94
0.0000
0.2055
0.1534
1.006

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.1390439
.0955641
1.45
0.147
.1172841
q34 |
.0976651
.085976
1.14
0.257
.0886374
q35 | -.0376004
.0585501
-0.64
0.522
-.0462466
q36 |
.0182443
.0644936
0.28
0.778
.0198791
q37 | -.0029853
.1077772
-0.03
0.978
-.0020168
q38 | -.0109682
.0988904
-0.11
0.912
-.0077936
q39 |
.1396561
.0596838
2.34
0.020
.1633737
q40 |
.0971954
.0784368
1.24
0.217
.0932909
q41 |
-.011555
.0593219
-0.19
0.846
-.0141362
q42 |
.0621928
.0625316
0.99
0.321
.0698022
q43 |
.4271407
.1332747
3.20
0.002
.24773
q44 | -.0572408
.0551303
-1.04
0.301
-.0738784
_cons |
.307327
.6463875
0.48
0.635
.
-----------------------------------------------------------------------------. regress q75 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.8620851
12 4.73850709
Residual |
166.09246
185 .897797083
-------------+-----------------------------Total | 222.954545
197 1.13174896

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.28
0.0000
0.2550
0.2067
.94752

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0249958
.0670357
-0.37
0.710
-.0260404
q46 | -.0459013
.0467323
-0.98
0.327
-.0655693
q47 |
.1317654
.1001698
1.32
0.190
.0898467
q48 | -.1355173
.0569715
-2.38
0.018
-.1659572
q49 |
.0884211
.0472936
1.87
0.063
.1291034
q50 |
.0322056
.0612972
0.53
0.600
.0357883
q51 |
.336214
.0673578
4.99
0.000
.3488919
q52 | -.0388456
.056505
-0.69
0.493
-.0458756
Page 289

3Snsize205.11.9.16
q53 | -.0539329
.0807657
-0.67
0.505
-.0484598
q54 | -.1614126
.0930937
-1.73
0.085
-.1483558
q55 |
.2759303
.1152643
2.39
0.018
.1808903
q56 | -.0544895
.0951747
-0.57
0.568
-.0433713
_cons |
1.570248
.6682472
2.35
0.020
.
-----------------------------------------------------------------------------. regress q75 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 64.9487326
12 5.41239438
Residual | 169.051267
185 .913790635
-------------+-----------------------------Total |
234
197 1.18781726

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.92
0.0000
0.2776
0.2307
.95592

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1868145
.1039278
-1.80
0.074
-.1241311
q58 |
-.064577
.057151
-1.13
0.260
-.0762406
q59 |
.0701917
.0876914
0.80
0.424
.0570854
q60 |
.0549891
.0551242
1.00
0.320
.0653378
q61 |
.3736566
.0986635
3.79
0.000
.2714552
q62 | -.0839486
.0501129
-1.68
0.096
-.107359
q63 | -.0649186
.1190807
-0.55
0.586
-.0393248
q64 | -.0621275
.082763
-0.75
0.454
-.0495572
q65 |
.2090128
.1392133
1.50
0.135
.1094983
q66 |
.2059907
.0789574
2.61
0.010
.1792
q67 |
.0218867
.0851745
0.26
0.797
.0170294
q68 |
.1330456
.0624591
2.13
0.034
.1494477
_cons |
1.208403
.6868067
1.76
0.080
.
-----------------------------------------------------------------------------. regress q75 q69 q70 q71 q72 q73 q74 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
42.826753
11 3.89334118
Residual | 188.948757
184 1.02689542
-------------+-----------------------------Total |
231.77551
195 1.18859236

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.79
0.0001
0.1848
0.1360
1.0134

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0433064
.1432504
-0.30
0.763
-.024801
q70 | -.1059612
.0788864
-1.34
0.181
-.0972529
q71 |
.0553205
.0556494
0.99
0.321
.0691768
q72 |
.3722986
.1158383
3.21
0.002
.2446629
q73 | -.0860818
.0711925
-1.21
0.228
-.0848335
q74 |
.1151684
.0646403
1.78
0.076
.1298584
q76 |
.0001521
.0548362
0.00
0.998
.0001905
q77 | -.0048359
.1300885
-0.04
0.970
-.0029229
q78 | -.0088167
.073962
-0.12
0.905
-.0087629
q79 | -.1445305
.0607088
-2.38
0.018
-.1632575
q80 |
.2035926
.0861424
2.36
0.019
.1804721
_cons |
1.391118
.5169701
2.69
0.008
.
-----------------------------------------------------------------------------Page 290

3Snsize205.11.9.16
. regress q75 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.1993718
8 3.89992148
Residual | 202.800628
189
1.0730192
-------------+-----------------------------Total |
234
197 1.18781726

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.63
0.0006
0.1333
0.0966
1.0359

-----------------------------------------------------------------------------q75 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1584011
.0963147
-1.64
0.102
-.1226722
q82 | -.0657906
.0876241
-0.75
0.454
-.0576147
q83 |
.0757725
.0673511
1.13
0.262
.0798216
q84 | -.0358417
.0578988
-0.62
0.537
-.0440076
q85 | -.0164959
.1437815
-0.11
0.909
-.0093311
q86 |
.2232988
.0993159
2.25
0.026
.1743108
q87 |
.0450482
.1177267
0.38
0.702
.0336428
q88 |
.2347524
.1022547
2.30
0.023
.1661204
_cons |
1.745725
.8415323
2.07
0.039
.
-----------------------------------------------------------------------------.
. //q76 as outcome variable: You have no significant ties and/or attachments to your
neighborhood.
. regress q76 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 27.1430114
17 1.59664773
Residual | 266.575109
131
2.0349245
-------------+-----------------------------Total | 293.718121
148
1.9845819

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.78
= 0.7080
= 0.0924
= -0.0254
= 1.4265

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.7348908
.4712793
-1.56
0.121
-.1348693
qhispanic |
.6251582
.430935
1.45
0.149
.1415607
qblack | -1.407399
.7486441
-1.88
0.062
-.1620216
qasian |
.4573847
.7952955
0.58
0.566
.0526547
qpacif | -.4807432
1.465509
-0.33
0.743
-.0279567
qamerind | -.0589049
.868243
-0.07
0.946
-.0058929
qotherrac | -.2964141
.4937663
-0.60
0.549
-.052826
q2nd | -.2453171
.3236423
-0.76
0.450
-.0836455
q3rd | -.1365887
.3331288
-0.41
0.682
-.045207
qa | -.5006392
.4997295
-1.00
0.318
-.1040392
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0021149
.1911278
0.01
0.991
.0014733
qlesshs | -.1351023
.3798197
-0.36
0.723
-.0480249
qcath | -.8373859
.6273745
-1.33
0.184
-.1344379
qlds | -.4799137
.3047545
-1.57
0.118
-.1629267
Page 291

3Snsize205.11.9.16
qprot | -.6081986
.6314171
-0.96
0.337
-.085159
qbud |
-.74981
.9060793
-0.83
0.409
-.0750118
qis |
0 (omitted)
.
qotherrel |
.013692
.3446312
0.04
0.968
.0041744
_cons |
4.456721
.6317537
7.05
0.000
.
-----------------------------------------------------------------------------. regress q76 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.3879128
12
3.1156594
Residual | 308.694989
180 1.71497216
-------------+-----------------------------Total | 346.082902
192 1.80251511

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.82
0.0484
0.1080
0.0486
1.3096

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.2355661
.1282253
1.84
0.068
.1431391
q12 | -.0217328
.0664479
-0.33
0.744
-.0242915
q11 |
.075849
.0858369
0.88
0.378
.067113
q10 | -.1988439
.1330005
-1.50
0.137
-.1160471
q9 | -.1322287
.1140418
-1.16
0.248
-.0840042
q14 |
.0090446
.059918
0.15
0.880
.0110279
q15 |
.0134537
.1028634
0.13
0.896
.0100946
q16 |
.0579469
.0955209
0.61
0.545
.049327
q17 |
.1329485
.0964124
1.38
0.170
.1112591
q18 |
.0095815
.1521581
0.06
0.950
.0049225
q19 |
.0483414
.0825817
0.59
0.559
.0428578
q20 |
.2294479
.0968849
2.37
0.019
.1965791
_cons |
2.044815
1.01679
2.01
0.046
.
-----------------------------------------------------------------------------. regress q76 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.3209818
12 2.86008181
Residual | 337.840634
185 1.82616559
-------------+-----------------------------Total | 372.161616
197 1.88914526

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
1.57
0.1047
0.0922
0.0333
1.3514

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1469761
.131017
1.12
0.263
.0864132
q22 |
.025932
.1053975
0.25
0.806
.0186018
q23 | -.0231269
.0861313
-0.27
0.789
-.0207481
q24 |
-.118194
.0927693
-1.27
0.204
-.0976403
q25 | -.1288432
.0799444
-1.61
0.109
-.1196174
q26 |
.1454708
.0585204
2.49
0.014
.1781324
q27 |
.0519301
.0938015
0.55
0.581
.0433211
q28 |
.2740734
.1886154
1.45
0.148
.1102502
q29 |
.0098014
.1184745
0.08
0.934
.0066843
q30 | -.0284631
.1319246
-0.22
0.829
-.017019
q31 | -.1455973
.1204001
-1.21
0.228
-.1020618
q32 |
.0667664
.1151352
0.58
0.563
.0489226
_cons |
3.055474
.7962827
3.84
0.000
.
Page 292

3Snsize205.11.9.16
-----------------------------------------------------------------------------. regress q76 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.6040028
12
2.8836669
Residual | 335.819467
183 1.83507905
-------------+-----------------------------Total | 370.423469
195 1.89960754

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.57
0.1032
0.0934
0.0340
1.3547

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0556772
.1286821
0.43
0.666
.0372553
q34 |
.1656051
.1157712
1.43
0.154
.1192271
q35 |
.1518943
.0788408
1.93
0.056
.1482018
q36 |
.1015466
.086844
1.17
0.244
.0877728
q37 |
.0662362
.1451276
0.46
0.649
.0354962
q38 | -.0139975
.133161
-0.11
0.916
-.00789
q39 |
.007452
.0803673
0.09
0.926
.0069154
q40 |
.0836708
.1056192
0.79
0.429
.0637076
q41 | -.0544611
.07988
-0.68
0.496
-.0528531
q42 | -.0576837
.0842021
-0.69
0.494
-.0513578
q43 | -.2383275
.1794613
-1.33
0.186
-.1096492
q44 |
.0961056
.0742358
1.29
0.197
.0983975
_cons |
2.228622
.8703945
2.56
0.011
.
-----------------------------------------------------------------------------. regress q76 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.5784897
12 1.96487414
Residual | 340.502729
184 1.85055831
-------------+-----------------------------Total | 364.081218
196 1.85755724

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.06
0.3950
0.0648
0.0038
1.3604

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.0944065
.0962544
0.98
0.328
.0769648
q46 |
.0465353
.0672448
0.69
0.490
.0517858
q47 |
-.021304
.1438501
-0.15
0.882
-.0113617
q48 |
.0428134
.0819488
0.52
0.602
.0409779
q49 |
.0231483
.0679548
0.34
0.734
.0264475
q50 |
.1428797
.0881208
1.62
0.107
.1241015
q51 | -.0629091
.0968343
-0.65
0.517
-.0510817
q52 | -.0782425
.0816399
-0.96
0.339
-.0718471
q53 | -.1622754
.1159678
-1.40
0.163
-.1141011
q54 |
.148993
.1337045
1.11
0.267
.1070501
q55 |
.0754324
.1661762
0.45
0.650
.0385988
q56 |
.0696943
.1367353
0.51
0.611
.0433773
_cons |
2.77532
.9621887
2.88
0.004
.
-----------------------------------------------------------------------------. regress q76 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |

SS

df

MS
Page 293

Number of obs =

198

3Snsize205.11.9.16
-------------+-----------------------------Model | 29.1910404
12
2.4325867
Residual | 339.819061
185 1.83685979
-------------+-----------------------------Total | 369.010101
197 1.87314772

F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

1.32
0.2077
0.0791
0.0194
1.3553

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0185073
.1473487
0.13
0.900
.0097927
q58 | -.0524029
.0810287
-0.65
0.519
-.0492666
q59 |
-.122814
.1243288
-0.99
0.325
-.0795383
q60 | -.1739708
.0781551
-2.23
0.027
-.1646089
q61 |
.1102611
.1398849
0.79
0.432
.0637877
q62 | -.0668967
.07105
-0.94
0.348
-.0681269
q63 |
.0064845
.1688324
0.04
0.969
.0031279
q64 | -.0360151
.1173413
-0.31
0.759
-.0228769
q65 |
.0008765
.1973764
0.00
0.996
.0003656
q66 |
.2396012
.1119457
2.14
0.034
.1659847
q67 | -.1686745
.1207603
-1.40
0.164
-.1045097
q68 |
.0884112
.0885544
1.00
0.319
.0790833
_cons |
3.686522
.9737538
3.79
0.000
.
-----------------------------------------------------------------------------. regress q76 q69 q70 q71 q72 q73 q74 q75 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.0656638
11 2.00596944
Residual | 341.500663
184 1.85598186
-------------+-----------------------------Total | 363.566327
195
1.8644427

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.08
0.3789
0.0607
0.0045
1.3623

-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0827032
.1925351
-0.43
0.668
-.0378165
q70 |
.0451403
.1065204
0.42
0.672
.0330798
q71 |
.026
.0749904
0.35
0.729
.0259591
q72 |
.204504
.1593312
1.28
0.201
.1073051
q73 | -.0342294
.0960565
-0.36
0.722
-.0269338
q74 |
.1081454
.0872845
1.24
0.217
.0973614
q75 |
.0002749
.0991094
0.00
0.998
.0002195
q77 | -.0559402
.1748412
-0.32
0.749
-.0269956
q78 |
.041522
.0993902
0.42
0.677
.0329504
q79 |
.0198428
.0828506
0.24
0.811
.0178961
q80 |
.2213734
.116415
1.90
0.059
.1566807
_cons |
2.203774
.6896731
3.20
0.002
.
-----------------------------------------------------------------------------. regress q76 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 13.6940889
8 1.71176111
Residual | 356.467527
189 1.88607157
-------------+-----------------------------Total | 370.161616
197 1.87899298
Page 294

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
198
=
0.91
= 0.5113
= 0.0370
= -0.0038
= 1.3733

3Snsize205.11.9.16
-----------------------------------------------------------------------------q76 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1977705
.1276933
1.55
0.123
.1217761
q82 | -.1797309
.1161714
-1.55
0.124
-.1251423
q83 | -.0771291
.0892936
-0.86
0.389
-.064601
q84 |
-.040005
.0767617
-0.52
0.603
-.0390541
q85 | -.0575791
.1906244
-0.30
0.763
-.0258961
q86 |
.0239851
.1316722
0.18
0.856
.0148865
q87 | -.0572902
.1560811
-0.37
0.714
-.0340178
q88 |
.0976015
.1355684
0.72
0.472
.0549138
_cons |
3.565876
1.115697
3.20
0.002
.
-----------------------------------------------------------------------------.
. //q77 as outcome variable: You believe that children can make up their own minds
about having sex.
. regress q77 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 10.2167523
17
.60098543
Residual | 64.7899591
131
.49457984
-------------+-----------------------------Total | 75.0067114
148 .506802104

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.22
0.2614
0.1362
0.0241
.70326

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1175848
.2323392
0.51
0.614
.0427029
qhispanic | -.1131606
.2124496
-0.53
0.595
-.0507065
qblack | -.1944405
.3690791
-0.53
0.599
-.0442953
qasian | -.0588414
.3920781
-0.15
0.881
-.0134046
qpacif | -.3409457
.7224913
-0.47
0.638
-.0392349
qamerind | -.1051794
.428041
-0.25
0.806
-.0208221
qotherrac |
.3730449
.2434252
1.53
0.128
.1315605
q2nd | -.0857892
.1595546
-0.54
0.592
-.0578846
q3rd |
.0177444
.1642314
0.11
0.914
.0116216
qa | -.1092143
.246365
-0.44
0.658
-.0449125
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.204717
.0942254
2.17
0.032
.2822202
qlesshs |
.1989842
.1872499
1.06
0.290
.139971
qcath | -.1787219
.3092936
-0.58
0.564
-.0567792
qlds |
.1121808
.150243
0.75
0.457
.0753638
qprot |
.0266546
.3112866
0.09
0.932
.0073854
qbud |
1.085372
.4466941
2.43
0.016
.2148683
qis |
0 (omitted)
.
qotherrel |
.0303354
.1699021
0.18
0.859
.0183019
_cons |
.899716
.3114525
2.89
0.005
.
-----------------------------------------------------------------------------. regress q77 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |

SS

df

MS
Page 295

Number of obs =

193

3Snsize205.11.9.16
-------------+-----------------------------Model | 15.0968838
12 1.25807365
Residual | 82.6544115
180 .459191175
-------------+-----------------------------Total | 97.7512953
192
.50912133

F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

2.74
0.0020
0.1544
0.0981
.67764

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.08909
.0663501
1.34
0.181
.1018599
q12 | -.0103296
.0343835
-0.30
0.764
-.0217246
q11 | -.0195605
.0444163
-0.44
0.660
-.0325662
q10 |
.1642178
.0688211
2.39
0.018
.1803313
q9 |
.1080705
.0590109
1.83
0.069
.1291847
q14 |
-.050731
.0310045
-1.64
0.104
-.1163869
q15 | -.1346396
.0532267
-2.53
0.012
-.1900859
q16 |
.0125627
.0494273
0.25
0.800
.0201217
q17 |
.0145376
.0498886
0.29
0.771
.0228915
q18 | -.1381715
.0787342
-1.75
0.081
-.1335687
q19 |
.0054383
.0427319
0.13
0.899
.009072
q20 | -.0659279
.0501331
-1.32
0.190
-.10628
_cons |
2.275997
.526138
4.33
0.000
.
-----------------------------------------------------------------------------. regress q77 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.3336177
12 1.77780147
Residual | 70.3886046
185 .380478944
-------------+-----------------------------Total | 91.7222222
197 .465595037

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.67
0.0000
0.2326
0.1828
.61683

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.2082228
.059803
3.48
0.001
.2465982
q22 |
.0093522
.0481089
0.19
0.846
.0135132
q23 |
.0792177
.0393148
2.01
0.045
.143157
q24 | -.0345118
.0423448
-0.82
0.416
-.0574288
q25 | -.0250983
.0364908
-0.69
0.492
-.046936
q26 | -.0258873
.0267117
-0.97
0.334
-.0638532
q27 |
.0861834
.0428159
2.01
0.046
.1448212
q28 |
.1800081
.0860939
2.09
0.038
.145859
q29 | -.0377569
.0540779
-0.70
0.486
-.0518676
q30 |
.0973065
.0602173
1.62
0.108
.1171983
q31 |
.0653889
.0549569
1.19
0.236
.0923299
q32 |
.0019549
.0525537
0.04
0.970
.0028854
_cons |
.4136261
.3634649
1.14
0.257
.
-----------------------------------------------------------------------------. regress q77 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.4377632
12 1.53648027
Residual | 73.5622368
183 .401979436
-------------+-----------------------------Total |
92
195 .471794872
Page 296

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.82
0.0000
0.2004
0.1480
.63402

3Snsize205.11.9.16
-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
-.09828
.0602272
-1.63
0.104
-.1319567
q34 |
.0431115
.0541845
0.80
0.427
.0622801
q35 |
.0340182
.0368999
0.92
0.358
.0666007
q36 |
.0162865
.0406457
0.40
0.689
.0282473
q37 |
.2227607
.0679242
3.28
0.001
.2395412
q38 | -.0310251
.0623235
-0.50
0.619
-.0350911
q39 |
.0452483
.0376144
1.20
0.231
.0842566
q40 |
.0494455
.0494331
1.00
0.319
.0755439
q41 |
.0814114
.0373863
2.18
0.031
.1585349
q42 | -.0307509
.0394092
-0.78
0.436
-.0549371
q43 |
.2768486
.0839934
3.30
0.001
.2555813
q44 | -.0284868
.0347446
-0.82
0.413
-.058524
_cons |
.4565822
.4073715
1.12
0.264
.
-----------------------------------------------------------------------------. regress q77 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.8204865
12 1.48504054
Residual | 87.5987055
185 .473506516
-------------+-----------------------------Total | 105.419192
197 .535122802

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.14
0.0004
0.1690
0.1151
.68812

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0133568
.0486833
-0.27
0.784
-.0202364
q46 |
.0279115
.0339384
0.82
0.412
.0579839
q47 |
.1890546
.0727463
2.60
0.010
.187472
q48 | -.0644799
.0413744
-1.56
0.121
-.1148349
q49 |
.0263289
.034346
0.77
0.444
.0559065
q50 |
-.032666
.0445158
-0.73
0.464
-.0527903
q51 | -.0129224
.0489173
-0.26
0.792
-.0195015
q52 |
.0053159
.0410356
0.13
0.897
.0091298
q53 | -.0571958
.0586544
-0.98
0.331
-.0747379
q54 |
.0872015
.0676074
1.29
0.199
.1165573
q55 |
.2427568
.0837084
2.90
0.004
.2314385
q56 | -.0344579
.0691187
-0.50
0.619
-.0398866
_cons |
1.081983
.4853008
2.23
0.027
.
-----------------------------------------------------------------------------. regress q77 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.5232904
12 2.37694086
Residual | 63.6383258
185
.34399095
-------------+-----------------------------Total | 92.1616162
197 .467825463

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.91
0.0000
0.3095
0.2647
.58651

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1490085
.0637649
-2.34
0.021
-.1577661
Page 297

3Snsize205.11.9.16
q58 | -.0365997
.035065
-1.04
0.298
-.0688523
q59 |
.2292377
.0538031
4.26
0.000
.2970696
q60 |
.0055712
.0338215
0.16
0.869
.010548
q61 |
.0462955
.060535
0.76
0.445
.0535916
q62 | -.0447626
.0307468
-1.46
0.147
-.0912165
q63 |
.1910443
.073062
2.61
0.010
.1844012
q64 |
.0536517
.0507793
1.06
0.292
.068193
q65 |
.1218643
.0854143
1.43
0.155
.1017289
q66 |
.108392
.0484443
2.24
0.026
.150252
q67 | -.1022104
.0522588
-1.96
0.052
-.1267202
q68 | -.0265062
.0383218
-0.69
0.490
-.0474427
_cons |
1.260669
.4213904
2.99
0.003
.
-----------------------------------------------------------------------------. regress q77 q69 q70 q71 q72 q73 q74 q75 q76 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.9884678
11
2.1807698
Residual | 60.6798995
184 .329782063
-------------+-----------------------------Total | 84.6683673
195 .434196756

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.61
0.0000
0.2833
0.2405
.57427

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.4847695
.0729123
6.65
0.000
.4593304
q70 |
.0521634
.0447584
1.17
0.245
.0792128
q71 | -.0143267
.0316032
-0.45
0.651
-.0296411
q72 |
.1698211
.0662908
2.56
0.011
.1846466
q73 | -.0319558
.0404359
-0.79
0.430
-.0521049
q74 |
.0823042
.0364444
2.26
0.025
.1535437
q75 |
-.001553
.0417773
-0.04
0.970
-.0025695
q76 | -.0099398
.0310668
-0.32
0.749
-.0205972
q78 |
.0028797
.0419151
0.07
0.945
.0047354
q79 |
-.019013
.0349012
-0.54
0.587
-.0355335
q80 |
.0090006
.0495476
0.18
0.856
.0132005
_cons |
.1248223
.2985322
0.42
0.676
.
-----------------------------------------------------------------------------. regress q77 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model |
28.011247
8 3.50140588
Residual | 64.1503691
189 .339419942
-------------+-----------------------------Total | 92.1616162
197 .467825463

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
10.32
0.0000
0.3039
0.2745
.5826

-----------------------------------------------------------------------------q77 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1265249
.0541698
-2.34
0.021
-.1561338
q82 |
-.040699
.049282
-0.83
0.410
-.0567918
q83 | -.0453804
.03788
-1.20
0.232
-.0761746
q84 | -.0150149
.0325637
-0.46
0.645
-.0293761
q85 |
.4864159
.0808664
6.02
0.000
.4384272
q86 | -.0927339
.0558578
-1.66
0.099
-.1153478
q87 | -.0916147
.0662125
-1.38
0.168
-.1090215
Page 298

3Snsize205.11.9.16
q88 |
.0146586
.0575106
0.25
0.799
.0165287
_cons |
2.055236
.4732991
4.34
0.000
.
-----------------------------------------------------------------------------.
. //q78 as outcome variable: You dislike co-workers or have limited contact with
them .
. regress q78 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 25.3213404
17 1.48949061
Residual | 136.866579
131 1.04478305
-------------+-----------------------------Total | 162.187919
148 1.09586432

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.43
0.1343
0.1561
0.0466
1.0221

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.591866
.3376893
1.75
0.082
.1461739
qhispanic |
.0968932
.3087811
0.31
0.754
.0295258
qblack | -.1076617
.5364315
-0.20
0.841
-.0166791
qasian | -.4138329
.569859
-0.73
0.469
-.0641116
qpacif | -.8787156
1.050092
-0.84
0.404
-.0687665
qamerind |
1.080429
.6221286
1.74
0.085
.1454557
qotherrac | -.2403883
.3538021
-0.68
0.498
-.0576525
q2nd | -.0393505
.2319019
-0.17
0.866
-.018056
q3rd | -.1230667
.2386993
-0.52
0.607
-.0548135
qa |
.3496335
.3580749
0.98
0.331
.0977781
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.3039902
.1369502
2.22
0.028
.2849931
qlesshs |
.9104139
.272155
3.35
0.001
.4355109
qcath | -.3301282
.4495373
-0.73
0.464
-.0713239
qlds |
.0979105
.218368
0.45
0.655
.0447316
qprot | -.0687935
.452434
-0.15
0.879
-.0129625
qbud |
.4766774
.6492398
0.73
0.464
.064174
qis |
0 (omitted)
.
qotherrel |
-.151327
.2469412
-0.61
0.541
-.0620876
_cons |
.7182198
.4526752
1.59
0.115
.
-----------------------------------------------------------------------------. regress q78 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.3874333
12 2.11561944
Residual | 206.985624
180 1.14992013
-------------+-----------------------------Total | 232.373057
192 1.21027634

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.84
0.0449
0.1093
0.0499
1.0723

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0249152
.1049975
0.24
0.813
.0184759
Page 299

3Snsize205.11.9.16
q12 | -.0013503
.054411
-0.02
0.980
-.0018419
q11 | -.0275257
.0702877
-0.39
0.696
-.029723
q10 |
.2585743
.1089077
2.37
0.019
.1841639
q9 |
.1069698
.0933833
1.15
0.254
.0829342
q14 |
.0185906
.0490639
0.38
0.705
.0276626
q15 | -.0235208
.0842299
-0.28
0.780
-.0215376
q16 | -.0170301
.0782175
-0.22
0.828
-.0176916
q17 |
.1209373
.0789475
1.53
0.127
.1235121
q18 | -.0573498
.1245949
-0.46
0.646
-.0359572
q19 |
.0504855
.0676222
0.75
0.456
.0546229
q20 |
.0750686
.0793344
0.95
0.345
.078489
_cons |
1.41384
.8326007
1.70
0.091
.
-----------------------------------------------------------------------------. regress q78 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 70.1665254
12 5.84721045
Residual | 159.813273
185 .863855528
-------------+-----------------------------Total | 229.979798
197 1.16741014

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.77
0.0000
0.3051
0.2600
.92944

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1134859
.090111
1.26
0.209
.0848782
q22 | -.0353502
.0724905
-0.49
0.626
-.0322575
q23 |
.0593104
.0592395
1.00
0.318
.0676883
q24 | -.1008696
.063805
-1.58
0.116
-.1060023
q25 |
.0631417
.0549842
1.15
0.252
.074571
q26 | -.0228204
.0402492
-0.57
0.571
-.0355477
q27 | -.0488973
.0645149
-0.76
0.449
-.0518902
q28 |
.0287068
.1297262
0.22
0.825
.0146899
q29 | -.0056471
.0814845
-0.07
0.945
-.0048991
q30 |
.552977
.0907353
6.09
0.000
.4206092
q31 |
.0856798
.0828089
1.03
0.302
.0764028
q32 |
.0565902
.0791878
0.71
0.476
.0527489
_cons |
1.064027
.5476685
1.94
0.054
.
-----------------------------------------------------------------------------. regress q78 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.8285114
12 2.98570929
Residual | 194.171489
183 1.06104639
-------------+-----------------------------Total |
230
195 1.17948718

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.81
0.0015
0.1558
0.1004
1.0301

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0812463
.0978493
-0.83
0.407
-.0689922
q34 | -.0730729
.0880319
-0.83
0.408
-.0667641
q35 |
.076283
.0599502
1.27
0.205
.094455
q36 |
.1048137
.0660358
1.59
0.114
.1149736
q37 |
.3837006
.1103544
3.48
0.001
.260954
q38 |
.0447975
.1012551
0.44
0.659
.0320455
Page 300

3Snsize205.11.9.16
q39 | -.0036943
.061111
-0.06
0.952
-.0043507
q40 |
.2419269
.0803124
3.01
0.003
.2337689
q41 |
.0393581
.0607404
0.65
0.518
.0484734
q42 | -.0069603
.0640269
-0.11
0.914
-.0078644
q43 |
.1479488
.1364616
1.08
0.280
.086383
q44 |
.0286248
.0564486
0.51
0.613
.0371931
_cons |
.1961125
.6618444
0.30
0.767
.
-----------------------------------------------------------------------------. regress q78 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.0094395
12 3.50078662
Residual | 196.743086
185 1.06347614
-------------+-----------------------------Total | 238.752525
197 1.21194175

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.29
0.0002
0.1760
0.1225
1.0312

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.124953
.0729594
-1.71
0.088
-.1257947
q46 |
.0493224
.0508618
0.97
0.333
.0680855
q47 | -.0833517
.1090214
-0.76
0.446
-.0549224
q48 | -.0524357
.0620058
-0.85
0.399
-.062053
q49 | -.0993554
.0514727
-1.93
0.055
-.1401869
q50 |
.0863452
.0667137
1.29
0.197
.0927218
q51 |
.107166
.07331
1.46
0.145
.1074648
q52 | -.1215346
.0614981
-1.98
0.050
-.1386993
q53 | -.0619547
.0879026
-0.70
0.482
-.0537944
q54 |
.0296939
.10132
0.29
0.770
.0263735
q55 |
.0791171
.1254497
0.63
0.529
.0501211
q56 |
.0938283
.1035849
0.91
0.366
.0721702
_cons |
3.030224
.7272972
4.17
0.000
.
-----------------------------------------------------------------------------. regress q78 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 56.4301721
12 4.70251434
Residual | 174.564777
185 .943593391
-------------+-----------------------------Total | 230.994949
197
1.1725632

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.98
0.0000
0.2443
0.1953
.97139

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.2652677
.1056089
-2.51
0.013
-.177403
q58 |
.1344205
.0580755
2.31
0.022
.1597279
q59 |
.0459477
.08911
0.52
0.607
.0376105
q60 |
.0525881
.0560159
0.94
0.349
.0628901
q61 | -.2529392
.1002595
-2.52
0.012
-.1849475
q62 |
.026565
.0509235
0.52
0.603
.0341934
q63 | -.2117086
.1210069
-1.75
0.082
-.129075
q64 |
.0728461
.0841018
0.87
0.388
.0584839
q65 |
.2533871
.1414652
1.79
0.075
.133606
q66 |
.317923
.0802346
3.96
0.000
.2783677
q67 |
.0655038
.0865523
0.76
0.450
.0512969
Page 301

3Snsize205.11.9.16
q68 |
.0920694
.0634694
1.45
0.149
.1040904
_cons |
1.970914
.6979167
2.82
0.005
.
-----------------------------------------------------------------------------. regress q78 q69 q70 q71 q72 q73 q74 q75 q76 q77 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.2493605
11 3.74994186
Residual | 187.704721
184 1.02013435
-------------+-----------------------------Total | 228.954082
195
1.1741235

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.68
0.0001
0.1802
0.1312
1.01

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2851479
.1412579
2.02
0.045
.1643034
q70 | -.0013655
.0790107
-0.02
0.986
-.001261
q71 |
.1499682
.0545047
2.75
0.007
.1886831
q72 |
.3463934
.1158723
2.99
0.003
.2290371
q73 | -.0536019
.0711294
-0.75
0.452
-.0531491
q74 |
.1527892
.0639968
2.39
0.018
.1733361
q75 | -.0087587
.0734751
-0.12
0.905
-.0088125
q76 |
.0228224
.0546295
0.42
0.677
.0287594
q77 |
.0089079
.1296584
0.07
0.945
.005417
q79 | -.0046931
.0614325
-0.08
0.939
-.0053338
q80 | -.0289481
.0871258
-0.33
0.740
-.0258183
_cons |
.5431243
.5237781
1.04
0.301
.
-----------------------------------------------------------------------------. regress q78 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 43.4872244
8 5.43590305
Residual | 188.512776
189 .997422093
-------------+-----------------------------Total |
232
197 1.17766497

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.45
0.0000
0.1874
0.1531
.99871

-----------------------------------------------------------------------------q78 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.113431
.0928599
1.22
0.223
.0882234
q82 | -.1075641
.0844811
-1.27
0.204
-.0946021
q83 |
-.045748
.0649353
-0.70
0.482
-.0484
q84 |
.1232612
.0558219
2.21
0.028
.1519952
q85 |
.1749002
.1386241
1.26
0.209
.0993599
q86 |
.1613634
.0957534
1.69
0.094
.1265048
q87 | -.2502568
.1135039
-2.20
0.029
-.1876999
q88 |
.310421
.0985868
3.15
0.002
.2206113
_cons |
1.804495
.8113468
2.22
0.027
.
-----------------------------------------------------------------------------.
. //q79 as outcome variable: You rarely have sexual thoughts about consensual sex
with someone around your own age.
. regress q79 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
Page 302

3Snsize205.11.9.16
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 23.4874405
17 1.38161415
Residual | 212.154451
130 1.63195732
-------------+-----------------------------Total | 235.641892
147 1.60300607

Number of obs
F( 17,
130)
Prob > F
R-squared
Adj R-squared
Root MSE

=
148
=
0.85
= 0.6371
= 0.0997
= -0.0181
= 1.2775

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
-.560591
.4222958
-1.33
0.187
-.1148576
qhispanic | -.0350149
.3881054
-0.09
0.928
-.0086167
qblack | -.4326169
.6704369
-0.65
0.520
-.0555978
qasian | -.5393371
.7130039
-0.76
0.451
-.069313
qpacif |
2.953864
1.312462
2.25
0.026
.191775
qamerind |
.8229675
.7776293
1.06
0.292
.0919116
qotherrac | -.0074189
.4425955
-0.02
0.987
-.0014758
q2nd |
.1068639
.2898836
0.37
0.713
.0406044
q3rd |
.1300491
.2999306
0.43
0.665
.0477012
qa |
.3718637
.4476944
0.83
0.408
.0862468
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0002672
.1711923
-0.00
0.999
-.0002074
qlesshs | -.0330848
.3401422
-0.10
0.923
-.0130801
qcath |
1.143971
.5838033
1.96
0.052
.1924494
qlds |
.3198321
.2729192
1.17
0.243
.1210047
qprot |
.2867855
.565599
0.51
0.613
.044825
qbud |
.161358
.8115478
0.20
0.843
.018021
qis |
0 (omitted)
.
qotherrel |
.1495602
.3086435
0.48
0.629
.0508533
_cons |
2.500397
.5663266
4.42
0.000
.
-----------------------------------------------------------------------------. regress q79 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.4035168
12
2.0336264
Residual | 267.119799
180 1.48399888
-------------+-----------------------------Total | 291.523316
192
1.5183506

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.37
0.1837
0.0837
0.0226
1.2182

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0537392
.1192784
0.45
0.653
.0355787
q12 | -.0255163
.0618116
-0.41
0.680
-.0310749
q11 |
.0082361
.0798477
0.10
0.918
.0079403
q10 |
.0368723
.1237204
0.30
0.766
.0234464
q9 |
.053122
.1060846
0.50
0.617
.0367708
q14 |
.0292201
.0557372
0.52
0.601
.0388183
q15 | -.1114707
.0956862
-1.16
0.246
-.0911302
q16 |
.052836
.088856
0.59
0.553
.0490047
q17 |
.1893502
.0896853
2.11
0.036
.1726519
q18 |
.2538128
.1415414
1.79
0.075
.1420772
q19 | -.0478332
.0768196
-0.62
0.534
-.0462055
Page 303

3Snsize205.11.9.16
q20 |
.1040546
.0901248
1.15
0.250
.0971333
_cons |
.7958415
.9458445
0.84
0.401
.
-----------------------------------------------------------------------------. regress q79 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.2396818
12 2.01997348
Residual | 273.019201
184 1.48380001
-------------+-----------------------------Total | 297.258883
196 1.51662696

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.36
0.1880
0.0815
0.0216
1.2181

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1244151
.1182629
-1.05
0.294
-.081787
q22 |
.0401864
.0952313
0.42
0.674
.0321961
q23 | -.0360854
.0777289
-0.46
0.643
-.0362158
q24 |
.1037086
.0845973
1.23
0.222
.0951081
q25 |
.1195199
.0720635
1.66
0.099
.1241471
q26 |
.0267753
.0527618
0.51
0.612
.0366802
q27 |
.0139504
.0845718
0.16
0.869
.013014
q28 |
.0097962
.170051
0.06
0.954
.0044075
q29 | -.1746337
.106935
-1.63
0.104
-.133019
q30 |
.0692122
.1193988
0.58
0.563
.0462401
q31 |
.1844591
.1086464
1.70
0.091
.1446556
q32 |
.1838967
.103785
1.77
0.078
.1507728
_cons |
1.121282
.7196438
1.56
0.121
.
-----------------------------------------------------------------------------. regress q79 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
14.142226
12 1.17851884
Residual | 279.529569
182 1.53587675
-------------+-----------------------------Total | 293.671795
194 1.51377214

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
195
=
0.77
= 0.6834
= 0.0482
= -0.0146
= 1.2393

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.08779
.1178377
0.75
0.457
.0659078
q34 |
.191229
.1059552
1.80
0.073
.154325
q35 |
.0043711
.0721287
0.06
0.952
.0047896
q36 |
.0597104
.0794524
0.75
0.453
.0579612
q37 | -.0648475
.1327802
-0.49
0.626
-.0389935
q38 |
.0809032
.1218594
0.66
0.508
.0511426
q39 | -.0457306
.0735534
-0.62
0.535
-.0476523
q40 | -.1476858
.096673
-1.53
0.128
-.1262821
q41 |
-.043905
.0732263
-0.60
0.550
-.0477813
q42 | -.0097198
.0781509
-0.12
0.901
-.0095977
q43 |
.0502371
.1641944
0.31
0.760
.0259381
q44 |
.0149997
.0680837
0.22
0.826
.0171894
_cons |
1.715578
.8037421
2.13
0.034
.
-----------------------------------------------------------------------------. regress q79 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Page 304

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 19.1343365
12 1.59452804
Residual | 270.175308
184 1.46834407
-------------+-----------------------------Total | 289.309645
196 1.47606962

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.09
0.3743
0.0661
0.0052
1.2118

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1084474
.0889448
1.22
0.224
.0972965
q46 |
.0044177
.0604569
0.07
0.942
.0055157
q47 |
.0175016
.1281389
0.14
0.892
.0104707
q48 |
.0462045
.0728871
0.63
0.527
.0496715
q49 | -.1084619
.0610651
-1.78
0.077
-.1387992
q50 |
.1240281
.07943
1.56
0.120
.1202717
q51 |
-.075315
.0863658
-0.87
0.384
-.0685143
q52 |
-.072141
.0725286
-0.99
0.321
-.0746663
q53 |
.0474867
.1037827
0.46
0.648
.0373517
q54 |
.1960323
.11952
1.64
0.103
.1580034
q55 | -.1105093
.1474132
-0.75
0.454
-.063567
q56 |
.0668613
.1218114
0.55
0.584
.0466829
_cons |
1.620045
.8580331
1.89
0.061
.
-----------------------------------------------------------------------------. regress q79 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.2698564
12
1.9391547
Residual | 271.542326
184 1.47577351
-------------+-----------------------------Total | 294.812183
196 1.50414379

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.31
0.2135
0.0789
0.0189
1.2148

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.048206
.1320765
0.36
0.716
.0285223
q58 |
.1189787
.0727216
1.64
0.104
.1248798
q59 |
.0520115
.1114465
0.47
0.641
.0376618
q60 |
.0831599
.0700651
1.19
0.237
.0879869
q61 | -.1526742
.1254552
-1.22
0.225
-.0987152
q62 |
.1073974
.063685
1.69
0.093
.1223583
q63 | -.1117086
.1513309
-0.74
0.461
-.0602629
q64 |
.1088988
.105268
1.03
0.302
.0773087
q65 |
.0673392
.1769245
0.38
0.704
.0314174
q66 |
.0743415
.1004067
0.74
0.460
.0576154
q67 |
.0521649
.108269
0.48
0.631
.0361464
q68 |
.1214404
.0793748
1.53
0.128
.1215052
_cons |
.7921648
.8729546
0.91
0.365
.
-----------------------------------------------------------------------------. regress q79 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.4287718
11 2.31170652
Residual |
270.30082
184
1.4690262
Page 305

Number of obs
F( 11,
184)
Prob > F
R-squared

=
=
=
=

196
1.57
0.1096
0.0860

3Snsize205.11.9.16
-------------+-----------------------------Total | 295.729592
195 1.51656201

Adj R-squared =
Root MSE
=

0.0313
1.212

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0657051
.1713097
0.38
0.702
.0333121
q70 |
.1151152
.0944334
1.22
0.224
.0935352
q71 | -.0400283
.0666731
-0.60
0.549
-.0443126
q72 |
.2157325
.141494
1.52
0.129
.1255101
q73 |
.0388878
.0854398
0.46
0.650
.0339278
q74 |
.1355642
.0773344
1.75
0.081
.1353219
q75 | -.2067582
.086847
-2.38
0.018
-.1830414
q76 |
.0157058
.065577
0.24
0.811
.0174142
q77 | -.0846941
.1554685
-0.54
0.587
-.0453175
q78 | -.0067583
.0884648
-0.08
0.939
-.0059465
q80 |
.2138812
.103388
2.07
0.040
.1678444
_cons |
1.101416
.6251232
1.76
0.080
.
-----------------------------------------------------------------------------. regress q79 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.4929927
8 2.18662409
Residual | 275.765891
188 1.46683984
-------------+-----------------------------Total | 293.258883
196 1.49621879

Number of obs
F( 8,
188)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.49
0.1629
0.0597
0.0196
1.2111

-----------------------------------------------------------------------------q79 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1242681
.1126521
-1.10
0.271
-.0858459
q82 |
.1456236
.102496
1.42
0.157
.1137019
q83 |
.016809
.0787503
0.21
0.831
.0158064
q84 | -.0870906
.0679181
-1.28
0.201
-.0950911
q85 |
.1084143
.1681148
0.64
0.520
.054758
q86 |
.0278123
.1161335
0.24
0.811
.0193672
q87 | -.1945549
.1376474
-1.41
0.159
-.1296264
q88 |
-.031407
.1195827
-0.26
0.793
-.0198348
_cons |
3.148195
.9842381
3.20
0.002
.
-----------------------------------------------------------------------------.
. //q80 as outcome variable: You are surprised by or do not consider the
consequences of your actions.
. regress q80 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 14.1899295
17 .834701737
Residual |
134.61544
131 1.02759878
-------------+-----------------------------Total | 148.805369
148 1.00544168
Page 306

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.81
= 0.6766
= 0.0954
= -0.0220
= 1.0137

3Snsize205.11.9.16
-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex | -.3714942
.3349007
-1.11
0.269
-.0957852
qhispanic |
.1747485
.3062312
0.57
0.569
.0555933
qblack | -.7039474
.5320017
-1.32
0.188
-.1138549
qasian |
.6046172
.5651531
1.07
0.287
.0977895
qpacif | -.9347618
1.041421
-0.90
0.371
-.0763712
qamerind | -.4572022
.6169911
-0.74
0.460
-.0642603
qotherrac |
.2435444
.3508804
0.69
0.489
.0609794
q2nd |
.2539157
.2299868
1.10
0.272
.1216356
q3rd | -.1183316
.2367281
-0.50
0.618
-.0550234
qa | -.1943166
.355118
-0.55
0.585
-.0567333
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0199213
.1358193
0.15
0.884
.0194981
qlesshs |
.1933133
.2699076
0.72
0.475
.0965432
qcath |
.2101167
.4458251
0.47
0.638
.0473928
qlds |
.0010396
.2165648
0.00
0.996
.0004959
qprot |
.2015161
.4486979
0.45
0.654
.0396416
qbud |
.0857009
.6438784
0.13
0.894
.0120454
qis |
0 (omitted)
.
qotherrel |
.0011852
.2449019
0.00
0.996
.0005077
_cons |
2.012498
.4489371
4.48
0.000
.
-----------------------------------------------------------------------------. regress q80 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.7336641
12 3.72780534
Residual |
132.12644
180 .734035775
-------------+-----------------------------Total | 176.860104
192 .921146373

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.08
0.0000
0.2529
0.2031
.85676

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0610254
.0838887
-0.73
0.468
-.0518718
q12 |
.0854694
.0434722
1.97
0.051
.1336365
q11 |
.0556128
.056157
0.99
0.323
.0688346
q10 |
.0945004
.0870128
1.09
0.279
.0771491
q9 | -.0094228
.0746095
-0.13
0.900
-.0083739
q14 | -.0192468
.0392001
-0.49
0.624
-.0328273
q15 |
-.120363
.0672963
-1.79
0.075
-.1263329
q16 |
.2381178
.0624926
3.81
0.000
.2835443
q17 |
.1727043
.0630758
2.74
0.007
.2021763
q18 | -.2271886
.0995463
-2.28
0.024
-.1632748
q19 |
.0969567
.0540274
1.79
0.074
.1202441
q20 |
.0064155
.063385
0.10
0.919
.0076888
_cons |
1.592941
.6652143
2.39
0.018
.
-----------------------------------------------------------------------------. regress q80 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.7701117
12 3.73084264
Residual | 137.452111
185 .742984381
Page 307

Number of obs
F( 12,
185)
Prob > F
R-squared

=
=
=
=

198
5.02
0.0000
0.2457

3Snsize205.11.9.16
-------------+-----------------------------Total | 182.222222
197
.9249859

Adj R-squared =
Root MSE
=

0.1968
.86197

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0096581
.0835694
0.12
0.908
.008115
q22 | -.1791886
.067228
-2.67
0.008
-.1836936
q23 |
.0867926
.054939
1.58
0.116
.1112781
q24 |
.0408848
.0591731
0.69
0.490
.0482682
q25 |
.0351428
.0509926
0.69
0.492
.0466267
q26 |
-.008677
.0373273
-0.23
0.816
-.0151846
q27 |
.0978487
.0598315
1.64
0.104
.1166541
q28 | -.0108708
.1203087
-0.09
0.928
-.0062494
q29 |
.030449
.0755691
0.40
0.687
.0296763
q30 |
.1320271
.0841484
1.57
0.118
.1128182
q31 |
.2034395
.0767974
2.65
0.009
.2038028
q32 |
.1697095
.0734392
2.31
0.022
.1777146
_cons |
.9949079
.5079104
1.96
0.052
.
-----------------------------------------------------------------------------. regress q80 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 44.0784844
12 3.67320703
Residual | 132.043965
183 .721551719
-------------+-----------------------------Total | 176.122449
195 .903192046

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.09
0.0000
0.2503
0.2011
.84944

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0319175
.0806909
-0.40
0.693
-.0309729
q34 |
.3398681
.072595
4.68
0.000
.3548573
q35 | -.0041513
.0494376
-0.08
0.933
-.005874
q36 |
.0180569
.0544561
0.33
0.741
.022635
q37 |
.1072192
.0910031
1.18
0.240
.0833298
q38 | -.1001599
.0834994
-1.20
0.232
-.0818773
q39 |
.1127948
.0503948
2.24
0.026
.1518019
q40 | -.0216216
.0662292
-0.33
0.744
-.0238752
q41 |
-.011384
.0500893
-0.23
0.820
-.0160221
q42 | -.0632302
.0527994
-1.20
0.233
-.0816431
q43 |
.1122319
.1125323
1.00
0.320
.0748841
q44 |
.0561806
.04655
1.21
0.229
.0834187
_cons |
1.20872
.5457861
2.21
0.028
.
-----------------------------------------------------------------------------. regress q80 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.7076499
12 2.64230416
Residual | 137.605481
185 .743813413
-------------+-----------------------------Total | 169.313131
197 .859457519

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.55
0.0001
0.1873
0.1346
.86245

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 308

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q45 |
.0155002
.0610168
0.25
0.800
.0185303
q46 | -.0004573
.0425364
-0.01
0.991
-.0007496
q47 | -.0427855
.0911759
-0.47
0.639
-.0334781
q48 |
-.030954
.0518562
-0.60
0.551
-.0434992
q49 |
.0105978
.0430473
0.25
0.806
.0177566
q50 |
.1087689
.0557935
1.95
0.053
.1387002
q51 |
.0424151
.06131
0.69
0.490
.0505078
q52 |
.0530817
.0514316
1.03
0.303
.0719363
q53 | -.2620216
.073514
-3.56
0.000
-.2701643
q54 |
.0097865
.0847351
0.12
0.908
.0103219
q55 |
.2157209
.1049151
2.06
0.041
.1622822
q56 |
.0602432
.0866292
0.70
0.488
.0550251
_cons |
2.037346
.6082471
3.35
0.001
.
-----------------------------------------------------------------------------. regress q80 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 46.1590191
12 3.84658493
Residual | 135.502597
185
.73244647
-------------+-----------------------------Total | 181.661616
197 .922140184

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.25
0.0000
0.2541
0.2057
.85583

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0963413
.0930457
-1.04
0.302
-.0726539
q58 |
.0336918
.0511668
0.66
0.511
.0451449
q59 |
.1532367
.0785094
1.95
0.052
.141442
q60 | -.0653112
.0493523
-1.32
0.187
-.0880749
q61 |
.0949451
.0883326
1.07
0.284
.0782842
q62 | -.0132946
.0448656
-0.30
0.767
-.0192965
q63 |
.1599438
.1066119
1.50
0.135
.1099615
q64 |
.0965497
.074097
1.30
0.194
.0874079
q65 | -.0156005
.1246365
-0.13
0.901
-.0092757
q66 |
.2791403
.0706899
3.95
0.000
.2756063
q67 |
.0374798
.076256
0.49
0.624
.0330972
q68 |
.0206738
.0559191
0.37
0.712
.0263564
_cons |
1.094873
.6148923
1.78
0.077
.
-----------------------------------------------------------------------------. regress q80 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79, b
Source |
SS
df
MS
-------------+-----------------------------Model | 47.8138866
11 4.34671696
Residual | 134.308562
184 .729937839
-------------+-----------------------------Total | 182.122449
195 .933961277

Number of obs
F( 11,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.95
0.0000
0.2625
0.2184
.85436

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.3798814
.1175137
3.23
0.001
.2454239
q70 | -.1015117
.0664142
-1.53
0.128
-.1051052
q71 |
.0392641
.0469548
0.84
0.404
.0553889
q72 |
.0509797
.100297
0.51
0.612
.0377943
Page 309

3Snsize205.11.9.16
q73 | -.0609609
.0600927
-1.01
0.312
-.0677734
q74 |
.1547896
.0537689
2.88
0.004
.1968931
q75 |
.1447177
.0612318
2.36
0.019
.1632577
q76 |
.0870638
.0457848
1.90
0.059
.1230121
q77 |
.0199218
.1096684
0.18
0.856
.0135834
q78 | -.0207132
.0623412
-0.33
0.740
-.0232242
q79 |
.1062744
.051372
2.07
0.040
.1354236
_cons |
.5244247
.4426666
1.18
0.238
.
-----------------------------------------------------------------------------. regress q80 q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 40.2484872
8 5.03106091
Residual | 141.413129
189 .748217613
-------------+-----------------------------Total | 181.661616
197 .922140184

Number of obs
F( 8,
189)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.72
0.0000
0.2216
0.1886
.865

-----------------------------------------------------------------------------q80 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2088468
.0804272
-2.60
0.010
-.1835661
q82 | -.0429384
.0731702
-0.59
0.558
-.0426767
q83 |
.0970949
.0562413
1.73
0.086
.1160864
q84 |
.0618452
.0483481
1.28
0.202
.086183
q85 |
.0477359
.1200641
0.40
0.691
.0306463
q86 |
.1027831
.0829333
1.24
0.217
.0910618
q87 | -.2279727
.0983071
-2.32
0.021
-.1932294
q88 |
.1748147
.0853873
2.05
0.042
.1404
_cons |
3.049696
.7027179
4.34
0.000
.
-----------------------------------------------------------------------------.
. //q81 as outcome variable: You have provided appropriate disclosure of offending
behavior and risk management strategies to appropriate individuals.
. regress q81 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 7.30798121
17 .429881248
Residual | 90.3296027
131 .689538952
-------------+-----------------------------Total | 97.6375839
148 .659713405

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.62
= 0.8685
= 0.0748
= -0.0452
= .83038

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.0675351
.2743365
0.25
0.806
.021497
qhispanic | -.1772275
.2508517
-0.71
0.481
-.0696051
qblack | -.1759811
.4357934
-0.40
0.687
-.0351381
qasian |
.3664893
.4629496
0.79
0.430
.0731768
qpacif |
.4356554
.853088
0.51
0.610
.0439412
qamerind | -.4358075
.5054131
-0.86
0.390
-.0756189
qotherrac | -.1912371
.2874265
-0.67
0.507
-.0591123
Page 310

3Snsize205.11.9.16
q2nd |
.1465191
.1883955
0.78
0.438
.0866495
q3rd | -.0106618
.1939177
-0.05
0.956
-.0061204
qa | -.1861402
.2908977
-0.64
0.523
-.0670918
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.1039195
.1112574
-0.93
0.352
-.1255662
qlesshs |
.0027061
.2210969
0.01
0.990
.0016684
qcath |
.0042008
.3652011
0.01
0.991
.0011697
qlds |
-.228785
.1774007
-1.29
0.199
-.1347142
qprot | -.0068136
.3675544
-0.02
0.985
-.0016547
qbud |
.0121126
.527438
0.02
0.982
.0021017
qis |
0 (omitted)
.
qotherrel | -.2676812
.2006133
-1.33
0.184
-.141549
_cons |
4.558129
.3677503
12.39
0.000
.
-----------------------------------------------------------------------------. regress q81 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.3479899
12 2.27899916
Residual | 101.120431
177 .571301871
-------------+-----------------------------Total | 128.468421
189 .679727096

Number of obs
F( 12,
177)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

190
3.99
0.0000
0.2129
0.1595
.75585

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0429729
.0745546
0.58
0.565
.0427222
q12 |
-.015329
.0388978
-0.39
0.694
-.0278423
q11 |
.1067944
.0496154
2.15
0.033
.1550946
q10 |
.0152828
.0770009
0.20
0.843
.0145949
q9 | -.2118985
.0660171
-3.21
0.002
-.2203044
q14 |
.0174091
.0346714
0.50
0.616
.0347941
q15 |
.003404
.0594603
0.06
0.954
.0041828
q16 | -.0893567
.0562649
-1.59
0.114
-.1229995
q17 | -.0952606
.056344
-1.69
0.093
-.1298155
q18 |
.1949343
.0884815
2.20
0.029
.163426
q19 | -.1600035
.0479624
-3.34
0.001
-.2316455
q20 |
.0746231
.0563852
1.32
0.187
.1047976
_cons |
3.902538
.5893796
6.62
0.000
.
-----------------------------------------------------------------------------. regress q81 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 31.0556443
12 2.58797036
Residual |
108.35974
182 .595383188
-------------+-----------------------------Total | 139.415385
194 .718636003

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
4.35
0.0000
0.2228
0.1715
.77161

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.0598757
.0749762
-0.80
0.426
-.0573881
q22 |
.0911809
.0603306
1.51
0.132
.1066546
q23 | -.1372263
.0495948
-2.77
0.006
-.1994743
q24 |
.0172012
.0542363
0.32
0.751
.0228005
Page 311

3Snsize205.11.9.16
q25 | -.0513906
.0464442
-1.11
0.270
-.0765912
q26 |
.05779
.0337857
1.71
0.089
.1147158
q27 | -.1046407
.0537265
-1.95
0.053
-.1423691
q28 | -.0579864
.107918
-0.54
0.592
-.0380633
q29 |
.0428558
.0679323
0.63
0.529
.0474562
q30 |
-.141377
.0758074
-1.86
0.064
-.1376459
q31 | -.0247558
.0688474
-0.36
0.720
-.0282994
q32 | -.1510885
.0661437
-2.28
0.024
-.1799724
_cons |
5.014202
.4570741
10.97
0.000
.
-----------------------------------------------------------------------------. regress q81 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.1557731
12 2.34631443
Residual | 109.122577
181 .602887168
-------------+-----------------------------Total | 137.278351
193
.71128679

Number of obs
F( 12,
181)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

194
3.89
0.0000
0.2051
0.1524
.77646

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0700198
.0738055
-0.95
0.344
-.0768067
q34 | -.0198666
.0665354
-0.30
0.766
-.0234039
q35 |
.0076405
.0454382
0.17
0.867
.0122229
q36 |
-.048685
.0503186
-0.97
0.335
-.0687041
q37 | -.0352916
.0836192
-0.42
0.673
-.0310093
q38 |
.2718251
.0817253
3.33
0.001
.2370927
q39 |
.0061018
.0462178
0.13
0.895
.0092471
q40 |
-.001822
.0606291
-0.03
0.976
-.0022751
q41 | -.0929567
.0461449
-2.01
0.045
-.1471319
q42 |
.0056548
.0482864
0.12
0.907
.0082565
q43 | -.1986502
.1029271
-1.93
0.055
-.1498974
q44 | -.0695645
.0426575
-1.63
0.105
-.1165398
_cons |
3.999477
.5209664
7.68
0.000
.
-----------------------------------------------------------------------------. regress q81 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.0158972
12
2.0846581
Residual | 119.271282
182 .655336716
-------------+-----------------------------Total | 144.287179
194 .743748348

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
3.18
0.0004
0.1734
0.1189
.80953

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1079136
.059207
1.82
0.070
.1355554
q46 |
.0181717
.0401106
0.45
0.651
.0321626
q47 |
.0342704
.0859022
0.40
0.690
.0290018
q48 | -.0026907
.0492
-0.05
0.956
-.0040806
q49 |
.000166
.0407353
0.00
0.997
.0002961
q50 | -.0144472
.0524639
-0.28
0.783
-.0199523
q51 | -.0761201
.0583399
-1.30
0.194
-.0970609
q52 | -.1117002
.0487892
-2.29
0.023
-.1623345
q53 |
.1590635
.0693954
2.29
0.023
.1771647
Page 312

3Snsize205.11.9.16
q54 | -.1287338
.0798262
-1.61
0.109
-.1468176
q55 | -.1580022
.0988386
-1.60
0.112
-.1283072
q56 |
.0110986
.081731
0.14
0.892
.0109533
_cons |
4.092802
.5892937
6.95
0.000
.
-----------------------------------------------------------------------------. regress q81 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 42.5083522
12 3.54236269
Residual | 97.3028723
183 .531709685
-------------+-----------------------------Total | 139.811224
195 .716980638

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.66
0.0000
0.3040
0.2584
.72918

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2244133
.079278
2.83
0.005
.1927131
q58 | -.0270314
.04366
-0.62
0.537
-.0411977
q59 | -.0087345
.0668976
-0.13
0.896
-.0091784
q60 |
.0920575
.0422081
2.18
0.030
.1408999
q61 | -.1144222
.0754842
-1.52
0.131
-.1073206
q62 |
.0693872
.0385413
1.80
0.073
.1140941
q63 | -.2610457
.0908533
-2.87
0.005
-.2044141
q64 | -.0676688
.0633127
-1.07
0.287
-.0696847
q65 | -.0294028
.1062259
-0.28
0.782
-.0199124
q66 | -.0359923
.0615983
-0.58
0.560
-.0398992
q67 | -.2174921
.0652653
-3.33
0.001
-.2184938
q68 | -.0301425
.0477754
-0.63
0.529
-.0436566
_cons |
3.999017
.5241885
7.63
0.000
.
-----------------------------------------------------------------------------. regress q81 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.0746666
12 2.92288889
Residual | 92.5522764
180 .514179313
-------------+-----------------------------Total | 127.626943
192 .664723661

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
5.68
0.0000
0.2748
0.2265
.71706

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.0416819
.1023734
-0.41
0.684
-.0320265
q70 |
.1636152
.056146
2.91
0.004
.2020127
q71 |
.0334047
.0400257
0.83
0.405
.0557037
q72 | -.0825661
.0849629
-0.97
0.332
-.072759
q73 | -.1350332
.0508894
-2.65
0.009
-.1789261
q74 | -.0622262
.0464636
-1.34
0.182
-.0941375
q75 | -.0656052
.052394
-1.25
0.212
-.0882193
q76 |
.0811642
.0389574
2.08
0.039
.136484
q77 | -.0850298
.0924443
-0.92
0.359
-.0691653
q78 |
.0184414
.0524174
0.35
0.725
.0246999
q79 | -.0661962
.0440155
-1.50
0.134
-.0999622
q80 | -.1848772
.0621198
-2.98
0.003
-.2200815
_cons |
4.548913
.373174
12.19
0.000
.
-----------------------------------------------------------------------------Page 313

3Snsize205.11.9.16
. regress q81 q82 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.6730634
7 3.52472334
Residual | 115.670371
190 .608791426
-------------+-----------------------------Total | 140.343434
197
.71240322

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
5.79
0.0000
0.1758
0.1454
.78025

-----------------------------------------------------------------------------q81 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q82 |
-.03503
.0659526
-0.53
0.596
-.0396115
q83 | -.0267045
.0506942
-0.53
0.599
-.0363249
q84 |
.0019436
.0436111
0.04
0.964
.0030815
q85 | -.0932761
.1080897
-0.86
0.389
-.0681301
q86 | -.2228799
.0730398
-3.05
0.003
-.2246574
q87 |
.192984
.0875636
2.20
0.029
.1861004
q88 | -.1642204
.0760948
-2.16
0.032
-.1500554
_cons |
4.419181
.5468164
8.08
0.000
.
-----------------------------------------------------------------------------.
. //q82 as outcome variable: You are able to recognize and ask for help when needed.
. regress q82 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.40495475
17 .553232632
Residual | 113.373569
131
.86544709
-------------+-----------------------------Total | 122.778523
148 .829584618

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.64
= 0.8552
= 0.0766
= -0.0432
= .93029

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1953812
.3073438
0.64
0.526
.0554597
qhispanic | -.0656759
.2810334
-0.23
0.816
-.0230019
qblack |
.3670721
.4882267
0.75
0.453
.0653598
qasian | -.1462187
.5186503
-0.28
0.778
-.0260353
qpacif |
.9673146
.9557288
1.01
0.313
.087005
qamerind | -.0567494
.5662228
-0.10
0.920
-.008781
qotherrac | -.1671334
.3220087
-0.52
0.605
-.0460698
q2nd | -.1364705
.2110627
-0.65
0.519
-.0719711
q3rd |
.0961538
.2172493
0.44
0.659
.0492222
qa | -.0316741
.3258976
-0.10
0.923
-.0101808
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0709945
.1246436
-0.57
0.570
-.0764976
qlesshs | -.0693184
.2476986
-0.28
0.780
-.0381116
qcath | -.0181431
.4091409
-0.04
0.965
-.0045052
qlds |
.2627903
.198745
1.32
0.188
.1379884
qprot |
.3455549
.4117774
0.84
0.403
.0748353
qbud |
-.154307
.5908977
-0.26
0.794
-.0238764
Page 314

3Snsize205.11.9.16
qis |
0 (omitted)
.
qotherrel | -.2282025
.2247505
-1.02
0.312
-.1076109
_cons |
4.115764
.4119969
9.99
0.000
.
-----------------------------------------------------------------------------. regress q82 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model |
32.956965
12 2.74641375
Residual |
142.37116
179 .795369609
-------------+-----------------------------Total | 175.328125
191 .917948298

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
3.45
0.0001
0.1880
0.1335
.89183

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1109681
.0874726
-1.27
0.206
-.0938358
q12 | -.0865695
.0453994
-1.91
0.058
-.135806
q11 |
.0148885
.0591174
0.25
0.801
.0181937
q10 |
.0834907
.090649
0.92
0.358
.0683716
q9 |
.0245784
.0789168
0.31
0.756
.0214165
q14 |
.0181311
.0409502
0.44
0.658
.0310201
q15 |
.1008716
.0701864
1.44
0.152
.1062422
q16 | -.0203676
.0658296
-0.31
0.757
-.0240088
q17 |
.0149889
.0656774
0.23
0.820
.0175907
q18 |
.351495
.1036821
3.39
0.001
.253577
q19 | -.0725746
.0565009
-1.28
0.201
-.090173
q20 | -.1694278
.066063
-2.56
0.011
-.203825
_cons |
3.057671
.6925355
4.42
0.000
.
-----------------------------------------------------------------------------. regress q82 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 34.6719738
12 2.88933115
Residual | 145.413885
185 .786020999
-------------+-----------------------------Total | 180.085859
197 .914141414

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.68
0.0001
0.1925
0.1402
.88658

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1329826
.0859557
-1.55
0.124
-.1123968
q22 |
.1477396
.0691476
2.14
0.034
.1523497
q23 |
-.054076
.0565078
-0.96
0.340
-.0697416
q24 |
.0659647
.0608627
1.08
0.280
.0783378
q25 |
.0076881
.0524487
0.15
0.884
.0102608
q26 |
-.068361
.0383932
-1.78
0.077
-.1203377
q27 | -.0660528
.0615399
-1.07
0.285
-.0792131
q28 | -.3246601
.123744
-2.62
0.009
-.1877446
q29 | -.0044137
.077727
-0.06
0.955
-.0043271
q30 |
.0389933
.0865512
0.45
0.653
.0335172
q31 |
.1736734
.0789903
2.20
0.029
.1750126
q32 | -.1505835
.0755362
-1.99
0.048
-.158619
_cons |
4.252639
.5224134
8.14
0.000
.
-----------------------------------------------------------------------------Page 315

3Snsize205.11.9.16
. regress q82 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 37.7298482
12 3.14415402
Residual | 136.902805
183 .748102759
-------------+-----------------------------Total | 174.632653
195 .895552067

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.20
0.0000
0.2161
0.1646
.86493

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 |
.0401021
.0821621
0.49
0.626
.0390809
q34 | -.3563968
.0739186
-4.82
0.000
-.3736988
q35 |
.1172077
.050339
2.33
0.021
.1665538
q36 |
-.039039
.0554489
-0.70
0.482
-.0491451
q37 |
.1502623
.0926623
1.62
0.107
.1172797
q38 |
.1029358
.0850218
1.21
0.228
.0845047
q39 |
.0006036
.0513136
0.01
0.991
.0008157
q40 | -.0308423
.0674367
-0.46
0.648
-.0342019
q41 |
.0222311
.0510025
0.44
0.663
.0314218
q42 |
.0583701
.0537621
1.09
0.279
.0756885
q43 |
-.074565
.114584
-0.65
0.516
-.0499635
q44 | -.0525251
.0473987
-1.11
0.269
-.0783228
_cons |
3.729479
.5557371
6.71
0.000
.
-----------------------------------------------------------------------------. regress q82 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.3305698
12 2.77754749
Residual | 145.451156
184 .790495413
-------------+-----------------------------Total | 178.781726
196 .912151663

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
3.51
0.0001
0.1864
0.1334
.8891

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0492306
.0630233
-0.78
0.436
-.0571533
q46 | -.0012872
.043894
-0.03
0.977
-.002051
q47 | -.1951327
.0943007
-2.07
0.040
-.1485082
q48 |
.0285468
.0536656
0.53
0.595
.0387822
q49 |
.1156231
.0444163
2.60
0.010
.188516
q50 |
.0739858
.0575265
1.29
0.200
.0917048
q51 | -.0902215
.0632087
-1.43
0.155
-.1045442
q52 |
.106705
.0530215
2.01
0.046
.1407251
q53 |
.1326088
.0768979
1.72
0.086
.1315655
q54 | -.0063089
.0874243
-0.07
0.943
-.0064686
q55 |
-.061278
.108311
-0.57
0.572
-.0448392
q56 | -.1324782
.0893631
-1.48
0.140
-.117665
_cons |
3.518411
.6358109
5.53
0.000
.
-----------------------------------------------------------------------------. regress q82 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.2046481
12 3.01705401
Page 316

Number of obs =
F( 12,
185) =
Prob > F
=

198
3.88
0.0000

3Snsize205.11.9.16
Residual | 143.881211
185 .777736273
-------------+-----------------------------Total | 180.085859
197 .914141414

R-squared
=
Adj R-squared =
Root MSE
=

0.2010
0.1492
.88189

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0941857
.0958792
0.98
0.327
.0713383
q58 |
.0683334
.052725
1.30
0.197
.0919623
q59 | -.1822761
.0809003
-2.25
0.025
-.1689807
q60 |
.1356951
.0508552
2.67
0.008
.1837894
q61 | -.0916602
.0910226
-1.01
0.315
-.0759057
q62 |
.0576109
.0462319
1.25
0.214
.0839843
q63 |
.1487055
.1098586
1.35
0.178
.1026814
q64 |
-.098804
.0763535
-1.29
0.197
-.0898392
q65 | -.1800834
.128432
-1.40
0.163
-.1075416
q66 |
.0047245
.0728426
0.06
0.948
.0046851
q67 |
.0610289
.0785782
0.78
0.438
.054128
q68 | -.1693579
.057622
-2.94
0.004
-.2168516
_cons |
3.902348
.6336177
6.16
0.000
.
-----------------------------------------------------------------------------. regress q82 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.0097682
12 1.58414735
Residual | 159.740232
183 .872897441
-------------+-----------------------------Total |
178.75
195 .916666667

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.81
0.0485
0.1063
0.0477
.93429

-----------------------------------------------------------------------------q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.047162
.1321059
0.36
0.722
.0307553
q70 |
.1132276
.0730869
1.55
0.123
.1183366
q71 |
.0081288
.0514449
0.16
0.875
.0115747
q72 |
.0889484
.1097567
0.81
0.419
.0665619
q73 |
.0046697
.0658979
0.07
0.944
.0052403
q74 | -.0059088
.0601085
-0.10
0.922
-.0075866
q75 | -.0812632
.0679688
-1.20
0.233
-.0925348
q76 |
-.068324
.0505575
-1.35
0.178
-.097441
q77 | -.0816397
.1199387
-0.68
0.497
-.0561874
q78 | -.1512024
.0681937
-2.22
0.028
-.1711236
q79 |
.0449319
.0568274
0.79
0.430
.0577935
q80 | -.1121834
.0806176
-1.39
0.166
-.1132367
_cons |
4.369963
.4859208
8.99
0.000
.
-----------------------------------------------------------------------------. regress q82 q81 q83 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.7019288
7 5.67170412
Residual | 139.752617
190 .735540088
-------------+-----------------------------Total | 179.454545
197 .910936779

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
7.71
0.0000
0.2212
0.1925
.85764

-----------------------------------------------------------------------------Page 317

3Snsize205.11.9.16
q82 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0423231
.0796838
-0.53
0.596
-.037428
q83 |
.0008532
.0557627
0.02
0.988
.0010263
q84 |
.0434204
.0478331
0.91
0.365
.0608785
q85 |
.1996015
.1181586
1.69
0.093
.1289292
q86 | -.3628611
.0778999
-4.66
0.000
-.3234514
q87 |
.2924722
.0951333
3.07
0.002
.2494189
q88 | -.1609691
.0838516
-1.92
0.056
-.1300726
_cons |
3.504219
.6487035
5.40
0.000
.
-----------------------------------------------------------------------------.
. //q83 as outcome variable: You have had two or more minor motor vehicle charges.
. regress q83 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 20.6910255
17 1.21711915
Residual | 201.738505
131 1.53998859
-------------+-----------------------------Total |
222.42953
148 1.50290223

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.79
= 0.7015
= 0.0930
= -0.0247
=
1.241

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.0663208
.4099803
0.16
0.872
.0139865
qhispanic | -.0085176
.3748835
-0.02
0.982
-.0022164
qblack | -.5041748
.6512684
-0.77
0.440
-.0666969
qasian | -.5187048
.6918518
-0.75
0.455
-.0686191
qpacif | -.8065223
1.274891
-0.63
0.528
-.0538962
qamerind | -.4488091
.7553111
-0.59
0.553
-.0515952
qotherrac | -.0252062
.4295424
-0.06
0.953
-.0051621
q2nd |
.3074126
.2815464
1.09
0.277
.1204497
q3rd |
.0855811
.289799
0.30
0.768
.032549
qa |
.9226253
.43473
2.12
0.036
.2203266
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0749171
.1662679
0.45
0.653
.0599748
qlesshs |
.0049779
.3304168
0.02
0.988
.0020334
qcath |
.7733944
.5457722
1.42
0.159
.142681
qlds |
-.046604
.2651153
-0.18
0.861
-.0181811
qprot |
.6411772
.5492891
1.17
0.245
.103165
qbud | -.4072613
.7882261
-0.52
0.606
-.0468189
qis |
0 (omitted)
.
qotherrel |
.0293035
.2998052
0.10
0.922
.0102665
_cons |
1.282955
.5495819
2.33
0.021
.
-----------------------------------------------------------------------------. regress q83 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.6358904
12 1.21965754
Residual | 243.436648
180 1.35242582
Page 318

Number of obs
F( 12,
180)
Prob > F
R-squared

=
=
=
=

193
0.90
0.5463
0.0567

3Snsize205.11.9.16
-------------+-----------------------------Total | 258.072539
192 1.34412781

Adj R-squared = -0.0062


Root MSE
= 1.1629

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.1622336
.113868
1.42
0.156
.1141577
q12 |
.0556355
.0590078
0.94
0.347
.072013
q11 |
.0136758
.0762258
0.18
0.858
.0140129
q10 | -.0063636
.1181085
-0.05
0.957
-.0043007
q9 |
.1547257
.1012726
1.53
0.128
.11383
q14 | -.0270683
.053209
-0.51
0.612
-.0382193
q15 |
.0158324
.0913459
0.17
0.863
.0137567
q16 |
.1079302
.0848256
1.27
0.205
.1063937
q17 |
.0807085
.0856172
0.94
0.347
.0782151
q18 | -.0761991
.1351211
-0.56
0.574
-.0453342
q19 | -.0376615
.0733351
-0.51
0.608
-.0386659
q20 |
-.081003
.0860368
-0.94
0.348
-.0803663
_cons |
1.055679
.9029416
1.17
0.244
.
-----------------------------------------------------------------------------. regress q83 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.1163177
12 1.25969314
Residual |
248.15641
185
1.341386
-------------+-----------------------------Total | 263.272727
197 1.33640978

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
198
=
0.94
= 0.5092
= 0.0574
= -0.0037
= 1.1582

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0086518
.1122882
0.08
0.939
.0060479
q22 | -.0938128
.0903311
-1.04
0.300
-.0800099
q23 |
.0703464
.073819
0.95
0.342
.0750355
q24 | -.0039238
.0795081
-0.05
0.961
-.003854
q25 |
.1182679
.0685164
1.73
0.086
.1305457
q26 |
.0928351
.0501549
1.85
0.066
.1351581
q27 |
.088451
.0803927
1.10
0.273
.0877294
q28 |
.0534074
.1616531
0.33
0.741
.0255433
q29 | -.0084945
.1015387
-0.08
0.933
-.0068876
q30 |
.0015237
.1130662
0.01
0.989
.0010832
q31 |
.0138645
.103189
0.13
0.893
.0115552
q32 | -.0367747
.0986767
-0.37
0.710
-.0320379
_cons |
1.244102
.6824551
1.82
0.070
.
-----------------------------------------------------------------------------. regress q83 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.3599804
12 2.02999836
Residual | 232.986958
183 1.27315278
-------------+-----------------------------Total | 257.346939
195 1.31972789

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.59
0.0963
0.0947
0.0353
1.1283

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
Page 319

3Snsize205.11.9.16
-------------+---------------------------------------------------------------q33 |
.0262863
.1071842
0.25
0.807
.0211023
q34 |
-.057825
.0964303
-0.60
0.549
-.0499467
q35 | -.0492242
.0656695
-0.75
0.454
-.057621
q36 |
.0657203
.0723357
0.91
0.365
.0681529
q37 |
.1993044
.1208823
1.65
0.101
.1281424
q38 | -.0397682
.1109149
-0.36
0.720
-.0268939
q39 | -.0050173
.066941
-0.07
0.940
-.0055861
q40 | -.0067164
.0879743
-0.08
0.939
-.0061354
q41 |
.1364862
.0665351
2.05
0.042
.1589141
q42 | -.0339434
.0701352
-0.48
0.629
-.0362575
q43 |
.2378349
.1494802
1.59
0.113
.1312795
q44 | -.0627819
.0618338
-1.02
0.311
-.0771187
_cons |
1.332443
.724985
1.84
0.068
.
-----------------------------------------------------------------------------. regress q83 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.6037824
12 2.71698187
Residual | 243.482076
185 1.31611933
-------------+-----------------------------Total | 276.085859
197 1.40145106

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.06
0.0212
0.1181
0.0609
1.1472

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.1288123
.0811643
-1.59
0.114
-.1205937
q46 | -.1304635
.0565817
-2.31
0.022
-.1674754
q47 | -.0723501
.1212818
-0.60
0.552
-.0443329
q48 | -.0341689
.0689788
-0.50
0.621
-.0376027
q49 |
.0623399
.0572613
1.09
0.278
.0817963
q50 |
.1478508
.0742163
1.99
0.048
.1476451
q51 |
.0899205
.0815543
1.10
0.272
.0838533
q52 |
.1465162
.068414
2.14
0.034
.1554935
q53 | -.0656431
.097788
-0.67
0.503
-.0530033
q54 | -.0831707
.1127142
-0.74
0.462
-.0686947
q55 | -.0048495
.1395576
-0.03
0.972
-.0028569
q56 |
.176577
.1152339
1.53
0.127
.126302
_cons |
1.75418
.8090878
2.17
0.031
.
-----------------------------------------------------------------------------. regress q83 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.3060573
12 2.94217144
Residual |
229.96667
185 1.24306308
-------------+-----------------------------Total | 265.272727
197 1.34656207

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.37
0.0074
0.1331
0.0769
1.1149

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0902585
.1212146
-0.74
0.457
-.0563274
q58 | -.1015055
.0666572
-1.52
0.130
-.1125537
q59 |
.0065608
.1022776
0.06
0.949
.0050114
q60 | -.0462771
.0642933
-0.72
0.473
-.0516435
Page 320

3Snsize205.11.9.16
q61 |
.2398714
.1150746
2.08
0.038
.1636687
q62 |
.0215165
.0584484
0.37
0.713
.0258439
q63 |
.0158534
.1388879
0.11
0.909
.0090195
q64 |
.2602464
.0965294
2.70
0.008
.1949708
q65 | -.0245999
.1623693
-0.15
0.880
-.012104
q66 |
.0591485
.0920907
0.64
0.521
.0483277
q67 |
.2571371
.099342
2.59
0.010
.1879077
q68 | -.0579104
.0728482
-0.79
0.428
-.0610952
_cons |
1.279589
.8010465
1.60
0.112
.
-----------------------------------------------------------------------------. regress q83 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.9495814
12 2.07913178
Residual | 234.009602
183
1.278741
-------------+-----------------------------Total | 258.959184
195 1.32799581

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.63
0.0876
0.0963
0.0371
1.1308

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.2372678
.1598939
1.48
0.140
.1285505
q70 | -.0287145
.0884604
-0.32
0.746
-.0249331
q71 |
.0079342
.0622661
0.13
0.899
.0093864
q72 |
.042077
.1328436
0.32
0.752
.0261601
q73 |
.1153311
.0797592
1.45
0.150
.1075277
q74 | -.0157351
.0727521
-0.22
0.829
-.0167852
q75 |
.1161726
.0822658
1.41
0.160
.1099061
q76 | -.0586423
.0611921
-0.96
0.339
-.0694844
q77 | -.2378516
.1451673
-1.64
0.103
-.1360038
q78 | -.0193907
.082538
-0.23
0.815
-.0182328
q79 |
.0496233
.0687809
0.72
0.472
.0530295
q80 |
.1937188
.0975752
1.99
0.049
.1624568
_cons |
1.069477
.5881325
1.82
0.071
.
-----------------------------------------------------------------------------. regress q83 q81 q82 q84 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.1295812
7 3.30422588
Residual | 236.547187
190 1.24498519
-------------+-----------------------------Total | 259.676768
197 1.31815618

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.65
0.0122
0.0891
0.0555
1.1158

-----------------------------------------------------------------------------q83 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0546109
.1036702
-0.53
0.599
-.0401475
q82 |
.0014441
.0943848
0.02
0.988
.0012005
q84 |
-.114997
.0618054
-1.86
0.064
-.1340348
q85 |
.2030475
.1541729
1.32
0.189
.10903
q86 |
.0794441
.1068232
0.74
0.458
.0588696
q87 |
.0186563
.1268027
0.15
0.883
.0132261
q88 |
.2733845
.1083438
2.52
0.012
.1836446
_cons |
1.336144
.9012632
1.48
0.140
.
-----------------------------------------------------------------------------Page 321

3Snsize205.11.9.16
.
. //q84 as outcome variable: You have minor emotion management problems that are
relatively infrequent and managed relatively effectively.
. regress q84 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 26.3414029
17 1.54949429
Residual | 220.665309
131
1.684468
-------------+-----------------------------Total | 247.006711
148 1.66896427

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.92
= 0.5523
= 0.1066
= -0.0093
= 1.2979

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.1578114
.4287811
0.37
0.713
.031582
qhispanic |
.1802947
.3920749
0.46
0.646
.0445192
qblack |
-1.71733
.6811341
-2.52
0.013
-.2155858
qasian |
1.195371
.7235786
1.65
0.101
.1500614
qpacif | -.5572274
1.333355
-0.42
0.677
-.0353359
qamerind | -.4614628
.789948
-0.58
0.560
-.0503415
qotherrac |
.068414
.4492403
0.15
0.879
.0132955
q2nd |
.166286
.2944574
0.56
0.573
.0618275
q3rd |
.0469943
.3030885
0.16
0.877
.0169608
qa |
.0773718
.4546657
0.17
0.865
.0175334
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0768255
.1738926
0.44
0.659
.0583627
qlesshs |
.1985361
.3455689
0.57
0.567
.0769581
qcath | -.4792269
.5708001
-0.84
0.403
-.0838973
qlds | -.3849264
.2772729
-1.39
0.167
-.1425009
qprot |
.36548
.5744783
0.64
0.526
.0558033
qbud | -1.475941
.8243724
-1.79
0.076
-.1610122
qis |
0 (omitted)
.
qotherrel |
.0158935
.3135536
0.05
0.960
.005284
_cons |
3.079479
.5747845
5.36
0.000
.
-----------------------------------------------------------------------------. regress q84 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.8208983
12
2.3184082
Residual | 308.423893
179 1.72303851
-------------+-----------------------------Total | 336.244792
191 1.76044394

Number of obs
F( 12,
179)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

192
1.35
0.1966
0.0827
0.0212
1.3126

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.1481979
.1286479
-1.15
0.251
-.0912502
q12 |
.0948812
.0668636
1.42
0.158
.1070619
q11 |
.0206291
.0861611
0.24
0.811
.0185183
q10 | -.0297525
.1334057
-0.22
0.824
-.0176004
Page 322

3Snsize205.11.9.16
q9 |
.033801
.1143678
0.30
0.768
.0217614
q14 |
.0086681
.0601008
0.14
0.885
.0107221
q15 |
.0078008
.1031425
0.08
0.940
.0059329
q16 | -.1398394
.096404
-1.45
0.149
-.1200907
q17 | -.1317355
.0978384
-1.35
0.180
-.1109661
q18 |
.0596947
.1532737
0.39
0.697
.0310326
q19 |
.1022776
.0830452
1.23
0.220
.0917636
q20 | -.0087524
.0975311
-0.09
0.929
-.0076043
_cons |
3.038398
1.022945
2.97
0.003
.
-----------------------------------------------------------------------------. regress q84 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 25.8058181
12 2.15048484
Residual | 330.914994
184 1.79845105
-------------+-----------------------------Total | 356.720812
196 1.82000414

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.20
0.2889
0.0723
0.0118
1.3411

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.2066311
.1302664
1.59
0.114
.1239967
q22 |
.0009116
.1046064
0.01
0.993
.0006679
q23 | -.1641212
.0857873
-1.91
0.057
-.1499268
q24 |
.0619742
.0923151
0.67
0.503
.0521919
q25 | -.0614105
.0793731
-0.77
0.440
-.0581796
q26 | -.0917314
.0582051
-1.58
0.117
-.1144724
q27 | -.2035092
.0932608
-2.18
0.030
-.1733045
q28 | -.1014269
.1873427
-0.54
0.589
-.041657
q29 | -.0345196
.1179609
-0.29
0.770
-.023943
q30 |
.1091457
.1312669
0.83
0.407
.0665649
q31 |
.0091729
.1194911
0.08
0.939
.0065667
q32 | -.0113443
.1144492
-0.10
0.921
-.0084704
_cons |
3.721684
.7919541
4.70
0.000
.
-----------------------------------------------------------------------------. regress q84 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 41.2490405
12 3.43742004
Residual | 313.130447
182 1.72049696
-------------+-----------------------------Total | 354.379487
194 1.82669839

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
2.00
0.0266
0.1164
0.0581
1.3117

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.1553921
.1246529
-1.25
0.214
-.1061982
q34 |
.0133671
.1123421
0.12
0.905
.0098201
q35 |
.1638385
.0765643
2.14
0.034
.1632828
q36 | -.1355878
.0841309
-1.61
0.109
-.1198133
q37 |
.2979052
.1406062
2.12
0.035
.1630702
q38 |
.0396223
.1290794
0.31
0.759
.022801
q39 |
.102274
.0778744
1.31
0.191
.0967525
q40 | -.0300269
.102331
-0.29
0.770
-.0233728
q41 |
.0358487
.077886
0.46
0.646
.0353688
Page 323

3Snsize205.11.9.16
q42 |
.1739728
.0815705
2.13
0.034
.1582308
q43 | -.0635146
.1737684
-0.37
0.715
-.0298528
q44 |
-.066081
.0719181
-0.92
0.359
-.0691372
_cons |
1.783619
.8432391
2.12
0.036
.
-----------------------------------------------------------------------------. regress q84 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.1839276
12
2.7653273
Residual | 314.382399
183 1.71793661
-------------+-----------------------------Total | 347.566327
195 1.78239142

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
1.61
0.0920
0.0955
0.0362
1.3107

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1440701
.0930448
1.55
0.123
.1199561
q46 |
.0143685
.0648631
0.22
0.825
.0163478
q47 | -.2559777
.1387743
-1.84
0.067
-.1396483
q48 |
.1228585
.0792138
1.55
0.123
.1202012
q49 | -.0104433
.065486
-0.16
0.873
-.0122044
q50 |
-.127784
.084907
-1.50
0.134
-.1135884
q51 |
.123752
.0933026
1.33
0.186
.1028378
q52 | -.0516842
.078738
-0.66
0.512
-.0484937
q53 |
.0992304
.1117623
0.89
0.376
.0714105
q54 |
.0662531
.1290855
0.51
0.608
.0487021
q55 |
.1743323
.1603493
1.09
0.278
.0912574
q56 | -.1365672
.1321745
-1.03
0.303
-.0869269
_cons |
2.157759
.9295598
2.32
0.021
.
-----------------------------------------------------------------------------. regress q84 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model |
25.6477
12 2.13730833
Residual | 329.966513
184 1.79329627
-------------+-----------------------------Total | 355.614213
196 1.81435823

Number of obs
F( 12,
184)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

197
1.19
0.2917
0.0721
0.0116
1.3391

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.0944327
.1455931
0.65
0.517
.0508733
q58 |
.1062656
.0800954
1.33
0.186
.1017653
q59 | -.1214666
.1228473
-0.99
0.324
-.0800833
q60 |
.157442
.077257
2.04
0.043
.1516729
q61 | -.0608162
.1382371
-0.44
0.660
-.0358031
q62 | -.0389186
.0703414
-0.55
0.581
-.0402985
q63 |
.2373604
.1668438
1.42
0.157
.1165882
q64 | -.0078887
.115987
-0.07
0.946
-.0050991
q65 |
-.219745
.1950293
-1.13
0.261
-.0933478
q66 | -.0012512
.1106941
-0.01
0.991
-.000881
q67 |
.1363036
.1197596
1.14
0.257
.085891
q68 | -.1151085
.0876414
-1.31
0.191
-.1045577
_cons |
2.435072
.9623783
2.53
0.012
.
-----------------------------------------------------------------------------Page 324

3Snsize205.11.9.16
. regress q84 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 39.2873715
12 3.27394762
Residual | 306.230577
182 1.68258559
-------------+-----------------------------Total | 345.517949
194 1.78102035

Number of obs
F( 12,
182)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

195
1.95
0.0317
0.1137
0.0553
1.2971

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0152271
.183583
0.08
0.934
.0071376
q70 |
.3031907
.101498
2.99
0.003
.2278755
q71 | -.1433564
.0716201
-2.00
0.047
-.146482
q72 |
.0976162
.1524975
0.64
0.523
.0524264
q73 |
.0930272
.0915092
1.02
0.311
.0750691
q74 | -.0739189
.0839896
-0.88
0.380
-.0680155
q75 | -.0647482
.0944382
-0.69
0.494
-.0530175
q76 | -.0692851
.0702415
-0.99
0.325
-.0710208
q77 | -.1043066
.1665263
-0.63
0.532
-.0516118
q78 |
.1985567
.0946995
2.10
0.037
.1616305
q79 | -.1699511
.0793833
-2.14
0.034
-.1564002
q80 |
.1611412
.1119631
1.44
0.152
.1169749
_cons |
2.295837
.6747122
3.40
0.001
.
-----------------------------------------------------------------------------. regress q84 q83 q81 q82 q85 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 32.6849696
7 4.66928136
Residual | 320.087758
190 1.68467241
-------------+-----------------------------Total | 352.772727
197
1.7907245

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.77
0.0091
0.0927
0.0592
1.2979

-----------------------------------------------------------------------------q84 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q83 | -.1556101
.083633
-1.86
0.064
-.1335079
q81 |
.0053785
.1206825
0.04
0.964
.0033924
q82 |
.0994496
.1095565
0.91
0.365
.0709304
q85 |
.2686845
.1791019
1.50
0.135
.1237827
q86 |
.0023144
.1244435
0.02
0.985
.0014714
q87 |
.4541498
.143786
3.16
0.002
.2762318
q88 |
.0782113
.1280003
0.61
0.542
.0450757
_cons |
.5715673
1.053631
0.54
0.588
.
-----------------------------------------------------------------------------.
. //q85 as outcome variable: You believe that people who do not protect their
property deserve to be robbed.
. regress q85 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Page 325

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 4.36654058
17 .256855328
Residual | 52.4119829
131 .400091473
-------------+-----------------------------Total | 56.7785235
148 .383638672

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.64
= 0.8528
= 0.0769
= -0.0429
= .63253

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.2079161
.20897
0.99
0.322
.0867864
qhispanic | -.0574441
.1910809
-0.30
0.764
-.029585
qblack |
.0771208
.3319563
0.23
0.817
.020193
qasian |
.3105882
.352642
0.88
0.380
.0813231
qpacif | -.2009987
.6498215
-0.31
0.758
-.0265851
qamerind |
.6267539
.3849876
1.63
0.106
.1426096
qotherrac |
.1885147
.2189409
0.86
0.391
.076413
q2nd |
.1728256
.1435062
1.20
0.231
.1340282
q3rd |
.2718025
.1477127
1.84
0.068
.2046055
qa |
.0593897
.2215851
0.27
0.789
.0280709
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0617035
.084748
0.73
0.468
.0977692
qlesshs |
.1367796
.1684159
0.81
0.418
.1105857
qcath |
.0786772
.2781841
0.28
0.778
.0287289
qlds |
.0979224
.1351312
0.72
0.470
.0756109
qprot |
.1770442
.2799767
0.63
0.528
.056382
qbud |
.4278904
.4017646
1.07
0.289
.0973609
qis |
0 (omitted)
.
qotherrel | -.0501671
.1528129
-0.33
0.743
-.0347876
_cons |
.69685
.2801259
2.49
0.014
.
-----------------------------------------------------------------------------. regress q85 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 9.41844337
12 .784870281
Residual | 58.1359608
180
.32297756
-------------+-----------------------------Total | 67.5544041
192 .351845855

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
2.43
0.0060
0.1394
0.0820
.56831

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0045902
.0556457
-0.08
0.934
-.0063131
q12 | -.0060224
.0288363
-0.21
0.835
-.0152361
q11 | -.0537945
.0372505
-1.44
0.150
-.1077353
q10 |
.209891
.0577179
3.64
0.000
.2772548
q9 |
.064164
.0494905
1.30
0.196
.0922635
q14 | -.0151925
.0260025
-0.58
0.560
-.041927
q15 | -.0771417
.0446394
-1.73
0.086
-.1310089
q16 | -.0170758
.041453
-0.41
0.681
-.0329002
q17 |
.0562798
.0418399
1.35
0.180
.1066027
q18 | -.0309948
.0660317
-0.47
0.639
-.036042
q19 | -.0102168
.0358378
-0.29
0.776
-.0205017
q20 | -.0294004
.0420449
-0.70
0.485
-.0570125
_cons |
1.617503
.4412545
3.67
0.000
.
-----------------------------------------------------------------------------Page 326

3Snsize205.11.9.16
. regress q85 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 21.6661217
12 1.80551014
Residual | 53.2076157
185 .287608734
-------------+-----------------------------Total | 74.8737374
197 .380069733

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.28
0.0000
0.2894
0.2433
.53629

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.1736188
.0519946
3.34
0.001
.2275783
q22 |
.0046714
.0418274
0.11
0.911
.0074708
q23 |
.0470325
.0341816
1.38
0.170
.0940722
q24 |
-.077923
.0368159
-2.12
0.036
-.1435161
q25 |
.0551256
.0317263
1.74
0.084
.1141005
q26 | -.0037462
.023224
-0.16
0.872
-.0102272
q27 |
.028965
.0372255
0.78
0.438
.053871
q28 |
.029807
.0748528
0.40
0.691
.026732
q29 |
.0011317
.0470171
0.02
0.981
.0017207
q30 |
.1507432
.0523548
2.88
0.004
.2009507
q31 |
.1186028
.0477813
2.48
0.014
.1853556
q32 |
-.003176
.0456919
-0.07
0.945
-.0051884
_cons |
.5404876
.3160081
1.71
0.089
.
-----------------------------------------------------------------------------. regress q85 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 17.5998702
12 1.46665585
Residual | 56.6450277
183 .309535671
-------------+-----------------------------Total |
74.244898
195 .380743066

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
4.74
0.0000
0.2371
0.1870
.55636

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0599097
.0528501
-1.13
0.258
-.0895415
q34 |
.074532
.0475476
1.57
0.119
.1198561
q35 |
.0039987
.0323802
0.12
0.902
.0087147
q36 |
.0075325
.0356671
0.21
0.833
.0145428
q37 |
.2293178
.0596043
3.85
0.000
.2744984
q38 | -.0571358
.0546896
-1.04
0.298
-.071937
q39 | -.0195471
.0330071
-0.59
0.554
-.0405177
q40 |
.0672492
.0433781
1.55
0.123
.1143721
q41 | -.0263931
.032807
-0.80
0.422
-.0572124
q42 | -.0541615
.0345821
-1.57
0.119
-.1077108
q43 |
.2358916
.0737053
3.20
0.002
.2424151
q44 |
-.00462
.0304889
-0.15
0.880
-.0105656
_cons |
.969891
.3574737
2.71
0.007
.
-----------------------------------------------------------------------------. regress q85 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Page 327

Number of obs =
F( 12,
185) =

198
5.50

3Snsize205.11.9.16
Model | 19.8285194
12 1.65237662
Residual | 55.5452179
185 .300244421
-------------+-----------------------------Total | 75.3737374
197 .382607804

Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=

0.0000
0.2631
0.2153
.54795

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0758168
.0387663
-1.96
0.052
-.1358455
q46 |
.0510649
.027025
1.89
0.060
.1254575
q47 |
.0696967
.0579276
1.20
0.230
.0817355
q48 | -.0577479
.0329462
-1.75
0.081
-.1216287
q49 |
-.001301
.0273496
-0.05
0.962
-.0032671
q50 | -.0370853
.0354478
-1.05
0.297
-.0708777
q51 |
.0394106
.0389526
1.01
0.313
.0703375
q52 |
.0304262
.0326765
0.93
0.353
.0617997
q53 | -.0869662
.0467063
-1.86
0.064
-.134393
q54 |
.1450917
.0538355
2.70
0.008
.2293548
q55 |
.1637483
.0666566
2.46
0.015
.1846251
q56 | -.0469862
.0550389
-0.85
0.394
-.0643219
_cons |
1.43834
.3864431
3.72
0.000
.
-----------------------------------------------------------------------------. regress q85 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.0162662
12 1.91802219
Residual | 51.3473701
185 .277553352
-------------+-----------------------------Total | 74.3636364
197 .377480388

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.91
0.0000
0.3095
0.2647
.52683

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.1425441
.0572772
-2.49
0.014
-.1680145
q58 |
.0484639
.0314973
1.54
0.126
.1014973
q59 |
.193856
.0483289
4.01
0.000
.2796701
q60 |
.0234927
.0303803
0.77
0.440
.0495163
q61 | -.0230069
.0543759
-0.42
0.673
-.0296491
q62 |
.0262987
.0276184
0.95
0.342
.0596606
q63 |
.0392468
.0656283
0.60
0.551
.0421724
q64 |
.1181117
.0456127
2.59
0.010
.1671259
q65 |
.134221
.0767239
1.75
0.082
.1247334
q66 |
.1293012
.0435153
2.97
0.003
.1995356
q67 |
-.053322
.0469418
-1.14
0.257
-.0735957
q68 | -.0467373
.0344227
-1.36
0.176
-.0931279
_cons |
.9619683
.3785161
2.54
0.012
.
-----------------------------------------------------------------------------. regress q85 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model |
30.614417
12 2.55120141
Residual | 36.5896647
183 .199943523
-------------+-----------------------------Total | 67.2040816
195 .344636316
Page 328

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
12.76
0.0000
0.4555
0.4198
.44715

3Snsize205.11.9.16
-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.4482135
.0632258
7.09
0.000
.4766918
q70 |
.0664855
.0349793
1.90
0.059
.1133232
q71 |
.035471
.0246215
1.44
0.151
.0823728
q72 |
.0593522
.0525295
1.13
0.260
.0724351
q73 |
.0282471
.0315387
0.90
0.372
.0516971
q74 |
.0030626
.0287679
0.11
0.915
.006413
q75 | -.0148798
.0325298
-0.46
0.648
-.0276334
q76 | -.0182368
.0241968
-0.75
0.452
-.0424172
q77 |
.1710384
.0574026
2.98
0.003
.1919802
q78 |
.0505332
.0326374
1.55
0.123
.0932724
q79 |
.0398745
.0271976
1.47
0.144
.083646
q80 |
.0189536
.0385835
0.49
0.624
.0312015
_cons | -.2091324
.2325614
-0.90
0.370
.
-----------------------------------------------------------------------------. regress q85 q81 q82 q83 q84 q86 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.9696726
7
3.2813818
Residual | 51.9040648
190 .273179288
-------------+-----------------------------Total | 74.8737374
197 .380069733

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
12.01
0.0000
0.3068
0.2812
.52267

-----------------------------------------------------------------------------q85 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.0418552
.0485024
-0.86
0.389
-.0573035
q82 |
.0741319
.0438841
1.69
0.093
.1147672
q83 |
.0445534
.0338292
1.32
0.189
.0829723
q84 |
.0435687
.0290424
1.50
0.135
.0945709
q86 |
.0229922
.0500839
0.46
0.647
.0317294
q87 | -.3933103
.0520992
-7.55
0.000
-.5192693
q88 |
.0738445
.0513156
1.44
0.152
.0923792
_cons |
2.505847
.3837257
6.53
0.000
.
-----------------------------------------------------------------------------.
. //q86 as outcome variable: You keep secrets from your probation/parole officer to
avoid getting in trouble.
. regress q86 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 9.39762812
17 .552801654
Residual | 102.454721
131 .782097106
-------------+-----------------------------Total | 111.852349
148 .755759115

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
149
=
0.71
= 0.7914
= 0.0840
= -0.0348
= .88436

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------Page 329

3Snsize205.11.9.16
qsex | -.1872549
.2921693
-0.64
0.523
-.0556886
qhispanic |
.0241233
.2671579
0.09
0.928
.0088518
qblack |
.147918
.4641214
0.32
0.750
.0275943
qasian |
.2375939
.4930429
0.48
0.631
.0443235
qpacif | -.4900459
.9085415
-0.54
0.591
-.0461798
qamerind |
.9145492
.5382666
1.70
0.092
.1482615
qotherrac |
.356358
.3061101
1.16
0.246
.1029149
q2nd | -.0306705
.2006418
-0.15
0.879
-.0169465
q3rd | -.1843705
.206523
-0.89
0.374
-.0988837
qa |
.3277454
.309807
1.06
0.292
.1103702
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.0021358
.1184895
-0.02
0.986
-.0024111
qlesshs | -.0213656
.235469
-0.09
0.928
-.0123073
qcath |
.1635175
.3889404
0.42
0.675
.0425406
qlds |
.1506803
.1889324
0.80
0.427
.082895
qprot | -.0887956
.3914466
-0.23
0.821
-.0201474
qbud |
.4703422
.5617232
0.84
0.404
.0762492
qis |
0 (omitted)
.
qotherrel |
.2135226
.2136539
1.00
0.319
.1054918
_cons |
1.712243
.3916553
4.37
0.000
.
-----------------------------------------------------------------------------. regress q86 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 15.3961988
12 1.28301657
Residual |
125.48463
180 .697136834
-------------+-----------------------------Total | 140.880829
192 .733754318

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.84
0.0448
0.1093
0.0499
.83495

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0098989
.0817531
0.12
0.904
.0094275
q12 |
.1107553
.0423655
2.61
0.010
.1940295
q11 |
.0644114
.0547274
1.18
0.241
.0893273
q10 | -.0776416
.0847976
-0.92
0.361
-.07102
q9 |
.0227547
.07271
0.31
0.755
.0226574
q14 |
-.020432
.0382021
-0.53
0.593
-.039046
q15 | -.0095257
.065583
-0.15
0.885
-.0112024
q16 |
.0800175
.0609017
1.31
0.191
.1067587
q17 |
.065982
.06147
1.07
0.285
.086545
q18 | -.1253276
.097012
-1.29
0.198
-.1009179
q19 |
.1481157
.0526519
2.81
0.005
.2058147
q20 |
.0376979
.0617713
0.61
0.542
.0506214
_cons |
.8805802
.648279
1.36
0.176
.
-----------------------------------------------------------------------------. regress q86 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.6450148
12 2.30375123
Residual | 114.945894
185 .621329159
-------------+-----------------------------Total | 142.590909
197 .723811721
Page 330

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.71
0.0001
0.1939
0.1416
.78824

3Snsize205.11.9.16
-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0548224
.076422
0.72
0.474
.0520728
q22 | -.2457244
.0614782
-4.00
0.000
-.2847651
q23 |
.0059012
.0502403
0.12
0.907
.0085531
q24 | -.0625939
.0541122
-1.16
0.249
-.0835383
q25 |
.0851283
.0466314
1.83
0.070
.1276811
q26 |
.0192712
.0341348
0.56
0.573
.0381238
q27 |
.0017692
.0547143
0.03
0.974
.0023844
q28 |
.2439241
.1100191
2.22
0.028
.1585212
q29 |
.0079629
.069106
0.12
0.908
.0087733
q30 |
.0059287
.0769514
0.08
0.939
.005727
q31 | -.0349887
.0702292
-0.50
0.619
-.039624
q32 |
.0271935
.0671582
0.40
0.686
.0321911
_cons |
2.27576
.4644704
4.90
0.000
.
-----------------------------------------------------------------------------. regress q86 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model |
18.530616
12
1.544218
Residual | 121.770404
183 .665412046
-------------+-----------------------------Total |
140.30102
195 .719492412

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.32
0.0088
0.1321
0.0752
.81573

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0001474
.0774883
-0.00
0.998
-.0001603
q34 |
.1880009
.0697137
2.70
0.008
.2199278
q35 |
-.121756
.0474754
-2.56
0.011
-.1930284
q36 | -.0267514
.0522947
-0.51
0.610
-.0375716
q37 | -.0240267
.0873912
-0.27
0.784
-.0209218
q38 | -.0682288
.0801854
-0.85
0.396
-.0624905
q39 | -.1084401
.0483947
-2.24
0.026
-.163514
q40 |
.0102137
.0636006
0.16
0.873
.0126363
q41 | -.0475708
.0481012
-0.99
0.324
-.0750142
q42 |
.0178813
.0507038
0.35
0.725
.0258685
q43 |
.0850411
.1080659
0.79
0.432
.063574
q44 |
.0795184
.0447024
1.78
0.077
.1322883
_cons |
2.129272
.524124
4.06
0.000
.
-----------------------------------------------------------------------------. regress q86 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 27.6327121
12 2.30272601
Residual | 119.619813
185 .646593585
-------------+-----------------------------Total | 147.252525
197 .747474747

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.56
0.0001
0.1877
0.1350
.80411

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 | -.0742339
.0568896
-1.30
0.194
-.0951613
q46 |
.0176713
.0396592
0.45
0.656
.0310614
Page 331

3Snsize205.11.9.16
q47 |
-.11319
.0850087
-1.33
0.185
-.0949698
q48 | -.0404617
.0483486
-0.84
0.404
-.0609709
q49 |
.0111225
.0401355
0.28
0.782
.019983
q50 |
.0489715
.0520196
0.94
0.348
.0669622
q51 |
.244113
.057163
4.27
0.000
.3117044
q52 |
.0436402
.0479527
0.91
0.364
.0634167
q53 | -.1223292
.0685415
-1.78
0.076
-.1352493
q54 |
.0176224
.0790036
0.22
0.824
.0199301
q55 |
.077284
.0978186
0.79
0.430
.0623422
q56 |
.0284135
.0807696
0.35
0.725
.0278286
_cons |
1.801931
.5671053
3.18
0.002
.
-----------------------------------------------------------------------------. regress q86 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.4864884
12
2.7905407
Residual | 109.341794
185 .591036727
-------------+-----------------------------Total | 142.828283
197 .725016664

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.72
0.0000
0.2345
0.1848
.76879

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.0240606
.0835825
-0.29
0.774
-.0204634
q58 | -.0292207
.0459629
-0.64
0.526
-.0441571
q59 | -.0458592
.0705247
-0.65
0.516
-.0477382
q60 | -.0702886
.0443329
-1.59
0.115
-.106899
q61 | -.0105976
.0793488
-0.13
0.894
-.0098545
q62 | -.0143072
.0403026
-0.35
0.723
-.0234196
q63 |
.1378428
.095769
1.44
0.152
.1068763
q64 |
.151593
.066561
2.28
0.024
.1547759
q65 |
.5342848
.1119604
4.77
0.000
.3582683
q66 |
.0007572
.0635004
0.01
0.990
.0008432
q67 |
.0503733
.0685004
0.74
0.463
.0501672
q68 |
.0240163
.0502319
0.48
0.633
.03453
_cons |
.9590681
.5523551
1.74
0.084
.
-----------------------------------------------------------------------------. regress q86 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.1879364
12 2.01566137
Residual | 117.873288
183 .644116328
-------------+-----------------------------Total | 142.061224
195
.7285191

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
3.13
0.0005
0.1703
0.1159
.80257

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.0261461
.1134809
0.23
0.818
.0191258
q70 | -.0901347
.0627827
-1.44
0.153
-.1056681
q71 | -.0624914
.0441919
-1.41
0.159
-.0998138
q72 | -.0598013
.0942826
-0.63
0.527
-.0501976
q73 |
.0759513
.0566072
1.34
0.181
.0956064
q74 | -.0955437
.0516341
-1.85
0.066
-.1376052
q75 |
.1641597
.0583862
2.81
0.005
.2096827
Page 332

3Snsize205.11.9.16
q76 | -.0061682
.0434297
-0.14
0.887
-.0098676
q77 | -.0349681
.1030291
-0.34
0.735
-.0269957
q78 |
.1632444
.0585794
2.79
0.006
.2072405
q79 |
.0379633
.0488156
0.78
0.438
.0547739
q80 |
.1740409
.0692517
2.51
0.013
.1970586
_cons |
1.371544
.4174131
3.29
0.001
.
-----------------------------------------------------------------------------. regress q86 q81 q82 q83 q84 q85 q87 q88, b
Source |
SS
df
MS
-------------+-----------------------------Model | 33.8055849
7 4.82936927
Residual | 108.785324
190 .572554338
-------------+-----------------------------Total | 142.590909
197 .723811721

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
8.43
0.0000
0.2371
0.2090
.75667

-----------------------------------------------------------------------------q86 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.2096134
.0686923
-3.05
0.003
-.2079549
q82 | -.2824559
.0606384
-4.66
0.000
-.3168707
q83 |
.0365354
.0491268
0.74
0.458
.0493043
q84 |
.0007866
.0422935
0.02
0.985
.0012372
q85 |
.0481892
.1049704
0.46
0.647
.0349196
q87 |
-.134978
.0854369
-1.58
0.116
-.1291335
q88 | -.0204029
.0746797
-0.27
0.785
-.0184955
_cons |
4.22586
.5328118
7.93
0.000
.
-----------------------------------------------------------------------------.
. //q87 as outcome variable: You are actively in the process of doing things to
positively modify your behavior.
. regress q87 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 10.8954656
17 .640909743
Residual | 64.2186283
131 .490218537
-------------+-----------------------------Total |
75.114094
148 .507527662

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.31
0.1975
0.1451
0.0341
.70016

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.0397043
.2313125
0.17
0.864
.0144089
qhispanic |
.189097
.2115108
0.89
0.373
.0846725
qblack | -.0786338
.3674482
-0.21
0.831
-.0179007
qasian |
.0032837
.3903455
0.01
0.993
.0007475
qpacif |
.6851542
.7192987
0.95
0.343
.0787889
qamerind | -1.361012
.4261495
-3.19
0.002
-.2692435
qotherrac | -.2635629
.2423495
-1.09
0.279
-.0928834
q2nd | -.0771137
.1588496
-0.49
0.628
-.0519938
q3rd | -.0802306
.1635057
-0.49
0.624
-.0525092
qa | -.0394798
.2452764
-0.16
0.872
-.0162238
Page 333

3Snsize205.11.9.16
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll | -.2383828
.093809
-2.54
0.012
-.3283964
qlesshs | -.4271265
.1864224
-2.29
0.024
-.3002377
qcath |
.4035792
.3079268
1.31
0.192
.1281237
qlds | -.0215548
.1495791
-0.14
0.886
-.0144703
qprot |
.1016166
.3099111
0.33
0.744
.0281355
qbud | -.1661945
.4447203
-0.37
0.709
-.0328776
qis |
0 (omitted)
.
qotherrel |
.2238538
.1691513
1.32
0.188
.1349588
_cons |
4.829021
.3100763
15.57
0.000
.
-----------------------------------------------------------------------------. regress q87 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 23.9859736
12 1.99883113
Residual | 91.4544409
180 .508080227
-------------+-----------------------------Total | 115.440415
192 .601252159

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
3.93
0.0000
0.2078
0.1550
.7128

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 | -.0206257
.0697929
-0.30
0.768
-.0217002
q12 |
-.034378
.0361676
-0.95
0.343
-.0665321
q11 | -.0407445
.046721
-0.87
0.384
-.062422
q10 |
-.06488
.072392
-0.90
0.371
-.0655607
q9 | -.0500045
.0620728
-0.81
0.422
-.0550042
q14 | -.0191805
.0326133
-0.59
0.557
-.0404923
q15 |
.1428404
.0559885
2.55
0.012
.1855712
q16 | -.0334929
.051992
-0.64
0.520
-.0493648
q17 | -.0904156
.0524772
-1.72
0.087
-.1310107
q18 |
.3266579
.0828195
3.94
0.000
.2905773
q19 |
.0114875
.0449491
0.26
0.799
.0176339
q20 |
.0733725
.0527344
1.39
0.166
.1088423
_cons |
2.995476
.5534381
5.41
0.000
.
-----------------------------------------------------------------------------. regress q87 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 28.3808859
12 2.36507383
Residual | 102.265579
185 .552786912
-------------+-----------------------------Total | 130.646465
197 .663180024

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.28
0.0000
0.2172
0.1665
.7435

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 | -.1003594
.0720836
-1.39
0.166
-.0995883
q22 | -.0109837
.0579881
-0.19
0.850
-.013298
q23 |
.000632
.0473882
0.01
0.989
.000957
q24 |
.1305265
.0510403
2.56
0.011
.1819908
q25 | -.1056557
.0439842
-2.40
0.017
-.1655552
q26 | -.0169938
.032197
-0.53
0.598
-.0351215
q27 |
-.045407
.0516082
-0.88
0.380
-.0639322
Page 334

3Snsize205.11.9.16
q28 | -.0076705
.1037734
-0.07
0.941
-.0052078
q29 |
.0383228
.0651829
0.59
0.557
.0441108
q30 | -.1409625
.072583
-1.94
0.054
-.1422562
q31 | -.0671613
.0662423
-1.01
0.312
-.0794595
q32 | -.1198399
.0633456
-1.89
0.060
-.1482075
_cons |
4.945583
.4381029
11.29
0.000
.
-----------------------------------------------------------------------------. regress q87 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |
SS
df
MS
-------------+-----------------------------Model | 18.8142302
12 1.56785252
Residual | 111.323525
183 .608325273
-------------+-----------------------------Total | 130.137755
195 .667373103

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
2.58
0.0035
0.1446
0.0885
.77995

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0039735
.0740898
-0.05
0.957
-.0044857
q34 |
-.092024
.0666563
-1.38
0.169
-.1117763
q35 |
.0634678
.0453933
1.40
0.164
.1044752
q36 | -.0181615
.0500012
-0.36
0.717
-.0264846
q37 | -.1264434
.0835585
-1.51
0.132
-.114322
q38 |
.0637479
.0766686
0.83
0.407
.0606235
q39 |
.0047721
.0462722
0.10
0.918
.0074714
q40 | -.0284068
.0608112
-0.47
0.641
-.0364912
q41 |
.0381712
.0459916
0.83
0.408
.0624982
q42 |
.079214
.0484801
1.63
0.104
.1189878
q43 | -.1736128
.1033264
-1.68
0.095
-.1347599
q44 | -.0395603
.0427419
-0.93
0.356
-.0683349
_cons |
4.282687
.5011372
8.55
0.000
.
-----------------------------------------------------------------------------. regress q87 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 22.1040106
12 1.84200088
Residual | 108.542454
185 .586715968
-------------+-----------------------------Total | 130.646465
197 .663180024

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.14
0.0004
0.1692
0.1153
.76597

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
.1219606
.0541915
2.25
0.026
.1659817
q46 | -.0447467
.0377783
-1.18
0.238
-.0835019
q47 |
-.121381
.080977
-1.50
0.136
-.1081212
q48 |
.0286259
.0460556
0.62
0.535
.0457952
q49 | -.0023915
.038232
-0.06
0.950
-.0045616
q50 | -.0101898
.0495525
-0.21
0.837
-.0147923
q51 | -.0324427
.0544519
-0.60
0.552
-.0439796
q52 | -.0520651
.0456785
-1.14
0.256
-.0803242
q53 |
.1608544
.0652908
2.46
0.015
.188808
q54 | -.0885006
.0752567
-1.18
0.241
-.1062607
q55 |
-.116485
.0931794
-1.25
0.213
-.0997574
q56 |
.0444399
.076939
0.58
0.564
.0462086
Page 335

3Snsize205.11.9.16
_cons |
3.95736
.5402092
7.33
0.000
.
-----------------------------------------------------------------------------. regress q87 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 36.7920276
12
3.0660023
Residual |
93.854437
185 .507321281
-------------+-----------------------------Total | 130.646465
197 .663180024

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
6.04
0.0000
0.2816
0.2350
.71226

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 |
.2108527
.0774372
2.72
0.007
.187503
q58 | -.0049649
.0425836
-0.12
0.907
-.0078447
q59 | -.1892678
.0653394
-2.90
0.004
-.2060038
q60 |
.0069164
.0410734
0.17
0.866
.0109983
q61 | -.0607143
.0735148
-0.83
0.410
-.0590304
q62 | -.0079766
.0373394
-0.21
0.831
-.0136521
q63 |
.1147805
.0887277
1.29
0.197
.0930516
q64 | -.1567603
.0616672
-2.54
0.012
-.1673472
q65 | -.1975463
.1037287
-1.90
0.058
-.1385041
q66 | -.2029481
.0588316
-3.45
0.001
-.236284
q67 |
.0939573
.063464
1.48
0.140
.097838
q68 |
.0168606
.0465386
0.36
0.718
.0253467
_cons |
4.374082
.5117439
8.55
0.000
.
-----------------------------------------------------------------------------. regress q87 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 35.6659795
12 2.97216496
Residual | 82.7166736
183 .452003681
-------------+-----------------------------Total | 118.382653
195 .607090529

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
6.58
0.0000
0.3013
0.2555
.67231

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 | -.1240732
.095063
-1.31
0.193
-.0994225
q70 |
.1299006
.0525931
2.47
0.014
.1668234
q71 | -.0751349
.0370196
-2.03
0.044
-.1314637
q72 |
.0761274
.0789806
0.96
0.336
.0700015
q73 |
.0320707
.0474199
0.68
0.500
.0442237
q74 |
.0661278
.0432539
1.53
0.128
.1043304
q75 |
.0085771
.0489101
0.18
0.861
.0120014
q76 | -.0046977
.036381
-0.13
0.897
-.0082326
q77 | -.2291309
.0863075
-2.65
0.009
-.1937761
q78 | -.1454166
.049072
-2.96
0.003
-.2022293
q79 | -.1018012
.0408928
-2.49
0.014
-.1609
q80 |
-.160848
.0580122
-2.77
0.006
-.1995048
_cons |
5.0064
.3496672
14.32
0.000
.
-----------------------------------------------------------------------------. regress q87 q81 q82 q83 q84 q85 q86 q88, b
Page 336

3Snsize205.11.9.16
Source |
SS
df
MS
-------------+-----------------------------Model | 53.0892839
7 7.58418341
Residual | 77.4208171
190 .407477985
-------------+-----------------------------Total | 130.510101
197 .662487822

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
18.61
0.0000
0.4068
0.3849
.63834

-----------------------------------------------------------------------------q87 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 |
.1291686
.0586083
2.20
0.029
.1339463
q82 |
.1620251
.0527024
3.07
0.002
.189993
q83 |
.0061061
.0415019
0.15
0.883
.0086131
q84 |
.1098469
.034778
3.16
0.002
.1805981
q85 | -.5866671
.0777119
-7.55
0.000
-.4443595
q86 | -.0960617
.0608041
-1.58
0.116
-.1004093
q88 | -.0112332
.0630079
-0.18
0.859
-.010644
_cons |
3.726518
.4425384
8.42
0.000
.
-----------------------------------------------------------------------------.
. //q88 as outcome variable: You have excessive unexcused absences or lateness.
. regress q88 qsex qhispanic qblack qasian qpacif qamerind qotherrac q2nd q3rd qa qb
qc qsomecoll qlesshs qcath qlds qprot qbud qis qotherrel, b
note: qb omitted because of collinearity
note: qc omitted because of collinearity
note: qis omitted because of collinearity
Source |
SS
df
MS
-------------+-----------------------------Model | 12.7173831
17 .748081357
Residual | 70.0477176
131 .534715401
-------------+-----------------------------Total | 82.7651007
148 .559223653

Number of obs
F( 17,
131)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

149
1.40
0.1468
0.1537
0.0438
.73124

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------qsex |
.19873
.2415826
0.82
0.412
.0687061
qhispanic |
.2655448
.2209017
1.20
0.231
.1132746
qblack |
.4961979
.3837626
1.29
0.198
.1076099
qasian | -.1553695
.4076765
-0.38
0.704
-.0336948
qpacif | -.5200222
.7512349
-0.69
0.490
-.0569687
qamerind | -.2510246
.4450702
-0.56
0.574
-.0473082
qotherrac |
.1287121
.2531096
0.51
0.612
.0432126
q2nd | -.0301112
.1659023
-0.18
0.856
-.0193413
q3rd | -.1439993
.1707652
-0.84
0.401
-.0897827
qa |
.2989919
.2561664
1.17
0.245
.1170506
qb |
0 (omitted)
.
qc |
0 (omitted)
.
qsomecoll |
.0500697
.097974
0.51
0.610
.0657107
qlesshs |
.3066861
.1946994
1.58
0.118
.2053714
qcath |
.0267358
.3215985
0.08
0.934
.0080859
qlds | -.3629814
.1562203
-2.32
0.022
-.2321428
qprot | -.3062061
.3236708
-0.95
0.346
-.0807683
qbud | -.0735936
.4644654
-0.16
0.874
-.0138695
qis |
0 (omitted)
.
qotherrel | -.2395806
.1766614
-1.36
0.177
-.1376022
_cons |
1.251264
.3238434
3.86
0.000
.
Page 337

3Snsize205.11.9.16
-----------------------------------------------------------------------------. regress q88 q13 q12 q11 q10 q9 q14 q15 q16 q17 q18 q19 q20, b
Source |
SS
df
MS
-------------+-----------------------------Model | 7.16372324
12 .596976937
Residual | 104.867365
180 .582596471
-------------+-----------------------------Total | 112.031088
192
.58349525

Number of obs
F( 12,
180)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

193
1.02
0.4281
0.0639
0.0015
.76328

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q13 |
.0359831
.0747359
0.48
0.631
.0384295
q12 |
.0305121
.0387291
0.79
0.432
.0599421
q11 |
.0017815
.0500299
0.04
0.972
.0027706
q10 |
.0263609
.0775191
0.34
0.734
.0270398
q9 |
.0375981
.066469
0.57
0.572
.0419819
q14 | -.0104421
.0349231
-0.30
0.765
-.0223775
q15 | -.0222365
.0599538
-0.37
0.711
-.0293248
q16 |
.0853186
.0556742
1.53
0.127
.1276494
q17 |
.0740701
.0561938
1.32
0.189
.1089471
q18 |
.015216
.0886851
0.17
0.864
.0137397
q19 |
.0593322
.0481326
1.23
0.219
.0924532
q20 |
.0271153
.0564692
0.48
0.632
.0408308
_cons |
.6989438
.5926344
1.18
0.240
.
-----------------------------------------------------------------------------. regress q88 q21 q22 q23 q24 q25 q26 q27 q28 q29 q30 q31 q32, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.2618206
12 1.18848505
Residual | 103.056361
185 .557061412
-------------+-----------------------------Total | 117.318182
197 .595523766

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
2.13
0.0168
0.1216
0.0646
.74637

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q21 |
.0033831
.0723617
0.05
0.963
.0035427
q22 | -.0777991
.0582119
-1.34
0.183
-.0993977
q23 |
.1264663
.047571
2.66
0.009
.2020784
q24 | -.0512832
.0512373
-1.00
0.318
-.0754556
q25 |
.0189564
.0441539
0.43
0.668
.0313453
q26 | -.0008269
.0323213
-0.03
0.980
-.0018035
q27 | -.0558568
.0518073
-1.08
0.282
-.0829925
q28 |
.0074258
.1041738
0.07
0.943
.0053204
q29 | -.0169203
.0654344
-0.26
0.796
-.0205523
q30 |
.174839
.072863
2.40
0.017
.1861968
q31 |
.0498746
.0664979
0.75
0.454
.0622691
q32 |
.0037718
.0635901
0.06
0.953
.0049224
_cons |
1.394462
.4397935
3.17
0.002
.
-----------------------------------------------------------------------------. regress q88 q33 q34 q35 q36 q37 q38 q39 q40 q41 q42 q43 q44, b
Source |

SS

df

MS
Page 338

Number of obs =

196

3Snsize205.11.9.16
-------------+-----------------------------Model | 15.2467858
12 1.27056549
Residual | 99.5032142
183 .543733411
-------------+-----------------------------Total |
114.75
195 .588461538

F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=

2.34
0.0083
0.1329
0.0760
.73738

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q33 | -.0513792
.0700461
-0.73
0.464
-.0617691
q34 |
.018706
.0630182
0.30
0.767
.0241967
q35 | -.0345012
.0429157
-0.80
0.422
-.0604811
q36 |
.1331152
.0472722
2.82
0.005
.206726
q37 | -.0275122
.0789979
-0.35
0.728
-.0264901
q38 | -.1159744
.0724841
-1.60
0.111
-.1174526
q39 | -.0011312
.0437467
-0.03
0.979
-.0018861
q40 |
.1013618
.0574922
1.76
0.080
.1386642
q41 |
.0828505
.0434814
1.91
0.058
.1444615
q42 |
.0552457
.0458341
1.21
0.230
.0883739
q43 |
.1109323
.0976869
1.14
0.258
.0916985
q44 | -.0283627
.0404091
-0.70
0.484
-.0521742
_cons |
1.30729
.4737855
2.76
0.006
.
-----------------------------------------------------------------------------. regress q88 q45 q46 q47 q48 q49 q50 q51 q52 q53 q54 q55 q56, b
Source |
SS
df
MS
-------------+-----------------------------Model | 19.2161295
12 1.60134413
Residual | 98.1576079
185 .530581664
-------------+-----------------------------Total | 117.373737
197 .595805773

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.02
0.0007
0.1637
0.1095
.72841

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q45 |
-.044096
.0515339
-0.86
0.393
-.0633145
q46 | -.0297501
.0359256
-0.83
0.409
-.0585717
q47 | -.0432377
.0770059
-0.56
0.575
-.0406336
q48 | -.0116675
.043797
-0.27
0.790
-.0196925
q49 |
.038487
.0363571
1.06
0.291
.0774495
q50 |
.0664781
.0471224
1.41
0.160
.1018147
q51 |
.0856691
.0517816
1.65
0.100
.1225243
q52 | -.0302059
.0434384
-0.70
0.488
-.0491648
q53 | -.0336862
.0620889
-0.54
0.588
-.0417161
q54 |
.0935113
.0715661
1.31
0.193
.1184552
q55 |
.2566059
.0886099
2.90
0.004
.2318489
q56 | -.0537419
.0731659
-0.73
0.464
-.0589557
_cons |
1.217247
.5137173
2.37
0.019
.
-----------------------------------------------------------------------------. regress q88 q57 q58 q59 q60 q61 q62 q63 q64 q65 q66 q67 q68, b
Source |
SS
df
MS
-------------+-----------------------------Model | 24.4495232
12 2.03746027
Residual | 92.7272444
185 .501228348
-------------+-----------------------------Total | 117.176768
197 .594805927
Page 339

Number of obs
F( 12,
185)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
4.06
0.0000
0.2087
0.1573
.70797

3Snsize205.11.9.16
-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q57 | -.3231788
.0769708
-4.20
0.000
-.3034589
q58 |
.0967798
.0423271
2.29
0.023
.1614658
q59 | -.0255026
.0649459
-0.39
0.695
-.0293097
q60 |
.0090603
.040826
0.22
0.825
.0152131
q61 |
.0198486
.073072
0.27
0.786
.0203771
q62 |
.013051
.0371145
0.35
0.726
.0235861
q63 | -.0508717
.0881933
-0.58
0.565
-.0435472
q64 | -.0703589
.0612958
-1.15
0.253
-.0793102
q65 | -.1810267
.1031039
-1.76
0.081
-.1340184
q66 |
.2325318
.0584773
3.98
0.000
.2858642
q67 |
.0898503
.0630818
1.42
0.156
.0987927
q68 |
.0062628
.0462583
0.14
0.892
.0099413
_cons |
2.531866
.5086616
4.98
0.000
.
-----------------------------------------------------------------------------. regress q88 q69 q70 q71 q72 q73 q74 q75 q76 q77 q78 q79 q80, b
Source |
SS
df
MS
-------------+-----------------------------Model | 29.7061468
12 2.47551223
Residual | 80.9673226
183 .442444386
-------------+-----------------------------Total | 110.673469
195 .567556253

Number of obs
F( 12,
183)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

196
5.60
0.0000
0.2684
0.2204
.66516

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q69 |
.1103323
.0940524
1.17
0.242
.091439
q70 | -.0299953
.052034
-0.58
0.565
-.0398402
q71 |
.0244398
.036626
0.67
0.505
.0442266
q72 |
.3697523
.078141
4.73
0.000
.3516411
q73 | -.0204817
.0469158
-0.44
0.663
-.0292102
q74 | -.0178671
.0427941
-0.42
0.677
-.0291543
q75 |
.0333175
.0483902
0.69
0.492
.0482152
q76 | -.0094036
.0359943
-0.26
0.794
-.0170438
q77 | -.1387099
.08539
-1.62
0.106
-.1213239
q78 |
.1107626
.0485503
2.28
0.024
.1593109
q79 | -.0148883
.0404581
-0.37
0.713
-.0243372
q80 |
.1231457
.0573955
2.15
0.033
.1579717
_cons |
.7113579
.3459499
2.06
0.041
.
-----------------------------------------------------------------------------. regress q88 q81 q82 q83 q84 q85 q86 q87, b
Source |
SS
df
MS
-------------+-----------------------------Model | 14.5545857
7 2.07922653
Residual | 102.622182
190 .540116747
-------------+-----------------------------Total | 117.176768
197 .594805927

Number of obs
F( 7,
190)
Prob > F
R-squared
Adj R-squared
Root MSE

=
=
=
=
=
=

198
3.85
0.0006
0.1242
0.0919
.73493

-----------------------------------------------------------------------------q88 |
Coef.
Std. Err.
t
P>|t|
Beta
-------------+---------------------------------------------------------------q81 | -.1456955
.0675109
-2.16
0.032
-.1594489
Page 340

3Snsize205.11.9.16
q82 | -.1182017
.0615733
-1.92
0.056
-.1462784
q83 |
.1186035
.0470032
2.52
0.012
.1765603
q84 |
.025075
.0410377
0.61
0.542
.0435079
q85 |
.1460017
.1014587
1.44
0.152
.1167084
q86 |
-.019247
.0704488
-0.27
0.785
-.0212319
q87 | -.0148898
.0835177
-0.18
0.859
-.0157141
_cons |
2.235939
.5745922
3.89
0.000
.
-----------------------------------------------------------------------------.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
end of do-file
. log close
name: <unnamed>
log: C:\Users\sbullo16\OneDrive\Triple-S\3Snsize205.11.9.16.log
log type: text
closed on:
9 Nov 2016, 08:18:47
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Page 341

Вам также может понравиться