| ozone | R Documentation | 
Los Angeles ozone pollution data in 1976 (sources: Breiman & Friedman 1985, Leisch & Dimitriadou 2020).
data(ozone)
A list with 1 component: the matrix X with 366 observations, 13 variables. The variable to predict is V4.
V1Month: 1 = January, ..., 12 = December
V2Day of month
V3Day of week: 1 = Monday, ..., 7 = Sunday
V4Daily maximum one-hour-average ozone reading
V5500 millibar pressure height (m) measured at Vandenberg AFB
V6Wind speed (mph) at Los Angeles International Airport (LAX)
V7Humidity (%) at LAX
V8Temperature (degrees F) measured at Sandburg, CA
V9Temperature (degrees F) measured at El Monte, CA
V10Inversion base height (feet) at LAX
V11Pressure gradient (mm Hg) from LAX to Daggett, CA
V12Inversion base temperature (degrees F) at LAX
V13Visibility (miles) measured at LAX
Breiman L., Friedman J.H. 1985. Estimating optimal transformations for multiple regression and correlation, JASA, 80, pp. 580-598.
Leisch, F. and Dimitriadou, E. (2010). mlbench: Machine Learning Benchmark Problems. R package version 1.1-6. https://cran.r-project.org/.
data(ozone)
z <- ozone$X
head(z)
plotxna(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.