Шукаєте відповіді та рішення тестів для ETC1000 - Business and economic statistics - S1 2025? Перегляньте нашу велику колекцію перевірених відповідей для ETC1000 - Business and economic statistics - S1 2025 в learning.monash.edu.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
Run the following code:
plot(table(df$Year),type="l")
Discuss in one sentence the overall pattern observed in the plot.
What is the probability that the person was female? (Report as a probability to 2 decimal places)
List one R function that can be used to visualise the distribution of the Age variable.
What is the probability that the person was male? (Report as a probability to 2 decimal places)
What is the average age of the people who died in accidents? (Report as an integer)
What is the median age of the people who died in accidents? (Report as an integer)
What does this suggest about the shape of the distribution of ages?
What is the sample size?
You want to test a null hypothesis that the Coefficient of GenderMale equals zero against the alternative that it is less than zero. Perform this test, explaining each step, and explain the practical meaning of the result of your test.