Question: 2 . Data Inspection ( a ) Show the brief description and summary statistics for the imported data using str ( ) and summary (
Data Inspection
a Show the brief description and summary statistics for the imported data using str
and summary
b Show the number of rows and columns using nrow and ncol
c print the names of columns using name
d Inspect whether there exist missing values. If yes, print the total number of missing values
and remove the rows with missing values using and naomit Name the new data set D
e Print first three rows exactly three rows using head
f Repeat part a for D and compare the results with a
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
