R Script Data Visualization Cars

In this R script I analyzed a car sales dataset by region and body type, focusing on descriptive

statistics and visualizations. The dataset is first cleaned, including handling missing values and

categorizing vehicle body types and regions. Body type and regional sales are summarized

using bar plots to highlight trends across regions such as the South, Midwest, West, and

Northeast. Additional analysis explores the selling prices by vehicle make and geographic origin

(US, Europe, Asia). The script concludes with detailed descriptive statistics for car sales by body

type, region, and make area, including measures such as mean, median, and interquartile

range. Visualizations are generated to display sales distributions and pricing trends across

regions and vehicle types.

Previous
Previous

R Script Linear Regression

Next
Next

Visualizations Coded in R