Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If you used R to read in file week1_a.csv nto a data frame dat, how could you create a new data frame tall that only
If you used R to read in file week1_a.csv nto a data frame dat, how could you create a new data frame tall that only contained rows with heights greater than 184? Select one or more: tall- subset (dat, heights > 184) b. tall 184,] C. tall <. dat> 184),] d. tall 184) estion 4 swer saved arked out of If you used R to read in file week1_a.csv into a data frame dat, how could you find the value in row 6 of the column labeled weight ? Select one or more: Flag question dat[6,2] b. dat[2,6] C. datSweight[6] dat[6,"weight"] elect one or more: D a. args(length) ti. help (length) C. Plength d. length(x)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started