DLQI {GmooG} | R Documentation |
DLQI assessment in a phase 3 clinical trial of patients with psoriasis.
Description
150 psoriasis patients were randomized to Placebo (Treatment A) and 450 to the active treatment (Treatment B). The treatment effect in terms of Quality of Life was assessed at Week 16.
Usage
data(DLQI)
Format
A data frame with 900 observations on the following 15 variables.
USUBJID
individual ID
TRT
Placebo (A) or Treatment (B)
PASI_BASELINE
Psoriasis Area and Severity Index at Baseline
VISIT
Initial or at Week 16
DLQI101
How Itchy, Sore, Painful, Stinging: 0-3
DLQI102
How Embarrassed, Self Conscious: 0-3
DLQI103
Interfered Shopping, Home, Yard: 0-3
DLQI104
Influenced Clothes You Wear: 0-3
DLQI105
Affected Social, Leisure Activity: 0-3
DLQI106
Made It Difficult to Do Any Sports: 0-3
DLQI107
Prevented Working or Studying: 0-3
DLQI108
Problem Partner, Friends, Relative: 0-3
DLQI109
Caused Any Sexual Difficulties: 0-3
DLQI110
How Much a Problem is Treatment: 0-3
DLQI_SCORE
DLQI Total Score: 0-30
Details
This dataset is used in Chapter 12, "Psoriasis and the Quality of Life".
Source
https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2021/2021-01-13
Examples
data(DLQI, package="GmooG")
with(DLQI, summary(PASI_BASELINE))