Learn R Programming

PBImisc (version 1.0)

eunomia: European Evaluation of Coercion in Psychiatry and Harmonisation of Best Clinical Practise

Description

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

Usage

data(eunomia)

Arguments

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)

Source

Artificial dataset generated to be consistent with Joanna R. study. Eunomia dataset, http://www.eunomia-study.net/

Details

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

Examples

Run this code
data(eunomia)
library(lattice)
bwplot(CENTRE13~BPRS.T1, data=eunomia)
xyplot(BPRS.T1~MANSA.T1|CENTRE13, data=eunomia, type=c("p","g","smooth"))

Run the code above in your browser using DataLab