How does Pearson's Correlation Coefficient differ from Spearman's Rank Correlation?

  • Pearson's correlation coefficient cannot be negative, Spearman's can
  • Pearson's correlation coefficient is non-parametric, Spearman's is parametric
  • Pearson's correlation coefficient is used for ranked data, Spearman's is not
  • Pearson's correlation coefficient measures linear relationships, Spearman's measures monotonic relationships
Pearson's correlation coefficient measures linear relationships, while Spearman's Rank Correlation measures monotonic relationships. Monotonic relationships are ones where the variables tend to change together, but not necessarily at a constant rate. Pearson's Correlation is used when the data is normally distributed, whereas Spearman's Rank Correlation is used when the data does not assume normal distribution.

What does it mean if the Chi-square statistic is significantly larger than the critical value?

  • The alternative hypothesis is true
  • The null hypothesis is true
  • The test result is insignificant
  • There is not enough evidence to reject the null hypothesis
If the Chi-square statistic is significantly larger than the critical value, we reject the null hypothesis in favor of the alternative hypothesis. This suggests that there is a significant association between the variables.

What are the limitations of using qualitative data in data analysis?

  • It cannot be easily quantified for statistical analysis
  • It may be influenced by researcher bias
  • It requires substantial resources and time for data collection
  • It's always better than quantitative data
Qualitative data has several limitations in data analysis. Firstly, it cannot be easily quantified for statistical analysis which limits its utility in certain research settings. Secondly, collecting and analyzing qualitative data often requires substantial resources and time, which can be a challenge for large-scale studies. Lastly, qualitative data may be influenced by researcher bias, particularly during data collection and interpretation.

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.

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 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 relationship between a cumulative distribution function and a probability density function?

  • The cumulative distribution function is the integral of the probability density function
  • The probability density function is the integral of the cumulative distribution function
  • There is no relationship between them
  • They are the same thing
The cumulative distribution function (CDF) and the probability density function (PDF) are closely related. For a continuous random variable, the CDF is the integral of the PDF. This means that the PDF is the derivative of the CDF.

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

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.

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.