Question: Create an new rscript file called (exactly) Challenge52DF.R. Enter the following commands to load the Credit Default data. Review the help output for fields included
Create an new rscript file called (exactly) Challenge52DF.R. Enter the following commands to load the Credit Default data. Review the help output for fields included with the data set.
?Default. Once you have viewed the Help information associated with the dataset, remove the ?Default line from your file. Then, using the head and tail functions, select the first 15 rows and the last 6 rows of the file.

5. 2. Challenge Challenge 5.2 Create an new rscript file called (exactly) Challenge 52DF.R.Enter the following commands to load the Credit Default data. install.packages ("ISLR") library(ISLR) data (Default) Review the help output for fields included with the data set. ?Default Once you have viewed the Help information associated with the dataset, remove the ?Default line from your file Then, using the head and tail functions, select the first 15 rows and the last 6 rows of the file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
