
The data frame contains the anxiety ratings of 20 subjects, rated by 3 raters. Values are ranging from 1 (not anxious at all) to 6 (extremely anxious).
data(anxiety)
A data frame with 20 observations on the following 3 variables.
ratings of the first rater
ratings of the second rater
ratings of the third rater
# NOT RUN {
data(anxiety)
apply(anxiety,2,table)
# }
Run the code above in your browser using DataLab