How do I make a vector in R studio to match this? For the three lines of code labeled with the BIKE variable, how would

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

How do I make a vector in R studio to match this? For the three lines of code labeled with the BIKE variable, how would

Post by answerhappygod »

How do I make a vector in R studio to match this?
For the three lines of code labeled with the BIKE variable, howwould I combine those three into one single vector? Thanks
How Do I Make A Vector In R Studio To Match This For The Three Lines Of Code Labeled With The Bike Variable How Would 1
How Do I Make A Vector In R Studio To Match This For The Three Lines Of Code Labeled With The Bike Variable How Would 1 (24.7 KiB) Viewed 26 times
126 127 128 **Grading: ** 5 points 129 130 131 132 *al:* Are there any influential data points in this dataset? Identify the point (s) by row, then investigate and explain what makes it so unusual through the use of the scatterplot matrix (its not possible to see why it's unusual with summary on the individuals variables). 133{r q2al investigation} 134 #BIKE [?,] #Replacing the ? with a vector of the row number (s) will print those row(s) to the screen 135 #pairs() #scatterplot matrix 136 #summary(BIKE) #summaries of each variable 137 BIKE [89,] 138 BIKE [150,] 139 BIKE [337,] 140 pairs (Demand~., data=BIKES) 141 summary (BIKE) 142 143 2
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply