I am trying to analyze the Ozone dataset in R but my select function is giving an error.
library(dplyr library(mlbench) data(Ozone) attach(Ozone) names(Ozone)