MCQs > Engineering & Manufacturing > Data Analytics > Find the output of the following code of the R programming language. Iista <- Iist(5:7) print(lista) Iistb <-Iist(12:14) print(listb) x1 <- unlist(lista) x2 <- unlist(listb) print(xl) print(x2) r <- x1+x2 print(r)

Data Analytics MCQs

Find the output of the following code of the R programming language.

Iista <- Iist(5:7)

print(lista)

Iistb <-Iist(12:14)

print(listb)

x1 <- unlist(lista)

x2 <- unlist(listb)

print(xl)

print(x2)

r <- x1+x2

print(r)


Answer

Correct Answer:

[[1]]

[1] 5 6 7

[[1]]

[1] 12 13 14

[1] 5 6 7

[1]  12 13 14

[1]  17 19 21 


Explanation:

Note: This Question is unanswered, help us to find answer for this one

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Data Analytics Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it