withdrawal_pre_post: Patient Withdrawal Symptoms Pre and Post Induction
Description
This is a information on the severity of withdrawal symptoms.
Usage
data(withdrawal_pre_post)
Format
A tibble with 4,805 rows and
4 variables:
- who
| Type: | integer |
| |
| Description: | Patient ID |
- what
| Type: | factor (First/Reference level = post) |
| |
| Description: | Indicator of induction day type: "pre" or "post" |
| |
| Levels: | post, pre |
- withdrawal
| Type: | factor (First/Reference level = 0) |
| |
| Description: | - 0 = "None"
- 1 = "mild"
- 2 = "moderate"
- 3 = "severe"
|
| |
| Levels: | 0, 1, 2, 3 |
- when
| Type: | integer |
| |
| Description: | Day of assessment |