In RStudio the following code will return 3 2 when I use the dim function. Can someone explain to me step-bystep how RStudio gets to the following result?  dfch <- data.frame(   "City" = c("St.Gallen", "Lausanne", "Zürich" ),   "PartyLeft" = c(35, 45, 55),   "PartyRight" = c(40, 35, 30) )   dim(dfch[ , dfch$PartyLeft > 40]   Also when we use dfch[ , dfch$PartyLeft > 40 ] returns a 3x2 matrix with column PartyLeft and PartyRight. How does RStudio proceed to get to that answer?

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter3: Performing Calculations With Formulas And Functions
Section: Chapter Questions
Problem 3.15CP
icon
Related questions
Question

In RStudio the following code will return 3 2 when I use the dim function. Can someone explain to me step-bystep how RStudio gets to the following result? 

dfch <- data.frame(
  "City" = c("St.Gallen", "Lausanne", "Zürich" ),
  "PartyLeft" = c(35, 45, 55),
  "PartyRight" = c(40, 35, 30)
)

 

dim(dfch[ , dfch$PartyLeft > 40]

 

Also when we use dfch[ , dfch$PartyLeft > 40 ] returns a 3x2 matrix with column PartyLeft and PartyRight. How does RStudio proceed to get to that answer?

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage