Aids | R Documentation |
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
Kalbsleich, J. and Lawless, J., (1989), An analysis of the data on transfusion related AIDS, Journal of the American Statistical Association, 84, 360-372.
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")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.