Question: 2 . Data Inspection ( a ) Show the brief description and summary statistics for the imported data using str ( ) and summary (

2. 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 row(s) with missing values using and na.omit(). Name the new data set D1.
(e) Print first three rows (exactly three rows) using head().
(f) Repeat part (a) for D1 and compare the results with (a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!