Background: This week you will be given a dataset and the documentation that goes along with the dataset. Up until today, I have told what to graph or what to fields to plots in the graphs.
Assignment: Use the provided dataset to produce visualizations and then tell the story of your visualizations. The dataset and dataset documentation will be found in this week’s folder. I will also create a video that will provide more details for the assignment.
Graphs to Produce:
ggplot2 – Bar Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=categorical, fill=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_bar(position=”dodge”)
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Histogram: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_histogram(binwidth=5) — you can decide the binwidth
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Box Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=categorical, y=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_boxplot()
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Scatter Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=continuous, y=continuous, shape=categorical, col=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_point() + geom_smooth(method=”lm”,se=F)
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
Please put all screen shots in a MS Word (other word processors are fine to use but save it in MS Word format). Don’t upload the screen shots individually in the assignment folder! Submit your assignment on or before the due date.Background: This week you will be given a dataset and the documentation that goes along with the dataset. Up until today, I have told what to graph or what to fields to plots in the graphs.
Assignment: Use the provided dataset to produce visualizations and then tell the story of your visualizations. The dataset and dataset documentation will be found in this week’s folder. I will also create a video that will provide more details for the assignment.
Graphs to Produce:
ggplot2 – Bar Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=categorical, fill=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_bar(position=”dodge”)
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Histogram: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_histogram(binwidth=5) — you can decide the binwidth
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Box Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=categorical, y=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_boxplot()
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
ggplot2 – Scatter Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)
ggplot(dataset_name, aes(x=continuous, y=continuous, shape=categorical, col=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_point() + geom_smooth(method=”lm”,se=F)
Label the x-axis.
Label the y-axis.
Give the graph a title.
What story is presented in this visualization?
Please put all screen shots in a MS Word (other word processors are fine to use but save it in MS Word format). Don’t upload the screen shots individually in the assignment folder! Submit your assignment on or before the due date.
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more