Which type of data is numerical: qualitative or quantitative?

  • Both
  • None
  • Qualitative
  • Quantitative
Quantitative data is numerical. It represents measurements or counts that can be quantified mathematically. For example, age, height, weight, or the number of objects are all quantitative data because they consist of numeric measurements.

When would you use a t-test instead of a Z-test?

  • All of the above
  • When the data is not normally distributed
  • When the population standard deviation is unknown
  • When the sample size is very large
T-tests are typically used when the population standard deviation is unknown. The sample size or normality of data isn't the primary deciding factor.

In what scenarios is the use of Bayes' theorem considered controversial in statistics?

  • All of the above
  • When the events are independent
  • When the prior is subjective or not based on data
  • When the sample size is very large
The use of Bayes' Theorem is controversial when the prior probability is subjective or not based on data. Critics argue that this introduces personal bias into the statistical analysis. However, Bayesians argue that all modeling involves subjective choices.

What is the difference between one-way and two-way ANOVA?

  • One-way ANOVA compares one group, two-way ANOVA compares two groups
  • One-way ANOVA compares two groups, two-way ANOVA compares more than two groups
  • One-way ANOVA considers one independent variable, two-way ANOVA considers two independent variables
  • One-way ANOVA considers two independent variables, two-way ANOVA considers one independent variable
The key difference between one-way and two-way ANOVA lies in the number of independent variables they consider. A one-way ANOVA is used when there is one independent variable, whereas a two-way ANOVA is used when there are two independent variables.

What is the Durbin-Watson statistic used for in residual analysis?

  • To check for autocorrelation
  • To check for heteroscedasticity
  • To check for linearity of the relationship
  • To check for normality of residuals
The Durbin-Watson statistic is a test statistic used to detect the presence of autocorrelation (a relationship between values separated from each other by a given time lag) in the residuals (prediction errors) from a regression analysis.

How does one interpret the coefficients in a multiple linear regression model?

  • They show the average change in the dependent variable for a one unit change in the independent variable, ceteris paribus
  • They show the correlation between the dependent and independent variables
  • They show the error term in the regression model
  • They show the total variation in the dependent variable explained by the independent variables
Each coefficient in a multiple linear regression model represents the average change in the dependent variable for a one unit change in the corresponding independent variable, while keeping all other independent variables constant. This is known as ceteris paribus, or "all else being equal."

What are the dependent and independent variables in simple linear regression?

  • Both variables are dependent
  • Both variables are independent
  • The dependent variable is the outcome we are trying to predict, and the independent variable is the predictor
  • The dependent variable is the predictor, and the independent variable is the outcome we are trying to predict
In simple linear regression, the dependent variable is the outcome we are trying to predict, and the independent variable is the predictor. The dependent variable is also known as the response or target variable, and the independent variable is also known as the explanatory or feature variable.

When is it appropriate to use a binomial distribution?

  • When each trial in an experiment has exactly two possible outcomes
  • When the data is continuous
  • When the outcomes are not independent
  • When the probability of success changes with each trial
A binomial distribution is appropriate when conducting an experiment where each trial has exactly two possible outcomes (often termed success and failure), the trials are independent, and the probability of success is constant across trials.

The ________ is used to fit the regression line in a simple linear regression model.

  • least squares method
  • mean
  • median
  • mode
The least squares method is used to find the best-fitting line through the data points. This is done by minimizing the sum of the squares of the vertical distances of the points from the line.

In multiple linear regression, ________ is used to test the overall significance of the model.

  • the Chi-square statistic
  • the F-statistic
  • the Z-statistic
  • the t-statistic
In multiple linear regression, the F-statistic is used to test the overall significance of the model. This test checks the null hypothesis that all regression coefficients are zero against the alternative that at least one of them is not zero. If the F-statistic is significantly large and the corresponding p-value is small, we reject the null hypothesis, concluding that the regression model has some validity in predicting the outcome variable.