You are conducting research for the US Dept. of Transportation (USDOT). USDOT wants to know if people drive at different speeds (in miles per hour, mph's) when they are by themselves than when they have passengers in the car. Given only this information, you should use a ______test with the region of rejection in ______.
|
non-directional; both tails |
||
|
non-directional; upper tail |
||
|
directional; the lower tail |
||
|
directional; the upper tail |
USDOT are interested in knowing effect of some factors on driving speed (mph). You are given data (driving speed) of drivers classified by the "presence of passengers" (none vs. some) and by "gender of the driver" (male vs. female). You should analyze these data using a:
|
Two-way chi-square test of association. |
||
|
t for two independent samples. |
||
|
t for two matched (or dependent) samples. |
||
|
Two-way Analysis of Variance. |
P1: Since USDOT wants to know if people drive at different speeds (in miles per hour, mph's) when they are by themselves than when they have passengers in the car,
you should use a non-directional test with the region of rejection in both tails.
P2: Since USDOT are interested in knowing effect of some factors on driving speed (mph) , there are two factors: "presence of passengers" and "gender of the driver" and each have two levels. Hence we use:
Option: Two-way Analysis of Variance.
You are conducting research for the US Dept. of Transportation (USDOT). USDOT wants to know if...
The Department of Transportation has hired you to help with a study looking at how driving speeds in Alaska are related to two factors: A) the type of vehicle , and B) the sex of the driver. Below is a table summarizing the mean driving speeds (in miles per hour) as a function of the Type of Vehicle and the Sex of Driver based on 100 drivers in each condition (this means the data is based on a total of...
In a test of reaction time, we want to know if there is a difference in the speed at which people click on small vs. large buttons. 10 participants are presented with large button sizes and reaction times are measured (in milliseconds). Then 10 different participants, matched in age, are presented with small button sizes, then reaction times are measured. Use an alpha of .05. See below table for summary data: Mean Standard Deviation Large Buttons 681.60 35.22 Small Buttons...
Mr. Big, the Pres asks you, "As a graduate of a TM (Transportation Management) class with an "A", what do you think about setting the speed for our tractors?" Give a written answer. Speed dlerences mean more interacuions hat could cause accidents,researcher says By LYNDON FINNEY Citing primarily safety issues, the American Trucking Associations last month petitioned the National Highway Traffic Safety Admin- istration to limit the maximum speed of large trucks at the time of manufacture to no more...
For the following experiment/question, pick the most appropriate statistical test. You have the following statistical tests as choices: some may be used more than once, others not at all. Assume homogeneity of variance (where applicable) and the validity of parametric tests (where applicable), unless something is directly stated (e.g., “the data are not at all normal”) or otherwise indicated (viz., by the inspection of the data) which would indicate a strong and obvious violation of an assumption. This means you must...
of contldence, the 00 of the 200 UCLA university professors oppose the US policies in Middle East. Using the 0.95 degree interval estimates for the population proportion is a, 50% to 57%. 45% to 55% d. none of the above. A Rutgers University professor claims that there is no significant difference between proportion of female (1) and male collects data students (m) of the university who exercise at least 15 minutes a day. What would be a proper conclusion if...
Use the following scenario to answer Questions 7-11. You are interested in studying whether the presence of friends is related to risk-taking behaviors in adolescents. You create a driving simulation game where participants are confronted with multiple obstacles in which they can choose to make a safe or risky choice (e.g., choosing to speed up or stop at a changing light). You have a group of n = 25 adolescents complete the game in the presence of two of their...
Please try to answer all questions and show work. Thank
you.
1. A baseball player is warming up and tosses a ball straight up into the air. The ball travels up until it reaches some maximum height, and then falls back down to the player's hand. If we neglect air resistance, then the magnitude of the acceleration of the ball is? A. largest the moment after it leaves the players hand. B. smallgst the moment after it leaves the player's...
I was wondering if you could help me with my statistics final
project. I just don't know how to start a hypothesis! At least
please help me form a topic and hypothesis and just briefly guide
me how to do. Thank you every much!!
STAT 200 Final Project
Objective: The final project gives the student an opportunity to
use their statistical knowledge to research and compile a report
based on an application of personal interest.
Resources: You may find information...
1. A hypothetical investigation on rider satisfaction with a particular public transit system serving commuting residents of British California (BC) and Prince Edward’s County (PEC) offers some interesting findings. The proportion of commuters from BC that indicated low satisfaction with the transit system’s service in the 2018 calendar year was 65 percent, and the proportion from PEC was 70 percent. These point estimates were based on samples of 5,380 BC commuters and 6,810 PEC commuters, whose system-using commuters number in...
Creating linked list data structure Overview The purpose of this assignment is for you to write a data structure called a Linked List, which utilizes templates (similar to Java’s generics), in order to store any type of data. In addition, the nature of a Linked List will give you some experience dealing with non-contiguous memory organization. This will also give you more experience using pointers and memory management. Pointers, memory allocation, and understand how data is stored in memory will...