Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Answer-3

Part-A
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
8.00 8.75 9.50 9.75 10.50 12.00 1
Min. 1st Qu. Median Mean 3rd Qu. Max.
3 3 3 3 3 3

Part-B
[1] 9.75
Part-C

Part-D

Part-E
'data.frame': 5 obs. of 7 variables:
$ mission_id : num 1 2 3 4 5
$ mission_name : chr "Apollo11" "Apollo12" "Apollo13" "Apollo14" ...
$ launch_date : chr "1969-07-16" "1969-11-14" "1970-04-11" "1971-01-
31" ...
$ landing_site : chr "Tranquility Base" "Ocean of Storms" "Fra Mauro"
"Fra Mauro" ...
$ success : logi TRUE TRUE FALSE TRUE TRUE
$ duration_days: num 8 10 NA 9 12
$ crew_size : num 3 3 3 3 3

The structure consists of 7 fields of which Mission_id, duration_days and


crew_size are numeric. Mission_name, mission_date and launch_date are
character value whereas success is a logic value.

You might also like