Create a new Quarto document, with format PDF. Create one two-hash (##) header, give it a name.
Problem of the Day
Use the dataset airquality, considering the first 120 days of the time period, and fit a linear regression to the daily temperature (Temp), using the variable Day as your predictor. You can start with the following chunk, although you should open your document with a motivating sentence, as always.
data(airquality)
dat <- airquality[1:120, ]
Then do the full analysis on dat$Temp and dat$Day, with statement of (slope) hypothesis test and accompanying sentences and interpretation.
If you would like more information on the dataset, you can look this up using
?airquality
Render the document to PDF, and upload it
Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount