Skip to content

Instantly share code, notes, and snippets.

| Time Period | 0.5g IV | 0.5g IM | 1g IV |
|----------------|---------|---------|-------|
| 0–2h | 526 | 115 | 995 |
| 2–4h | 366 | 425 | 855 |
| 4–8h | 142 | 308 | 293 |
| 8–12h | 87 | 127 | 147 |
| 12–24h | 70 | 96 | 132 |
| 24–48h | 15 | 28 | 32 |
| Time Post Dose | 0.5g IV | 0.5g IM | 1g IV |
|----------------|---------|---------|-------|
| 0.5h | 82 | 22 | 151 |
| 1h | 59 | 33 | 111 |
| 2h | 48 | 38 | 88 |
| 4h | 37 | 35 | 67 |
| 6h | 29 | 30 | 53 |
| 8h | 23 | 26 | 43 |
| 12h | 15 | 16 | 28 |
| 24h | 5 | 5 | 9 |
| Concept | SQL | SAS |
| :---------------- | :-------------------------- | :----------------------- |
| Data Structure | Table | Dataset |
| Row | Record | Observation |
| Column | Field | Variable |
| Processing Method | Set processing with queries | Sequential processing |
| Sorting | ORDER BY | PROC SORT |
| Aggregation | GROUP BY | PROC MEANS, PROC SUMMARY |