powered by
Data for Exercise 5.117
data(Metrent)
A data frame with 46 observations on the following variable.
rent
a numeric vector
# NOT RUN { str(Metrent) attach(Metrent) EDA(rent) t.test(rent,conf.level=.99)$conf detach(Metrent) # }
Run the code above in your browser using DataLab