eden: European day hospital evaluation

Description Usage Format Details Source Examples

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

1

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

Details

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

Source

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

Bases on European day hospital evaluation, http://www.edenstudy.com/

Examples

1
2
3
data(eden)
library(lattice)
xyplot(BPRS.Average~MANSA|center, data=eden, type=c("p","g","smooth"))

pbiecek/PBImisc documentation built on May 24, 2019, 10:35 p.m.