{"id":14236,"date":"2023-01-25T11:29:45","date_gmt":"2023-01-25T10:29:45","guid":{"rendered":"https:\/\/www.physiotutors.com\/?post_type=wiki&amp;p=14236"},"modified":"2023-01-25T11:29:45","modified_gmt":"2023-01-25T10:29:45","slug":"type-1-error-rate-control","status":"publish","type":"wiki","link":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/","title":{"rendered":"Type 1 Error Rate Control"},"featured_media":15379,"template":"","class_list":["post-14236","wiki","type-wiki","status-publish","has-post-thumbnail","hentry"],"acf":{"sections":[{"acf_fc_layout":"page-header-detail-page","background":{"background_image":15379,"background_image_alt_text":"Type 1 Error Rate | Statistics"},"heading":"Type 1 Error Rate | Statistics","subheading":"Stats & Methodology","content_editor":"","button_type":"internal_link","button_label":"Check our shop","button_style":"button-five","button_internal_link":4646,"button_anchor":"","button_url":"","button_file":"","label":""},{"acf_fc_layout":"submenu","links":[{"button_type":"anchor","button_label":"Learn","button_internal_link":null,"button_anchor":"section-number-3","button_url":"","button_file":null},{"button_type":"anchor","button_label":"Assessment E-Book","button_internal_link":null,"button_anchor":"section-number-4","button_url":"","button_file":null},{"button_type":"anchor","button_label":"Reviews","button_internal_link":null,"button_anchor":"section-number-5","button_url":"","button_file":null}],"dropdown_label":"Go to","button_right":{"button_type":"internal_link","button_label":"Become a member","button_style":"button-three","button_internal_link":16662,"button_anchor":"","button_url":"","button_file":""},"button_description":"Find this wiki on the Physiotutors platform"},{"acf_fc_layout":"content-content","section_options":{"vertical_alignment":"top","column_right_box":false,"column_left_width":"col-12 col-lg-4 offset"},"column_left":{"content_editor":"<h4>Learn<\/h4>"},"column_right":{"content_editor":"<h6>Type 1 Error Rate | Statistics<\/h2>\nTesting multiple variables inflates the type 1 error rate or the false positive rate. This is called the <a href=\"https:\/\/www.physiotutors.com\/wiki\/multiple-comparison-problem-statistics\/\" target=\"_blank\" rel=\"noopener\">multiple comparison problem<\/a>. Correcting for this alpha-inflation is not hard. There are two main ways, namely the Bonferroni correction and the Holm correction.\n<h6><\/h3>\n<h6>Bonferroni correction<\/h3>\nThe Bonferroni correction is simple but quite conservative. You divide your <a href=\"https:\/\/www.physiotutors.com\/wiki\/alpha-level\/\" target=\"_blank\" rel=\"noopener\">alpha level<\/a> by the number of tests you are about to perform. This will be the new significance level. So in this case:\n\n\u0251 \/ n\n\n\u0251: alpha or significance level\n\nn: number of tests\n\n0.05 \/ 10 = 0.005\n\nYou can thus do this quite easily yourself when reading a paper. If five variables are tested, you know the <a href=\"https:\/\/www.physiotutors.com\/wiki\/alpha-level\/\" target=\"_blank\" rel=\"noopener\">alpha level<\/a> should be about 0.01 instead of 0.05 (0.05 \/ 5). This is under the assumption that the researchers did not perform a boatload of tests \u201cbehind the scenes\u201d while not reporting them. This is called data-dredging or <a href=\"https:\/\/www.physiotutors.com\/wiki\/p-hacking\/\" target=\"_blank\" rel=\"noopener\">p-hacking<\/a>.\n\nAnother way is by simply multiplying the <a href=\"https:\/\/www.physiotutors.com\/wiki\/p-value\/\" target=\"_blank\" rel=\"noopener\">p-value<\/a> in the paper by the number of tests.\n\n<em>Eg.<\/em>\n\n<em>P-value = 0.03<\/em>\n\n<em>0.03 * 10 = 0.3<\/em>\n\nThis means that the previously significant <a href=\"https:\/\/www.physiotutors.com\/wiki\/p-value\/\" target=\"_blank\" rel=\"noopener\">p-value<\/a> now became insignificant if 10 variables were tested.\n<h6>Bonferroni correction limitations<\/h3>\nThe Bonferroni correction is a widely used method to adjust the significance level for <a href=\"https:\/\/www.physiotutors.com\/wiki\/multiple-comparison-problem-statistics\/\" target=\"_blank\" rel=\"noopener\">multiple comparisons<\/a> in order to control the overall Type I error rate. However, it has several limitations.\n\nOne of the main issues is that it can be overly stringent, which may lead to a loss of statistical power. Additionally, it assumes that all comparisons are independent, which may not be the case in real-world data, potentially leading to higher <a href=\"https:\/\/www.physiotutors.com\/wiki\/type-2-errors\/\" target=\"_blank\" rel=\"noopener\">Type II error<\/a> rates.\n\nAnother limitation of the Bonferroni correction is that it increases the chance of false negatives or <a href=\"https:\/\/www.physiotutors.com\/wiki\/type-2-errors\/\" target=\"_blank\" rel=\"noopener\">Type II errors<\/a>, meaning that there is a higher chance of missing a true effect.\n\nFinally, the Bonferroni correction is most appropriate for situations where the number of comparisons is relatively small, as it may not be as effective when the number of comparisons is very large. Therefore, researchers should carefully consider the appropriateness of the Bonferroni correction for their research question and data set, and be aware of its limitations.\n<h6>Holm correction<\/h3>\nA second way to correct the alpha inflation is the Holm correction. Let\u2019s say the researchers did five tests and thus became five <a href=\"https:\/\/www.physiotutors.com\/wiki\/p-value\/\" target=\"_blank\" rel=\"noopener\">p-values<\/a>. For the Holm correction to work, they should be ranked from lowest to highest.\n\n<em>Eg.<\/em>\n<ul>\n \t<li><em>0,0004<\/em><\/li>\n \t<li><em>0,0130<\/em><\/li>\n \t<li><em>0,0172<\/em><\/li>\n \t<li><em>0,0460<\/em><\/li>\n \t<li><em>0,0600<\/em><\/li>\n<\/ul>\n<em>The Holm formula is as follows:\u00a0<\/em>\n\n<em>p-value * (m + 1 - k)<\/em>\n\n<em>m = number of p-values<\/em>\n\n<em>k = the rank of the p-value<\/em>\n\n<em>So for the third p-value we get\u2026<\/em>\n\n<em>0,0172 * (5 + 1 - 3) = 0,0516<\/em>\n\n\u2026 making the results insignificant.\n<h6>Holm Correction Limitations<\/h3>\nOne limitation is that Holm's correction assumes that all tests are independent, meaning that the results of one test do not affect the results of another. However, in some cases, the tests may be dependent, such as when testing multiple outcomes from the same sample or when testing different time points from the same intervention. In such cases, Holm's correction may be too conservative or too liberal, leading to incorrect conclusions. Another limitation of Holm's correction is that it does not take into account the correlation between the tests, which can affect the false positive rate. For example, if multiple tests are related to the same underlying construct, the probability of detecting a significant effect increases, and Holm's correction may not adequately account for this. While Holm's correction is a useful method for adjusting <a href=\"https:\/\/www.physiotutors.com\/wiki\/p-value\/\" target=\"_blank\" rel=\"noopener\">p-values<\/a> in multiple comparison testing, it is important to consider its limitations, particularly when tests are dependent or correlated. Other methods such as False Discovery Rate control or Bayesian methods may be more appropriate in some cases.\n\n&nbsp;\n"}},{"acf_fc_layout":"content-content","section_options":{"vertical_alignment":"top","column_right_box":false,"column_left_width":"col-12 col-lg-4 offset"},"column_left":{"content_editor":"<h4>References<\/h4>"},"column_right":{"content_editor":"<a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/abs\/10.1111\/j.1440-1681.1998.tb02179.x\" target=\"_blank\" rel=\"noopener\">John Ludbrook (1998). Multiple comparison procedures updated. , 25(12), 1032\u20131037. doi:10.1111\/j.1440-1681.1998.tb02179.x\u00a0<\/a>\n\n<a href=\"https:\/\/link.springer.com\/content\/pdf\/10.1186\/s12874-018-0540-8.pdf?pdf=button\" target=\"_blank\" rel=\"noopener\">Giacalone, M., Agata, Z., Cozzucoli, P. C., &amp; Alibrandi, A. (2018). Bonferroni-Holm and permutation tests to compare health data: methodological and applicative issues. BMC Medical Research Methodology, 18(1). doi:10.1186\/s12874-018-0540-8<\/a>\n\n<a href=\"https:\/\/www.youtube.com\/watch?v=MbrocgM_4sI&amp;t=478s\" target=\"_blank\" rel=\"noopener\">Lakens, D., Type 1 error control by Daniel Lakens, youtube<\/a>"}},{"acf_fc_layout":"cta-image-v2","layout":"","background":"transparent","heading":"","content_editor":"<p class=\"subheading\">Like what you\u2019re learning?<\/p>\n<p class=\"heading-two\">BUY THE FULL PHYSIOTUTORS <strong>ASSESSMENT BOOK<\/strong><\/p>\n\n<ul>\n \t<li>600+ Pages e-Book<\/li>\n \t<li>Interactive Content (Direct Video Demonstration, PubMed articles)<\/li>\n \t<li>Statistical Values for all Special Tests from the latest research<\/li>\n \t<li>Available in \ud83c\uddec\ud83c\udde7 \ud83c\udde9\ud83c\uddea \ud83c\uddeb\ud83c\uddf7 \ud83c\uddea\ud83c\uddf8 \ud83c\uddee\ud83c\uddf9 \ud83c\uddf5\ud83c\uddf9 \ud83c\uddf9\ud83c\uddf7<\/li>\n \t<li>And much more!<\/li>\n<\/ul>","button_type":"internal_link","button_label":"Check out our shop","button_style":"button-two","button_internal_link":4464,"button_anchor":"","button_url":"","button_file":null,"side_button":{"side_button_content_editor":""},"bottom_button":{"bottom_button_content_editor":""},"image":22705,"image_alt_text":""},{"acf_fc_layout":"review-slider","heading":"WHAT CUSTOMERS HAVE TO SAY ABOUT THE ASSESSMENT E-BOOK","image_shortcode":"","image":"","image_alt_text":"","shortcode":"[wprevpro_usetemplate tid=\"2\"]","button_type":"internal_link","button_label":"","button_style":"button-one","button_internal_link":"","button_anchor":"","button_url":"","button_file":null},{"acf_fc_layout":"cta-full-width-v2","logo":{"logo_image":22443,"logo_image_alt_text":""},"heading":"<strong>Download<\/strong> the free Physiotutors app now!","content_editor":"","download_image":{"download_image_image":22444,"download_image_image_alt_text":""},"mobile_download_image":{"mobile_download_image_image":22445,"mobile_download_image_image_alt_text":""},"download_image_link":"https:\/\/onelink.to\/6dtzk5","mockup_image":{"mockup_image_image":22447,"mockup_image_image_alt_text":""},"mobile_mockup_image":{"mobile_mockup_image_image":22446,"mobile_mockup_image_image_alt_text":""}}]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Type 1 Error Rate | Statistics<\/title>\n<meta name=\"description\" content=\"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Type 1 Error Rate | Statistics\" \/>\n<meta property=\"og:description\" content=\"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/\" \/>\n<meta property=\"og:site_name\" content=\"Physiotutors\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/physiotutors\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2023\/01\/statistics.png\" \/>\n\t<meta property=\"og:image:width\" content=\"560\" \/>\n\t<meta property=\"og:image:height\" content=\"466\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@physiotutors\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/\",\"url\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/\",\"name\":\"Type 1 Error Rate | Statistics\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.physiotutors.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/statistics.png\",\"datePublished\":\"2023-01-25T10:29:45+00:00\",\"description\":\"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.physiotutors.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/statistics.png\",\"contentUrl\":\"https:\\\/\\\/www.physiotutors.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/statistics.png\",\"width\":560,\"height\":466,\"caption\":\"Statistics\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/wiki\\\/type-1-error-rate-control\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.physiotutors.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Type 1 Error Rate Control\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#website\",\"url\":\"https:\\\/\\\/www.physiotutors.com\\\/\",\"name\":\"Physiotutors\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.physiotutors.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#organization\",\"name\":\"Physiotutors\",\"url\":\"https:\\\/\\\/www.physiotutors.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.physiotutors.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/PHY_Logo-Purple-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.physiotutors.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/PHY_Logo-Purple-2.svg\",\"width\":315,\"height\":65,\"caption\":\"Physiotutors\"},\"image\":{\"@id\":\"https:\\\/\\\/www.physiotutors.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/physiotutors\",\"https:\\\/\\\/x.com\\\/physiotutors\",\"https:\\\/\\\/instagram.com\\\/physiotutors\",\"https:\\\/\\\/youtube.com\\\/physiotutors\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Type 1 Error Rate | Statistics","description":"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/","og_locale":"en_US","og_type":"article","og_title":"Type 1 Error Rate | Statistics","og_description":"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.","og_url":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/","og_site_name":"Physiotutors","article_publisher":"https:\/\/facebook.com\/physiotutors","og_image":[{"width":560,"height":466,"url":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2023\/01\/statistics.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@physiotutors","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/","url":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/","name":"Type 1 Error Rate | Statistics","isPartOf":{"@id":"https:\/\/www.physiotutors.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/#primaryimage"},"image":{"@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/#primaryimage"},"thumbnailUrl":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2023\/01\/statistics.png","datePublished":"2023-01-25T10:29:45+00:00","description":"Testing multiple variables in a research paper inflates the chances of a false positive result. The solution is pretty easy.","breadcrumb":{"@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/#primaryimage","url":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2023\/01\/statistics.png","contentUrl":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2023\/01\/statistics.png","width":560,"height":466,"caption":"Statistics"},{"@type":"BreadcrumbList","@id":"https:\/\/www.physiotutors.com\/wiki\/type-1-error-rate-control\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.physiotutors.com\/"},{"@type":"ListItem","position":2,"name":"Type 1 Error Rate Control"}]},{"@type":"WebSite","@id":"https:\/\/www.physiotutors.com\/#website","url":"https:\/\/www.physiotutors.com\/","name":"Physiotutors","description":"","publisher":{"@id":"https:\/\/www.physiotutors.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.physiotutors.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.physiotutors.com\/#organization","name":"Physiotutors","url":"https:\/\/www.physiotutors.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.physiotutors.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2021\/06\/PHY_Logo-Purple-2.svg","contentUrl":"https:\/\/www.physiotutors.com\/wp-content\/uploads\/2021\/06\/PHY_Logo-Purple-2.svg","width":315,"height":65,"caption":"Physiotutors"},"image":{"@id":"https:\/\/www.physiotutors.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/physiotutors","https:\/\/x.com\/physiotutors","https:\/\/instagram.com\/physiotutors","https:\/\/youtube.com\/physiotutors"]}]}},"_links":{"self":[{"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/wiki\/14236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/wiki"}],"about":[{"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/types\/wiki"}],"version-history":[{"count":0,"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/wiki\/14236\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/media\/15379"}],"wp:attachment":[{"href":"https:\/\/www.physiotutors.com\/wp-json\/wp\/v2\/media?parent=14236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}