| kneesequential | R Documentation | 
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.
data(knee)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
##example of analysis:
if(interactive()){vignette("random-knee2")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.