Data Analytics
What will the following R code do?mydata$v2 <- mydata$v4 <- NULL
In Google Analytics tool, which of the following analysis should be performed in order to identify the origin of a user's web traffic?
In data mining, which of the following options correctly defines Precision, which is used for assessing the quality of text retrieval?
In a generalized linear model. which of the following link functions belongs. by default, to Poisson family?
The ______ of a worksheet defines its appearance.
In data mining, which of the following classification models is built by kNN algorithm?
In association rule mining, an indication of how often the rule has been found to be true is represented by a term known as confidence. How is this term. confidence. represented for the rule, A => B?
Which of the following options denotes the probability of avoiding a type-ll error in hypothesis testing?
Which of the following is the correct syntax of the PredictSupport (DMX) prediction function used with Microsoft linear regression algorithm?
What will be the output of the following code of the R programming language?b1 <- 17b2 <- 13z <— 5:7print(b1 96in96 z)print(b2 %in% z)
Which of the following is the correct R syntax used for selecting certain rows from a data frame, based on specific logical criteria?
In logistic regression. which of the given methods is used to display the conditional density plot of thebinary outcome, F. on the continuous x variable?
Which of the following statements is correct about the judgement sampling method?
Which Of the following t-tests should be performed in order to compare means from two different groups?
Which of the following data mining algorithms is applied to a database containing a large number of transactions and also learns association rules?
With respect to advanced statistics, which of the following options is correct about the arimaO function?
_______ reduces the number of bits in a file by identifying and eliminating redundancy
Data types that are created by the programmer are known as ________.
In data mining, which of the following statements is NOT correct about C45 algorithm?
Using the following information, find the correct syntax of the R function used for creating binary files.Assume object as the binary file to be written. n as the number Of bytes and con as the connection object.
The values of X and Y are given in figure-1 Of the image. Choose the correct value of 2X — 5Y fromfigure-2.
It is given that y is a Poisson variate and satisfies the condition P(y=4) = P(y=5). What are the values of mean and standard deviation of y?
ln data mining, according to Bayes‘ theorem, which of the following formulae represents posterior probability in terms of prior probability?
In which of the following text mining methods, terms are analyzed on the sentence and document level?
Which of the following clustering algorithms is used for grid-based partitioning?
IN SOL Server data mining, which of the following algorithm types predicts one or more discrete variables that are based on other attributes in a dataset?
Diigo and delicious are ________ tools.
In survival analysis, which of the following methods is used to model the hazard function on a set of predictor variables?
Find the output of the following code of the R programming language.Iista <- Iist(5:7)print(lista)Iistb <-Iist(12:14)print(listb)x1 <- unlist(lista)x2 <- unlist(listb)print(xl)print(x2)r <- x1+x2print(r)
As per the Microsoft association rules algorithm, which of the following parameters specifies the minimum number of cases that must contain an itemset before the algorithm generates a rule?
According to advanced statistics generalized linear model, which of the following is the default link function for the gaussian family?
Which of the following is the correct default value for the INSTABILITY_SENSITIVITY parameter used with the Microsoft time series algorithm?
Which of the following is the correct syntax of the command used for merging two data frames, myFrame1 and myFrame2, by ID and Country?
Consider the following data:Average cost of wafers = Rs. 35Average cost of chocolates = Rs. 37Standard deviation of cost of wafers = 2.0Standard deviation of cost of chocolates = 3.0Correlation coefficient between the costs of chocolates and wafers = 0.7What will be the expected cost of chocolates when the cost of wafers is Rs. 40?
Which of the following options is correct about the logistic regression technique?
Suppose a user has typed the following command, where mdata is a variable to which the user's data is stored. head(mdata)
In hypothesis testing. what will you call a population whose data is categorical and belongs to a collection Of discrete non-overlapping classes?
As per the Microsoft association rules model. which of the following options is the correct viewer tab that combines information about itemsets and their relative value?
A parametric statistical model is given as: (S, P) with P = [P6 : e e 9]. Based on statistical notations, which of the following is the correct method of representing a?
Which of the following is correct about classification of data?
For a group of employees of an organization, find the mean salary (in thousands) using the given data.
Which of the following types of association mining discovers subsequences that are common to more than the minsup sequences in a sequence database?
What is the rank of the matrix shown in the image?
The bag-of-words model is used in which of the following text mining processes?
Which of the following commands is used for starting iPython interface in inline Pylab mode and opening iPython notebook in pylab environment?
A user can obtain the pageviews of a website with the help of which of the following web analytics goals?
Which of the following statements is correct about the intervention analysis type of the time series analysis?
Regression equation of Z on V is given as following:Z = c +dVUsing the least square method, which of the given normal equations will be used to calculate thevalues of c and d?
If the significance level of a test is 5%, what will be the outcome of the test if p-value obtained is greater than 0.05?
In which of the following Big Data technologies, moving relevant data management, analytics and reporting tasks to where the data resides, improves speed to insight, reduces data movement and promotes better data governance?