What kind of data is best suited for the Wilcoxon Signed Rank Test?

  • Both Continuous and Ordinal data
  • Continuous data
  • Nominal data
  • Ordinal data
The Wilcoxon Signed Rank Test is best suited for continuous and ordinal data. It is a non-parametric test that can handle both types of data.

What is the purpose of a residual plot in multiple linear regression?

  • All of the above
  • To check for independence of errors
  • To check for linearity
  • To check for normality
A residual plot in multiple linear regression is used to check various assumptions of the model. It can help visualize if the residuals are randomly scattered (checking for independence), whether they have a constant variance (homoscedasticity), and if they exhibit any noticeable patterns (checking for linearity and normality).

What is the difference between nominal and ordinal data?

  • Nominal data can be ordered
  • Nominal data cannot be ordered
  • Ordinal data can be ordered
  • Ordinal data cannot be ordered
Nominal and ordinal data are both types of categorical data. The key difference between the two is that while nominal data cannot be ordered or ranked, ordinal data can. Nominal data represents simple categories or groups with no order or priority. Examples include colors or city names. Ordinal data, on the other hand, represents categories that can be ranked or ordered. Examples include Likert scale data (e.g., a five-point scale from "strongly disagree" through "strongly agree"), educational level (high school, BA, MA, PhD), etc.

Pearson's Correlation Coefficient ranges from ________ to ________.

  • -1 to 1
  • -2 to 2
  • 0 to 1
  • 0 to 2
The Pearson Correlation Coefficient measures the linear relationship between two variables and can range from -1 to 1. A value of -1 means there is a perfect negative correlation, while a value of 1 means there is a perfect positive correlation.

How do you calculate the expected frequency in a Chi-square test?

  • By calculating the mode of the observed frequencies
  • By dividing the total frequency by the number of categories
  • By multiplying the row total and column total and dividing by the total number of observations
  • By taking the mean of the observed frequencies
In a Chi-square test, the expected frequency for each cell in the contingency table is calculated by multiplying the row total and column total and then dividing by the total number of observations.

The ________ in a Chi-square test for independence represents the sum of the squared differences between observed and expected frequencies, divided by the expected frequencies.

  • Chi-square statistic
  • correlation coefficient
  • p-value
  • standard deviation
The Chi-square statistic in a Chi-square test for independence represents the sum of the squared differences between observed and expected frequencies, divided by the expected frequencies. This statistic measures the degree to which the observed frequencies deviate from the frequencies that would be expected under the null hypothesis of independence.

What is a Type II error in the context of hypothesis testing?

  • Accepting a false null hypothesis
  • Accepting a true null hypothesis
  • Rejecting a false null hypothesis
  • Rejecting a true null hypothesis
A Type II error occurs when the null hypothesis is false, but it is not rejected. It is also known as a "false negative" result.

Which method is commonly used to find the best fitting line in simple linear regression?

  • K-means clustering
  • Neural network
  • The method of least squares
  • The method of maximum likelihood
The method of least squares is commonly used to find the best fitting line in simple linear regression. It minimizes the sum of the squares of the residuals (the vertical distances between the observed and predicted values).

How does the choice of significance level affect the probability of making a Type I error?

  • Higher significance level leads to higher probability of Type I error
  • Lower significance level leads to higher probability of Type I error
  • Significance level has no effect on the probability of Type I error
  • The choice of significance level affects the probability of Type II error, not Type I
The significance level (alpha) is the probability of making a Type I error. So, a higher significance level increases the chance of rejecting the null hypothesis when it's true, hence increasing the probability of a Type I error.

How do you decide on the number of Principal Components to retain during PCA?

  • All of the above
  • By calculating the cumulative explained variance
  • By checking the eigenvalues
  • By using the elbow method
The number of principal components to retain can be decided in several ways: checking the eigenvalues (typically, components with eigenvalues greater than 1 are retained), using the elbow method (looking for a clear "elbow" in the scree plot), or calculating the cumulative explained variance (often, enough components to explain at least 95% of the variance are retained).

How does the type of data affect the choice of statistical analysis methods?

  • It dictates the statistical tests that can be applied
  • It doesn't affect the choice
  • It has no influence
  • It suggests the kind of visualizations that can be used
The type of data directly affects the choice of statistical analysis methods. Certain types of data require specific statistical tests. For example, nominal data may be analyzed using a chi-square test, while continuous data may be analyzed using a t-test or ANOVA.

What is the Central Limit Theorem (CLT)?

  • It states that the probability of an event is the product of the probabilities of independent events.
  • It states that the sum of a large number of random variables, each with finite mean and variance, will approximate a normal distribution.
  • It's a rule which states that the probability of a compound event is the product of the probabilities of the independent events.
  • It's the theorem which states that probabilities are equal to the number of favorable outcomes divided by the total outcomes.
The Central Limit Theorem (CLT) is a statistical theory that states that given a sufficiently large sample size from a population with a finite level of variance, the mean of all samples from the same population will be approximately equal to the mean of the population.