Learn R Programming

Fahrmeir (version 2016.5.31)

rheuma: Data from Patients with Acute Rheumatoid Arthritis

Description

Data from patients with acute rheumathoid arthritis. A new agent was compared with an active control, and each patient was evaluated on a five-point assessment scale.

Usage

data(rheuma)

Arguments

Format

A data frame with 10 observations on the following 3 variables.
Drug
a factor with levels Active.control New.agent
Improvement
an ordered factor with levels Much.worse < Worse < No.change < Improved < Much.improved
n
number of patients in group

Source

Ludwig Fahrmeir, Gerhard Tutz (1994): Multivariate Statistical Modelling Based on Generalized Linear Models. Springer Series in Statistics. Springer Verlag. New-York Berlin Heidelberg

Details

The global assessment in this example may be subdivided in the coarse response "improvement", "no change" and "worse". On a higher level improvement is split into "much improved" and "improved", while the "worse" category is split into "worse" and "much worse".

Examples

Run this code
str(rheuma)
summary(rheuma) 

Run the code above in your browser using DataLab