Question: r studio. Next, let's try some data transformations to create new predictors. Create two new columns for the log of `NumRaters` and the log of
r studio. Next, let's try some data transformations to create new predictors. Create two new columns for the log of `NumRaters` and the log of `GrossUS`, called `log_NumRaters` and `log_GrossUS`. (a) Visualize the distributions of `log_NumRaters` and `log_GrossUS`. (b) Plot the relationship between `log_NumRaters` and `log_GrossUS`, and differentiate movies by their `ContentRating`. **Victory conditions**:(a) You have two plots showing two different probability distributions, each with clearly labeled axes and reasonable precision. (b) You have one plot showing relationships between all the variables of interest. - *Hint*: `log` function in R takes the log of a value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
