Learn R Programming

PBImisc (version 1.0)

eden: European day hospital evaluation

Description

This dataset bases on origical study of European day hospital evaluation

Artificial dataset (subset from real dataset with some random modifications). Do not use it for derivation of real conclusions.

Usage

data(eden)

Arguments

Format

data.frame with 642 obs. and 12 variables
mdid
Medical doctor id, there are 24 different MDs which examine patients
center
City in which the examination takes place
BPRS.Maniac, BPRS.Negative, BPRS.Positive, BPRS.Depression
BPRS stands for Brief Psychiatric Rating Scale, scores are averaged in four subscales
BPRS.Average
Average from 24 questions
MANSA
Scale which measures Quality of Life (Manchester Short Assessment of Quality of Life)
sex
Sex
children
Number of childs
years.of.education
Number of years of education
day
Hospitalization mode, day or stationary

Source

Artificial dataset generated to be consistent with Joanna R. study. Bases on European day hospital evaluation, http://www.edenstudy.com/

Details

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

Examples

Run this code
data(eden)
library(lattice)
xyplot(BPRS.Average~MANSA|center, data=eden, type=c("p","g","smooth"))

Run the code above in your browser using DataLab