<html style="font-family:Helvetica,Arial,Sans">
<head><title>Summary Statistics</title><style type = "text/css">
p {
font-size:smaller;
}
table {
border: 0px;
border-collapse:collapse;
font-size:smaller;
table-layout:fixed;
margin-left:0%;
margin-right:auto;
}
.headtab {
width: 100%;
margin-left:auto;
margin-right:auto;
}
th {
background-color: #FFFFFF;
font-weight:bold;
text-align:left;
}
table tr:nth-child(odd) td {
background-color: #FFFFFF;
padding:4px;
word-wrap: break-word;
word-break:break-all;
}
table tr:nth-child(even) td {
background-color: #D3D3D3;
padding:4px;
word-wrap: break-word;
word-break:break-all;
}</style></head><body> <table class="headtab"> <tr><td style="text-align:left">sumtable {vtable}</td> <td style="text-align:right">Summary Statistics</td></tr></table> <h1>Summary Statistics</h1><table><tr><th style = "width:22%; text-align:left">Variable</th><th style = "width:11%; text-align:right">N</th><th style = "width:11%; text-align:right">Mean</th><th style = "width:11%; text-align:right">Std. Dev.</th><th style = "width:11%; text-align:right">Min</th><th style = "width:11%; text-align:right">Pctl. 25</th><th style = "width:11%; text-align:right">Pctl. 75</th><th style = "width:11%; text-align:right">Max</th></tr>
| age | 7746 | 39 | 9.7 | 24 | 31 | 46 | 66 |
| experience | 7746 | 19 | 10 | 0 | 10 | 26 | 55 |
| wage | 7692 | 89745 | 77262 | 3000 | 59500 | 96425 | 2118720 |
| mwage | 7692 | 7969 | 7075 | 278 | 5043 | 8563 | 280000 |
| married | 7746 | 0.78 | 0.41 | 0 | 1 | 1 | 1 |
| occcurjob | 7746 | 6 | 2.4 | 1 | 4 | 8 | 9 |
| highschool | 7746 | 0.097 | 0.3 | 0 | 0 | 0 | 1 |
| vocational | 7746 | 0.16 | 0.37 | 0 | 0 | 0 | 1 |
| college | 7746 | 0.13 | 0.33 | 0 | 0 | 0 | 1 |