Research question: find that there is statistically significant evidence that the responses to the question if your expectations for studying in Economics at UVic have been met? differ depending upon the respondent’s choice of department. If the distribution of responses varies considerably between the different study hours categories.
or if this is different between boys and girls.
or if the study time of girls is longer than boys.
##
## Fisher's Exact Test for Count Data
##
## data: expectation_faculty
## p-value = 0.5485
## alternative hypothesis: two.sided
##
## Fisher's Exact Test for Count Data with simulated p-value (based
## on 1e+05 replicates)
##
## data: expectation_faculty
## p-value = 0.549
## alternative hypothesis: two.sided
Our Fisher’s Exact Test for Count Data with simulated p-value revealed that the expectation and faculty to chooser of student are independent ( p = 0.55 ).
##
## Fisher's Exact Test for Count Data
##
## data: expectation_gender
## p-value = 0.1778
## alternative hypothesis: two.sided
##
## Fisher's Exact Test for Count Data with simulated p-value (based
## on 1e+05 replicates)
##
## data: expectation_gender
## p-value = 0.1781
## alternative hypothesis: two.sided
Our Fisher’s Exact Test for Count Data with simulated p-value revealed that the expectation and gender of student are independent ( p = 0.17 ). The expectation of student did not differ by gender.
The more hours student study and easier for student to make friends, the higher probability for them to meet their expectation.
## true
## pred Strongly disagree Somewhat disagree
## Strongly disagree 0 0
## Somewhat disagree 0 0
## Neither agree nor disagree 0 0
## Somewhat agree 2 3
## Strongly agree 0 0
## true
## pred Neither agree nor disagree Somewhat agree
## Strongly disagree 0 0
## Somewhat disagree 0 0
## Neither agree nor disagree 6 2
## Somewhat agree 12 43
## Strongly agree 0 2
## true
## pred Strongly agree
## Strongly disagree 0
## Somewhat disagree 0
## Neither agree nor disagree 0
## Somewhat agree 12
## Strongly agree 7
Not very well, but many students some what agree and strongly agree.