| hads {MultiLCIRT} | R Documentation |
Dataset about measurement of anxiety and depression in oncological patients
Description
This data set contains the responses of 201 oncological patients to 14 ordinal polytomous items that measure anxiety (7 items) and depression (7 items), according to the Hospital Anxiety and Depression Scale questionnaire.
Usage
data(hads)
Format
A data frame with 201 observations on 14 items:
item1measure of depression
item2measure of anxiety
item3measure of depression
item4measure of depression
item5measure of depression
item6measure of anxiety
item7measure of anxiety
item8measure of anxiety
item9measure of depression
item10measure of anxiety
item11measure of anxiety
item12measure of anxiety
item13measure of depression
item14measure of depression
Details
All items have 4 response categories: the minimum value 0 corresponds to a low level of anxiety or depression, whereas the maximum value 3 corresponds to a high level of anxiety or depression.
References
Zigmond, A. and Snaith, R. (1983), The hospital anxiety and depression scale, Acta Psychiatrika Scandinavica, 67, 361-370.
Examples
data(hads)
## maybe str(hads)
str(hads)