Question : Suppose that we are interested in the factors that influence whether a political candidate wins an election. The outcome (response) variable is binary (0/1); win or lose. The predictor variables of interest are the amount of money spent on the campaign, the amount of time spent campaigning negatively and whether or not the candidate is an incumbent. Above is an example of 1. Linear Regression 2. Logistic Regression 3. Maximum likelihood estimation 4. Hierarchical linear models
Correct Answer : 2
Question : A researcher is interested in how variables, such as GRE (Graduate Record Exam scores), GPA (grade point average) and prestige of the undergraduate institution, effect admission into graduate school. The response variable, admit/don't admit, is a binary variable.
Above is an example of
1. Linear Regression 2. Logistic Regression 3. Maximum likelihood estimation 4. Hierarchical linear models
Correct Answer : 2
Question : Which of the following is an correct example of the target variable in regression (supervised learning) ? 1. Nominal values like true, false 2. Reptile, fish, mammal, amphibian, plant, fungi 3. Infinite number of numeric values, such as 0.100, 42.001, 1000.743.. 4. All 1,2 and 3
Correct Answer : 4 Explanation: We address two cases of the target variable. The first case occurs when the target variable can take only nominal values: true or false; reptile, fish, mammal, amphibian, plant, fungi. The second case of classification occurs when the target variable can take an infinite number of numeric values, such as 0.100, 42.001, 1000.743, .... This case is called egression.