Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# Here is the code to create two vectors my _ vector and my _ vector _ 2 . We just made up those names.

# Here is the code to create two vectors my_vector and my_vector_2. We just made up those names.
# Run the code and see what happens
my_vector <- c(1,2,3,4,5)
my_vector_2<- c(10,10,10,10,10)
# Now write some code to print out these two vectors in the R console. Run the code and see what happens.

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

Step: 3

blur-text-image

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions

Question

Execute a command that undoes the change in Step 7.

Answered: 1 week ago