Q.1.
If two vectors with different lengths perform some operation, the elements of the shorter vector will be used again to complete the operation. This is referred to as _________________
Q.2.
If the function in a console is.matrix(X) returns true then X can be considered as a _______
Q.3.
______________ measures the probability of the binary response variable in R language.
Q.4.
______________ function will measure the probability of the binary response variable in R language.
Q.5.
____________ function can be used to select the random sample of size ‘n’ from a huge dataset.
Q.6.
Which function is used to select variables and observations from a given dataset?
Q.7.
____________ package in R language provides various options for re-randomization and permutations based on statistical tests.
Q.8.
A matrix of scatterplots can be produced using _________ function.
Q.9.
__________ function takes various parameters like formula, data, subset, labels, etc.
Q.10.
How will you check if an element is present in a vector?