Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Anser the following questions: Problem 1 Let x < - c ( 2 , - 3 , 4 ) , y < - c (

Anser the following questions: Problem 1
Let x <- c(2,-3,4), y <- c(-6,-12,7,5), and z <- c(x, NA, y). Then the length of the vector t <- z[-c(1,3,7)] is?
A.7
B.5
C.6
D.9
Answer:
Problem 2
Let x <- c(0.25,2.61,5), y <- c(-3,,4,-12), and z <- c(x, y, NA).
What is the result of executing the code z[6]
A.4
B.5
C. NA
D.-12
Answer:________
problem 3
Let A <- matrix(1:20, nrow=4, byrow = TRUE)
What is the result of executing the code A[2,3]
A.5
B.7
C.8
D.9
Answer:________

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

The Database Experts Guide To SQL

Authors: Frank Lusardi

1st Edition

0070390029, 978-0070390027

More Books

Students also viewed these Databases questions

Question

What are the advantages of small-lot sizes?

Answered: 1 week ago

Question

Design a job advertisement.

Answered: 1 week ago