Logo

R Questions Set 31:

Quiz Mode

What is the short form of Analysis of Variance?

1
2
3
4

Solution:

Which is the simplest class of analytics?

1
2
3
4

Solution:

Which of the following can be considered as an object attribute in R?

1
2
3
4

Solution:

What will be the output of the following code snippet?

 

> f <- function(a, b) {
+       a^2
+ }
> f(2)

1
2
3
4

Solution:

Which of the following functions extract a subset of rows from a data frame based on logical conditions?

1
2
3
4

Solution:

Which of the following statements gives the sampling interval?

1
2
3
4

Solution:

Which of the following are commonly used for statistical analysis?

1
2
3
4

Solution:

Which of the following sorts a data frame by the order of the elements in column B?

1
2
3
4

Solution:

In a simple linear regression model (with one independent variable), if we change the input variable by 5 units, how much will the output variable change?

1
2
3
4

Solution: