inst/snippets/Example9.3.R

head(RestaurantTips)
summary(lm(Tip ~ Bill, data = RestaurantTips)) 
confint(lm(Tip ~ Bill, data = RestaurantTips) , "Bill", level = 0.90)

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.