Logo

R Questions Set 43:

Quiz Mode

How many standard methods exist for normalizing data?

1
2
3
4

Solution:

 How many packages does the CRAN package ecosystem have?

1
2
3
4

Solution:

What is the square root of the variance?

1
2
3
4

Solution:

Which variable in the following R code is free?

> f <- function(x, y) {
+            x^2 + y / z
+ }

1
2
3
4

Solution:

R comes with a profiler to help you optimize your code and improve its performance.

1
2
3
4

Solution:

What is the purpose of the readlines() function in programming?

1
2
3

Solution:

Which of the following code will drop the nth column?

1
2
3
4

Solution:

What is the full form of MGF?

1
2
3
4

Solution:

Which of the following would read 100 rows?

1
2
3
4

Solution:

Which of the following statements about R's random number generation capabilities is correct?

1
2
3
4

Solution: