P
P
paroletatel2021-01-18 14:58:07
R
paroletatel, 2021-01-18 14:58:07

What can the command MyValues ​​> 10 do?

1) Returns FALSE if MyValues ​​is less than 10

2) Only returns MyValues ​​greater than 10

3) Only returns MyValues ​​less than 10

4) Returns TRUE if MyValues ​​is greater than 10

> MyValues <- c(2, 5, 8, 10, 12, 14)
> MyValues > 10
[1] FALSE FALSE FALSE FALSE  TRUE  TRUE


Dear, I need help. There is no room for error. Of course, options 1 and 4 are correct, but suddenly I don’t know something.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ayazer, 2021-01-18
@paroletatel

Of course, options 1 and 4 are correct, but suddenly I don’t know something.

yup, 1 and 4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question