Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, I have R programming questions. I need your help. Thank you so much. (a) Read the FantasyProjections file into R and call it proj.df.
Hello, I have R programming questions.
I need your help.
Thank you so much.
(a) Read the FantasyProjections file into R and call it proj.df. (b) How many observations (rows) are in this dataset? How many variables (columns)? (c) What are the median and mean values for the Fpts column?1. Download the data set FantasyProjections.csv0. Open a new R. Markdown file.2. (a) Determine Which player has the lowest number in the Value column and print out their name. (b) Determine which player has the highest number in the Value column and print out their name. (c) Determine Which player has the highest number in the Fpts column and print out their name and position 3. (a) Create a new dataframe which contains all of the players whose Value is greater than zero and save it to above.average.df. Note: This new dataframe should contain all of the columns of proj.df, but not all of the rows. (b) Determine the average of the Fpts column (in above.average.df ) and save this to a variable called break.line (c) Use the break.line variable to select all of the players who have Fpts values greater than break.line and save all of their names to a new variable called the.topStep 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