eunomia: European Evaluation of Coercion in Psychiatry and...

Description Usage Format Details Source Examples

Description

This dataset touch one particular aspect from EUNOMIA dataset. The original dataset is much more richer.

Usage

1

Format

data.frame with 2008 obs. and 15 variables

CENTRE13

Center in which the patient is hospitalized, factor with 13 levels

SUBJECT

Patients ID

GENDER, AGE, NUM.HOSP

Gender, age and number of hospitalizations of given patient

CAT.T1, CAT.T2, CAT.T3

Clients Scale for Assessment of Treatment, short assessment, which measures the impact of COPD on a patients life, measured in times: T1, T2 and T3

BPRS.T1, BPRS.T2, BPRS.T3

Average score for Brief Psychiatric Rating Scale, measured in times: T1, T2 and T3

MANSA.T1, MANSA.T2, MANSA.T3

Scale which measures Quality of Life (Manchester Short Assessment of Quality of Life), measured in times: T1, T2 and T3

ICD10

International Statistical Classification of Diseases and Related Health Problems 10th Revision (ICD-10)

Details

Artificial dataset generated to be consistent with Eunomia study (European Evaluation of Coercion in Psychiatry and Harmonisation of Best Clinical Practise)

Source

Artificial dataset generated to be consistent with Joanna R. study.

Eunomia dataset, http://www.eunomia-study.net/

Examples

1
2
3
4
data(eunomia)
library(lattice)
bwplot(CENTRE13~BPRS.T1, data=eunomia)
xyplot(BPRS.T1~MANSA.T1|CENTRE13, data=eunomia, type=c("p","g","smooth"))

Example output



PBImisc documentation built on May 2, 2019, 4:51 a.m.