R/BSDA-package.R
Rehab.Rd
Data for Exercise 7.61
Rehab
A data frame/tibble with 20 observations on four variables
inmate identification number
rating from first psychiatrist on the inmates rehabilative potential
rating from second psychiatrist on the inmates rehabilative potential
psych1
- psych2
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(Rehab$differ)
qqnorm(Rehab$differ)
qqline(Rehab$differ)
t.test(Rehab$differ)
#>
#> One Sample t-test
#>
#> data: Rehab$differ
#> t = 0.85691, df = 19, p-value = 0.4022
#> alternative hypothesis: true mean is not equal to 0
#> 95 percent confidence interval:
#> -0.5770068 1.3770068
#> sample estimates:
#> mean of x
#> 0.4
#>