<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:25%; text-align:left">Variable</th><th style = "width:12%; text-align:right">N</th><th style = "width:12%; text-align:right">Mean</th><th style = "width:12%; text-align:right">Median</th><th style = "width:12%; text-align:right">SD</th><th style = "width:12%; text-align:right">Min</th><th style = "width:12%; text-align:right">Max</th></tr>
| Pregnancies | 768 | 3.8 | 3 | 38 | 0 | 17 |
| Glucose | 768 | 121 | 117 | 8077 | 0 | 199 |
| BloodPressure | 768 | 69 | 72 | 2115 | 0 | 122 |
| SkinThickness | 768 | 21 | 23 | 749 | 0 | 99 |
| Insulin | 768 | 80 | 30 | 55309 | 0 | 846 |
| BMI | 768 | 32 | 32 | 498 | 0 | 67 |
| DiabetesPedigreeFunction | 768 | 0.47 | 0.37 | 0.57 | 0.078 | 2.4 |
| Age | 768 | 33 | 29 | 951 | 21 | 81 |