MCQs > Finance & Management > R > Which R code subsets a matrix Y to only those records (rows) where a variable x (in Y) is less than 100?

R MCQs

Which R code subsets a matrix Y to only those records (rows) where a variable x (in Y) is less than 100?

Answer

Correct Answer: Y[,which(x<100)]

Explanation:

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

R Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

R Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it