case0101 | R Documentation |
Data from an experiment concerning the effects of intrinsic and extrinsic motivation on creativity. Subjects with considerable experience in creative writing were randomly assigned to on of two treatment groups.
case0101
A data frame with 47 observations on the following 2 variables.
creativity score
factor denoting the treatment group, with
levels "Extrinsic"
and "Intrinsic"
Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Amabile, T. (1985). Motivation and Creativity: Effects of Motivational Orientation on Creative Writers, Journal of Personality and Social Psychology 48(2): 393–399.
attach(case0101)
str(case0101)
boxplot(Score ~ Treatment) # Basic boxplots for each level of Treatment
boxplot(Score ~ Treatment, # Boxplots with labels
ylab= "Average Creativity Score From 11 Judges (on a 40-point scale)",
names=c("23 'Extrinsic' Group Students","24 'Intrinsic' Group Students"),
main= "Haiku Creativity Scores for 47 Creative Writing Students")
detach(case0101)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.