Question: Read the data set into R , describe the data set ( such as dimension, variable names and variable type. ) you will need
Read the data set into describe the data set such as dimension, variable names and variable type.
you will need to download the data set "Graduates.Data.csv from data module on canvas then save change the location of "GraduatesData.csv below according to your own directory.
gdataread.csvGraduatesData.csv
dimgdata
##
names gdata
## "admit" "gre" "gpa" "rank"
strgdata
## 'data.frame': obs. of variables:
# $ admit: int dots
## gre : int dots
#$ rank : int dots
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
