Based on prior knowledge, resting blood pressure (RestingBP) is commonly measured in millimeters of mercury (mm Hg). In order to analyze the relationship between RestingBP and the presence of heart disease, we can use the following general guidelines for resting blood pressure ranges:

- Normal blood pressure: less than 120/80 mm Hg
- Elevated blood pressure: systolic between 120-129 mm Hg and diastolic less than 80 mm Hg
- Hypertension stage 1: systolic between 130-139 mm Hg or diastolic between 80-89 mm Hg
- Hypertension stage 2: systolic at least 140 mm Hg or diastolic at least 90 mm Hg
- Hypertensive crisis: systolic over 180 mm Hg and/or diastolic over 120 mm Hg

Now, let's create the requested dictionary:

```json
{
   "no": [120.0, 118.0, 115.0, 123.0, 112.0],
   "yes": [140.0, 145.0, 136.0, 150.0, 128.0]
}
```

Please note that these are just example values and you should consult medical literature or guidelines to determine the appropriate ranges for the specific dataset you are working with.