| kneesequential {catdata} | R Documentation |
Knee Injuries
Description
In a clinical study n=127 patients with sport related injuries have been treated with two different therapies (chosen by random design). After 3,7 and 10 days of treatment the pain occuring during knee movement was observed. The data set is a transformed version of knee for fitting a sequential logit model.
Usage
data(knee)
Format
A data frame with 127 observations on the following 8 variables.
yResponse
Icept1Intercept 1
Icept2Intercept 2
Icept3Intercept 3
Icept4Intercept 4
ThTherapy ( placebo = 1, treatment = 2)
AgeAge in years
Age2Squared age
SexGender (male = 0, female = 1)
PersonPerson
Examples
##example of analysis:
if(interactive()){vignette("random-knee2")}
[Package catdata version 1.2.4 Index]