Answer:
Explanation:
Hello!
The objective is to test if the brand perception of the company varies depending on the customer's age.
309 customers were interviewed and their age and opinion were registered, so you have two variables of interest:
X₁: Age of the customer. Categorized: "18-30", "30-45" and "over 45"
X₂: Perception of the company brand. Categorized: "Favorable", "Unfavorable" and "Neutral"
You have two categorical variables and need to study the association between them, the best statistic test to do in this case is a Chi-Square of Independence test, based on this, the hypotheses are:
H₀: Pij= Pi. * P.j ∀ i=1, 2, 3 and j=1, 2, 3
H₁: The variables X₁ and X₂ are dependent.
α: 0.05
The statistic is:
Oij= observed frequency for the i- j- category
Eij= expected frequency for the i-j- category
r= total number of categories in the rows
c= total number of categories in the colums
Before calculating the value of
you have to calculate the expected frequencies for each category:
Where Oi.= total of the i-row (marginal) and O.j= total of the j-column (marginal)
For example for the categories "favorable" and "18-30" the expected value will be:
(see attachment for full tables) Note, the sample size of the given data is 309, for the calculatios I've used that value.
This type of test is always one-tailed to the right and so is its p-value:
P(X²₄≥0.037)= 1 - P(X²₄<0.037)= 1 - 0.0002= 0.9998
The p-value= 0.9998 is greater than the significance level α: 0.05, then the decision is to not reject the null hypothesis:
Using a significance level of 5%, there is no significant evidence to reject the null hypothesis. You can conclude that the Age of the customers and their brand perception are independent.
I hope it helps!