Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program using R language to create the following data frame and call it practiceDF. Include your name in the first row, and then

  1. Write a program using R language to create the following data frame and call it practiceDF.
    1. Include your name in the first row, and then also include the following information.
    2. image text in transcribed
    3. Create a second data frame from practiceDF by dropping the first two columns and call it practiceRes.
    4. Create a third data frame from practiceDF by dropping the following rows: 2, 4, 5, 8, and 9 and call the new data frame as practiceQual.
      1. Hints: Use subset() function to return a subset from the data frame. Search R Documentation to see how this function can be used to select vectors which meet certain conditions.
  2. Write a program using R language to convert temperature measurements from Fahrenheit, F, to Celsius, C, using the following equation:
    1. C=59(F32)
    2. Test your program using the following vector of Fahrenheit values: (45, 77, 19, 101, 120)
yes VOUAWN name score attempts qualify 1 Anastasia 12.5 1 Dima 9.0 no 3 Katherine 16.5 yes James 12.0 no Emily 9.0 no Michael 20.0 yes Matthew 14.5 yes Laura 13.5 no Kevin 8.0 no Jonas 19.0 1 yes MNMNMN 2. 10

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_2

Step: 3

blur-text-image_3

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

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions