Question: PLEASE HELP CODE FOR R STUDIO!. The code for this example is down belowe. and the data babynames. - Reproduce the Age Distribution of
PLEASE HELP CODE FOR R STUDIO!.

The code for this example is down belowe.


\

and the data babynames.
- Reproduce the "Age Distribution of American Boys Named Joseph" graph (Figure 3.22) from Section 3.3 of MDSR . You can just reuse the code from the book. Don't worry if some things like font sizes do not match perfectly - such details are dependent on things like screen resolution, size of viewer, You do NOT need to turn this in -- it is just a starting point for the next step (where you will need to edit this code). - Modify the code to produce a similar plot using YOUR name. In the process, carefully make a list of ALL changes that you needed to make to the sample code for the "Joseph" graph. - If your name happens to be Joseph, pick a different name such as your middle name. - If your name happens to be extremely rare, you can also choose a different name or a different spelling (but try yours first -- you might be surprised how many people have your name when we look at data on hundreds of millions of births!). This assignment should be completed individually (not as a group). name_plot + geom_col( color = "white", fill = "\#008fd5", aes (y= ifelse(year == median_yob, est_alive_today /1000,0) ) ) Warning: It is deprecated to specify 'guide = FALSE' to remove a guil Ano Rietrihtion of marien Rne Namad Incanh For your submission, turn in (i) your code to produce the graph for your name, (ii) the completed graph for your name, and (iii) the list of changes that you needed to make to the sample code. Use R Markdown, but only submit the final compiled HTML document. THE PROBLEM IS THAT WHEN I PUT THE CODE ON MY R STUDIO. IT LOOKS LIKE THIS? Age Distribution of American Boys Named Joseph CAN YOU HELP ME MAKE THE BAR BIGGER LIKE THE ONE ABOVE? AND MY NAME IS KEVIN. I WANT TO HAVE MY GRAPH THE Y=NUMBER OF PEOPLE NAMED AS KEVIN AND Y WITH THE YEAR FROM 1900-2010. PLEASE HELP ME EDIT THE CODE. I USE THE library(mdsr) - Reproduce the "Age Distribution of American Boys Named Joseph" graph (Figure 3.22) from Section 3.3 of MDSR . You can just reuse the code from the book. Don't worry if some things like font sizes do not match perfectly - such details are dependent on things like screen resolution, size of viewer, You do NOT need to turn this in -- it is just a starting point for the next step (where you will need to edit this code). - Modify the code to produce a similar plot using YOUR name. In the process, carefully make a list of ALL changes that you needed to make to the sample code for the "Joseph" graph. - If your name happens to be Joseph, pick a different name such as your middle name. - If your name happens to be extremely rare, you can also choose a different name or a different spelling (but try yours first -- you might be surprised how many people have your name when we look at data on hundreds of millions of births!). This assignment should be completed individually (not as a group). name_plot + geom_col( color = "white", fill = "\#008fd5", aes (y= ifelse(year == median_yob, est_alive_today /1000,0) ) ) Warning: It is deprecated to specify 'guide = FALSE' to remove a guil Ano Rietrihtion of marien Rne Namad Incanh For your submission, turn in (i) your code to produce the graph for your name, (ii) the completed graph for your name, and (iii) the list of changes that you needed to make to the sample code. Use R Markdown, but only submit the final compiled HTML document. THE PROBLEM IS THAT WHEN I PUT THE CODE ON MY R STUDIO. IT LOOKS LIKE THIS? Age Distribution of American Boys Named Joseph CAN YOU HELP ME MAKE THE BAR BIGGER LIKE THE ONE ABOVE? AND MY NAME IS KEVIN. I WANT TO HAVE MY GRAPH THE Y=NUMBER OF PEOPLE NAMED AS KEVIN AND Y WITH THE YEAR FROM 1900-2010. PLEASE HELP ME EDIT THE CODE. I USE THE library(mdsr)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
