Answers Basics of R
Answers Basics of R
a B c D
x - > 84 x < - 84 x == 84 x >> 84
a B c D
repeat Reap rep Aha
3. For writing two strings say, k and m, you will write: ANS: c
a B c D
c(‘k’, ‘m’) c(‘’k’’, ‘‘m’’) c(k, m) c(‘k’ ‘m’)
a B c D
0.5 0.50 234 0.500
5. If julia is having 3 words aha, omg, oops, you can recall omg by: ANS: a
a B c D
julia[2] julia(2) julia>[2] julia<[2]
6. Say x is having numbers 2 & 4, y is having numbers 5 & 6; product of x and y will be: ANS: a
a B c D
[1] 10 24 240 120 None of the given
a b C D
One row by two Two rows by three Two rows by three Two rows by three
columns having all columns having all columns having all columns having all
values as 3 values as 3 values as 2 values as 1
8. Sum of a vector, a, having values 3 NA 7 by command sum(a) will give you output: ANS: c
a b C D
10 0 NA Na
a b C D
a×b b×a a multiply b a*b
10. You want to view the imported file zoom. You will type: ANS: a
a b C D
View(zoom) view(zoom) zoom Zoom