Closed rpietro closed 12 years ago
sorry, found the variables. so, this answer has a few parts:
graphics.frame <- data.frame(physical_functioning, role_physical,bodily_pain,general_health, vitality, social_functioning, role_emotional, mental_health, summary_physical_health, summary_mental_health, VALUE=rnorm(66) ) ggplot(melt(graphics.frame), aes(x = variable, y = value)) + geom_boxplot()
so, two possible solutions:
a. leave the boxplot as is
without the variable names, there is no way to build the graphic for the comment below:
Graph 2.1. SF-36 Scores (clustered column - 1st Qu, 3st Qu, mean, SD)
SF36 Domains