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 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.

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.

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.

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.

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.

What is a significant factor in a two-way ANOVA?

  • An independent variable that affects the dependent variable
  • The method of data collection
  • The precision of the instruments used
  • The size of the sample
In a two-way ANOVA, a significant factor is an independent variable that has a significant effect on the dependent variable. It is determined based on the calculated p-value for the effect of that factor.

The Wilcoxon Signed Rank Test requires the differences to be ________.

  • continuous
  • nan
  • nominal
  • ordinal or interval
The Wilcoxon Signed Rank Test requires the differences to be ordinal or interval, because it takes into account the magnitude of the differences.

How does the effect size influence the power of a test?

  • Effect size has no influence on power
  • It depends on the sample size
  • Larger effect sizes decrease power
  • Larger effect sizes increase power
The power of a test is influenced by the effect size - the magnitude of the difference or relationship you're testing for. Larger effect sizes increase the power of a test because they create a larger signal relative to the noise, making it easier to detect an effect if one exists.

How is the significance of Pearson's Correlation Coefficient determined?

  • By calculating the standard deviation
  • By comparing it to the mean
  • By comparing to a critical value from the t-distribution
  • By squaring the coefficient
The significance of Pearson's Correlation Coefficient is determined by conducting a hypothesis test, which involves comparing the calculated coefficient to a critical value from the t-distribution. If the absolute value of the coefficient is larger than the critical value, we can conclude that the correlation is statistically significant.

What is the primary use of the Wilcoxon Signed Rank Test?

  • To compare the means of two groups
  • To compare the medians of two groups
  • To compare the mode of two groups
  • nan
The Wilcoxon Signed Rank Test is a non-parametric test used to compare the medians of two related groups.

What kind of data is suitable for the Kruskal-Wallis Test?

  • Binary data
  • Nominal data
  • Normal data
  • Ordinal or continuous data
The Kruskal-Wallis Test is suitable for ordinal or continuous data that is not normally distributed.