Advertisement
gk231192

Untitled

Jun 7th, 2024
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.18 KB | None | 0 0
  1. # Load the airquality dataset
  2. data(airquality)
  3.  
  4. # Perform an exploratory data analysis
  5. summary(airquality)
  6. # The summary function will show NA counts for each column where they exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement