Description Usage Arguments Value Examples
This function runs statistical analysis on the data. The tests run include a binomial
test for the number of female professors, a two-sample t-test with male and female professor
ages, a one-way ANOVA with professor ages in each department and a chi-squared test of independence
with gender and departments. The type of test performed is depended on the input:
If dpmt is TRUE and gender is FALSE, the ANOVA test is performed.
If dpmt is FALSE and gender is TRUE, the binomial test and the t-test are performed.
If both are TRUE, the chi-squared test of independence is performed.
1 |
dpmt |
This argument is initialized as TRUE, and controls which test is performed |
gender |
This argument is initialized as TRUE, and controls which test is performed |
different statistical analysis on the data depending on the input
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.