powered by
Data used in Exercise 6.60
Aids
A data frame/tibble with 295 observations on three variables
time (in months) from HIV infection to the clinical manifestation of full-blown AIDS
age (in years) of patient
a numeric vector
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
with(data = Aids, EDA(duration) ) with(data = Aids, t.test(duration, mu = 30, alternative = "greater") ) with(data = Aids, SIGN.test(duration, md = 24, alternative = "greater") )
Run the code above in your browser using DataLab