Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Completed R-Script to the Executive Summary. Instructions To complete this assignment, you must create an R script file that includes the code required to complete

Completed R-Script to the Executive Summary. Instructions To complete this assignment, you must create an R script file that includes the code required to complete the following steps. 1. Print your name Daleat the top of the script 2. Install the vcd package 3. Import the vcd library 4. Plot an age ~ weight scatter plot using the data below Age data: (9,20,17,32,59,41,60,31,15,30) Weight data: (64,120,167,174,130,147,127,140,105,149) 5. Find the median weight 6. Delete the 5th element from the age vector 7. Insert 78 as the 5th element into the age vector 8. Create a vector with elements Sedan, Convertible, SUV, Minivan 9. Create a 3 row and 7 column matrix of 21 integers from 1 to 21 10. Create a data frame with age and weight attributes 11. Display the data frame structure of people 12. Display a summary of the people data frame 13. Import the dataset Student.csv 14. Display only the variable names of the Student.csv dataset

Then key findings about the data based on the Dataset Instruction document. Include the following: a. A scatter plot of the Age ~ Weight data b. The median weight c. Display the data after steps 6 and 7 d. Display the car vector e. Display the 3 row by 7 column of 21 integers from 1 to 21 f. Display the people data frame g. Display the summary of the people data frame h. Display the variables only from the Student.csv data set. i. A summary of the information you learned about the data sets based on the instructions you followed.

AppendixStudent.csv

StudentID First Last Math Science Social Studies
11 Bob Smith 90 80 67
12 Jane Weary 75 80
10 Dan Thornton, III 65 75 70
40 Mary O'Leary 90 95 92

I have no programming experience. If it's possible, please give me as detailed steps as possible. Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions

Question

2. List the advantages of listening well

Answered: 1 week ago