Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Load dataset adult.data.csv a. Use the function log() to create a new attribute log_age which is the log transformed of attribute age. Use ggplot2 library
Load dataset "adult.data.csv"
a. Use the function log() to create a new attribute log_age which is the log transformed of attribute age. Use ggplot2 library to answer the following questions:
b. Create a Histogram graph for attribute age. Insert the graph in the space below:
c. Create a Histogram graph for attribute log_age. Insert the graph in the space below:
d. Create a Scatterplot graph with attributes education_num and capital_gain. Insert the graph in the space below:
e. Create a Boxplot graph with attributes class and education_num. for more information about creating Boxplots using ggplot2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started