LC3_2023 - Supervised learning

LC3_2023 - Supervised learning

University

10 Qs

quiz-placeholder

Similar activities

Business Statistics

Business Statistics

University

10 Qs

Intro to Statistics

Intro to Statistics

University - Professional Development

12 Qs

Introduction to SPSS

Introduction to SPSS

University

10 Qs

BIZQUIZ

BIZQUIZ

University

7 Qs

M-3 Data-Driven Decision Making

M-3 Data-Driven Decision Making

University

15 Qs

MKT410 -  CHAPTER 9

MKT410 - CHAPTER 9

University

11 Qs

Unit 4 Organisation II

Unit 4 Organisation II

University

11 Qs

MASD recap quiz 2

MASD recap quiz 2

University

13 Qs

LC3_2023 - Supervised learning

LC3_2023 - Supervised learning

Assessment

Quiz

Business

University

Medium

Created by

Daria Yudaeva

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a correlation coefficient?

It describes the difference in means of two variables

  • It describes the causal relation between two variables

It is the standardized covariance

  • It describes the degree to which the variation in one variable is related to the variation in another variable

None of these

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which line through a scatterplot produces the best fit in a linear regression model?

he line associated with the steepest slope parameter

  • The line that minimizes the sum of the squared deviations of the predicted values (regression line) from the observed values

The line that minimizes the sum of the squared residuals

The line that maximizes the sum of the squared residuals

None of these

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about the adjusted R-squared is TRUE?

  • It increases with every additional variable

  • It increases only with additional variables that add more explanatory power than pure chance

  • It contains a “penalty” for including unnecessary variables

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When do you use a logistic regression model?

  • When the dependent variable is continuous

  • When the independent and dependent variables are binary

  • When the dependent variable is binary

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to implement a linear regression model in R? (x = independent variable, y = dependent variable)?

lm(y~x, data=data)

lm(x~y + error, data=data)

lm(x~y, data=data)

lm(y~x + error, data=data)

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Considering this output from a bivariate correlation,

…lower prices cause higher sales.

…lower prices are associated with higher sales and vice versa.

None of these

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

When interpreting the statistical significance of a regression coefficient, the p-value…

…of 0.05 means that, if the null hypothesis is true (i.e., if the independent variable would NOT affect the outcome), the odds are 19 in 20 of getting a regression coefficient as large or larger than the estimated coefficient

…of 0.05 means that, if the null hypothesis is true (i.e., if the independent variable would NOT affect the outcome), the odds are 1 in 20 of getting a regression coefficient as large or larger than the estimated coefficient

…of 0.05 means that the effect is statistically significant at the 5% level.

…does not tell you anything about the importance of the effect

…will get smaller, the larger the calculated value of the test statistic (t-value).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?