LC3_2023 - Supervised learning

LC3_2023 - Supervised learning

University

10 Qs

quiz-placeholder

Similar activities

Budgeting and Forecasting in the New Normal

Budgeting and Forecasting in the New Normal

University - Professional Development

15 Qs

Econometrics Linear regression

Econometrics Linear regression

University

8 Qs

ISYS3444 W2 Machine Learning quiz

ISYS3444 W2 Machine Learning quiz

University

10 Qs

Business Statistics I Class - Final Review - Week 11

Business Statistics I Class - Final Review - Week 11

University

12 Qs

FIN534 Chapter 6.1 Trendlines & Regression

FIN534 Chapter 6.1 Trendlines & Regression

University

8 Qs

Testing of Sample

Testing of Sample

University

10 Qs

Machine Learning

Machine Learning

University

15 Qs

Intro to Statistic

Intro to Statistic

University - Professional Development

12 Qs

LC3_2023 - Supervised learning

LC3_2023 - Supervised learning

Assessment

Quiz

Created by

Daria Yudaeva

Business

University

2 plays

Medium

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?