subject
Mathematics, 11.02.2021 21:10 bnnn

Create and manipulate a data frame. i) Create a `data. frame` named `my. trees` that has the following columns: - `
Girth = c(10.3, 10.6, 10.8, 13.5, 13.7, 13.8, 14.0)` - `
Height = c(70, 65, 63, 72, 81, 83, 66)` - `
Volume = c(10.3, 10.3, 10.2, 16.4, 18.8, 19.7, 15.6)`
ii) Extract the second observational unit.
iii) Extract the `Height` column referring to it by name.
iv) Print out a data frame of all the observations except for the firt observation.

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 18:00
Find the slope and the y-intercept if there's one and the equation of the line given these two points( 3, 2) and( 3, -4)
Answers: 2
question
Mathematics, 22.06.2019 00:00
The cost of a taxi ride includes an initial charge of $2.00. if a 5km ride cost $6.00 and a 10km ride cost $10.00, determine the cost of a 15km ride.
Answers: 1
question
Mathematics, 22.06.2019 00:00
What is the value of x in this triangle? a. 53° b. 62° c. 65° d. 118°
Answers: 2
question
Mathematics, 22.06.2019 00:30
Proving the congruent supplements theorem
Answers: 3
You know the right answer?
Create and manipulate a data frame. i) Create a `data. frame` named `my. trees` that has the follow...
Questions