Schizoph | R Documentation |
Data for Example 6.10
Schizoph
A data frame/tibble with 13 observations on one variable
schizophrenics score on a standardized exam one hour after recieving a specified dose of a tranqilizer.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
hist(Schizoph$score, xlab = "score on standardized test",
main = "Example 6.10", breaks = 10, col = "orange")
EDA(Schizoph$score)
t.test(Schizoph$score, mu = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.