<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vorträge &amp; Präsentationen | Protect Lab</title><link>https://www.protectlab.org/event/</link><atom:link href="https://www.protectlab.org/event/index.xml" rel="self" type="application/rss+xml"/><description>Vorträge &amp; Präsentationen</description><generator>Wowchemy (https://wowchemy.com)</generator><language>de</language><copyright>© Protect Lab 2024</copyright><image><url>https://www.protectlab.org/media/logo.svg</url><title>Vorträge &amp; Präsentationen</title><link>https://www.protectlab.org/event/</link></image><item><title>Controlling for Publication Bias: Challenges &amp; Future Directions</title><link>https://www.protectlab.org/talk/controlling-for-publication-bias-challenges-future-directions/</link><pubDate>Mon, 20 Mar 2023 13:00:00 +0000</pubDate><guid>https://www.protectlab.org/talk/controlling-for-publication-bias-challenges-future-directions/</guid><description>&lt;style>
b {
font-family: Roboto;
font-weight: bold;
}
&lt;/style>
&lt;iframe width="800" height="450" src="https://www.youtube.com/embed/HrQe_dEVyAM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;p>&lt;br>&lt;/br>&lt;/p>
&lt;h3>Interview with &lt;a href="https://www.mayamathur.com/" target="_blank">Maya Mathur&lt;/a> (Stanford University)&lt;/h3>
&lt;hr>
&lt;style>
.collapsible {
background-color: #f7f7f7;
color: #2a7792;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
color: white;
}
.collapsible:after {
content: '\002B';
color: #2a7792;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
color: white;
}
.content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}
.content > p {
padding-top: 1rem;
}
.column {
float: left;
width: 50%;
padding-left: 1rem;
padding-right: 1rem;
font-size: 16px;
line-height: 1.25 !important;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
&lt;/style>
&lt;/head>
&lt;body>
&lt;p>&lt;/p>
&lt;button class="collapsible">Show Pre-Recordings&lt;/button>
&lt;div class="content">
&lt;p>
&lt;div class="row">
&lt;div class="column">
&lt;b> How is publication bias typically conceptualized? Do some methods differ in how they assume publication bias manifests itself?&lt;/b>
&lt;iframe width="100%" height="209px" style='margin-top: 15px;' src="https://www.youtube.com/embed/pZlpaGFBf1k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;/div>
&lt;div class="column">
&lt;b>What methods to adjust for publication bias are there in R? Which approaches can you recommend to (novice and/or experienced) meta-analysts?&lt;/b>
&lt;iframe width="100%" height="209px" style='margin-top: 15px;' src="https://www.youtube.com/embed/RqqxFHs2hto" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;/div>
&lt;/div>
&lt;br>
&lt;div class="row">
&lt;div class="column">
&lt;b> Which of these methods typically performs best, or might be best suited for which specific context?&lt;/b>
&lt;iframe width="100%" height="209px" style='margin-top: 15px;' src="https://www.youtube.com/embed/cMCpengaj7E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;/div>
&lt;div class="column">
&lt;b>What limitations do you see with current approaches? Are there open research questions?&lt;/b>
&lt;iframe width="100%" height="209px" style='margin-top: 15px;' src="https://www.youtube.com/embed/WB88T8qPtI0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;/div>
&lt;/div>
&lt;br>
&lt;div class="row">
&lt;div class="column">
&lt;b>How bad do you believe publication bias to be? Do you believe that we have phenomena in science where effect sizes are “simply” inflated?&lt;/b>
&lt;iframe width="100%" height="209px" style='margin-top: 15px;' src="https://www.youtube.com/embed/gi5VCpNGW6U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>&lt;/iframe>
&lt;/div>
&lt;div class="column">
&lt;/div>
&lt;/div>
&lt;/p>
&lt;/div>
&lt;script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i &lt; coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
&lt;/script>
&lt;br>
&lt;h3>Further Reading&lt;/h3>
&lt;hr>
&lt;p>&lt;b>Mathur, M. B.&lt;/b> (2022, June 1). &lt;i>Sensitivity analysis for $p$-hacking in meta-analyses.&lt;/i> &lt;a href="https://doi.org/10.31219/osf.io/ezjsx" target="_blank" rel="noopener">https://doi.org/10.31219/osf.io/ezjsx&lt;/a>&lt;/p>
&lt;p>&lt;b>Mathur, M. B.&lt;/b> (2022, August 22). Sensitivity analysis for the interactive effects of internal bias and publication bias in meta-analyses. &lt;a href="https://doi.org/10.31219/osf.io/ezjsx" target="_blank" rel="noopener">https://doi.org/10.31219/osf.io/ezjsx&lt;/a>&lt;/p>
&lt;p>Maier, M., VanderWeele, T.J., &lt;b>Mathur, M.B.&lt;/b> (2022). Using selection models to assess sensitivity to publication bias: A tutorial and call for more routine use. &lt;i>Campbell Systematic Reviews.&lt;/i> &lt;a href="https://doi.org/10.1002/cl2.1256" target="_blank" rel="noopener">https://doi.org/10.1002/cl2.1256&lt;/a>&lt;/p>
&lt;p>&lt;b>Mathur, M. B.&lt;/b>, &amp;amp; VanderWeele, T. J. (2020). Sensitivity analysis for publication bias in meta-analyses. &lt;i>Journal of the Royal Statistical Society. Series C, Applied Statistics, 69&lt;/i>(5), 1091. &lt;a href="https://doi.org/10.1111/rssc.12440" target="_blank" rel="noopener">https://doi.org/10.1111/rssc.12440&lt;/a>&lt;/p>
&lt;p>&lt;b>Bartoš, F.&lt;/b>, Maier, M., Wagenmakers, E. J., Doucouliagos, H., &amp;amp; Stanley, T. D. (2021). Robust Bayesian meta-analysis: Model-averaging across complementary publication bias adjustment methods. &lt;i>Research Synthesis Methods&lt;/i>. &lt;a href="https://doi.org/10.1002/jrsm.1594" target="_blank" rel="noopener">https://doi.org/10.1002/jrsm.1594&lt;/a>&lt;/p>
&lt;p>&lt;b>Bartoš, F.&lt;/b>, &amp;amp; Schimmack, U. (2022). $Z$-curve 2.0: Estimating replication rates and discovery rates. &lt;i>Meta-Psychology, 6&lt;/i>. &lt;a href="https://doi.org/10.15626/MP.2021.2720" target="_blank" rel="noopener">https://doi.org/10.15626/MP.2021.2720&lt;/a>&lt;/p>
&lt;p>&lt;b>Bartoš, F.&lt;/b>, Gronau, Q. F., Timmers, B., Otte, W. M., Ly, A., &amp;amp; Wagenmakers, E. J. (2021). Bayesian model-averaged meta-analysis in medicine. &lt;i>Statistics in Medicine&lt;/i>. &lt;a href="https://doi.org/10.1002/sim.9170" target="_blank" rel="noopener">https://doi.org/10.1002/sim.9170&lt;/a>&lt;/p>
&lt;p>&lt;b>Bartoš, F.&lt;/b>, Maier, M., Wagenmakers, E.-J., Nippold, F., Doucouliagos, H., Ioannidis, J. P. A., Otte, W. M., Sladekova, M., Fanelli, D., &amp;amp; Stanley, T. D. (2022). &lt;i>Footprint of publication selection bias on meta-analyses in medicine, economics, and psychology&lt;/i>. &lt;a href="https://doi.org/10.48550/arXiv.2208.12334" target="_blank" rel="noopener">https://doi.org/10.48550/arXiv.2208.12334&lt;/a>&lt;/p>
&lt;p>&lt;b>Page, M.J.&lt;/b>, Sterne, J.A.C., Boutron, I., Hróbjartsson, A., &amp;hellip;, Higgins, J.P.T. (2020). &lt;i>Risk Of Bias due to Missing Evidence (ROB-ME): a new tool for assessing risk of non-reporting biases in evidence syntheses&lt;/i> (Version 24 October 2020) &lt;a href="https://sites.google.com/site/riskofbiastool//welcome/rob-me-tool" target="_blank" rel="noopener">https://sites.google.com/site/riskofbiastool//welcome/rob-me-tool&lt;/a>.&lt;/p>
&lt;p>&lt;b>Page, M.J.&lt;/b>, Sterne, J.A.C., Higgins, J.P.T., Egger, M. (2021). Investigating and dealing with publication bias and other reporting biases in meta-analyses of health research: a review. &lt;i>Research Synthesis Methods&lt;/i>, 12(2):248-259. &lt;a href="https://doi.org/10.1002/jrsm.1468" target="_blank" rel="noopener">https://doi.org/10.1002/jrsm.1468&lt;/a>&lt;/p>
&lt;p>&lt;b>van Aert, R. C. M.&lt;/b> &amp;amp; van Assen, M. A. L. M. (2022). &lt;i>Correcting for publication bias in a meta-analysis with the $p$-uniform* method&lt;/i>. &lt;a href="https://doi.org/10.31222/osf.io/zqjr9" target="_blank" rel="noopener">https://doi.org/10.31222/osf.io/zqjr9&lt;/a>&lt;/p>
&lt;p>&lt;b>van Aert, R. C. M.&lt;/b>, Wicherts, J. M., &amp;amp; van Assen, M. A. L. M. (2016). Conducting meta-analyses on $p$-values: Reservations and recommendations for applying $p$-uniform and $p$-curve. &lt;/i>Perspectives on Psychological Science, 11&lt;/i>(5), 713-729. &lt;a href="https://doi.org/10.1177/1745691616650874" target="_blank" rel="noopener">https://doi.org/10.1177/1745691616650874&lt;/a>&lt;/p>
&lt;br>
&lt;h3>Selected Functions &amp; Packages in R&lt;/h3>
&lt;hr>
&lt;p>Braginsky M, &lt;b>Mathur M&lt;/b> (2023). phacking: Sensitivity Analysis for p-Hacking in Meta-Analyses. R package version 0.1.0, &lt;a href="https://CRAN.R-project.org/package=phacking" target="_blank" rel="noopener">https://CRAN.R-project.org/package=phacking&lt;/a>.&lt;/p>
&lt;p>Braginsky M, &lt;b>Mathur M&lt;/b> (2023). multibiasmeta: Sensitivity Analysis for Multiple Biases in Meta-Analyses. R package version 0.1.0, &lt;a href="https://CRAN.R-project.org/package=multibiasmeta" target="_blank" rel="noopener">https://CRAN.R-project.org/package=multibiasmeta&lt;/a>.&lt;/p>
&lt;p>Braginsky M, &lt;b>Mathur M&lt;/b>, VanderWeele T (2023). PublicationBias: Sensitivity Analysis for Publication Bias in Meta-Analyses. R package version 2.3.0, &lt;a href="https://CRAN.R-project.org/package=PublicationBias" target="_blank" rel="noopener">https://CRAN.R-project.org/package=PublicationBias&lt;/a>.&lt;/p>
&lt;p>&lt;b>Bartoš F&lt;/b>, Maier M (2020). “RoBMA: An R Package for Robust Bayesian Meta-Analyses.” R package version 2.3.1, &lt;a href="https://CRAN.R-project.org/package=RoBMA" target="_blank" rel="noopener">https://CRAN.R-project.org/package=RoBMA&lt;/a>.&lt;/p>
&lt;p>&lt;b>van Aert RC&lt;/b> (2022). puniform: Meta-Analysis Methods Correcting for Publication Bias. R package version 0.2.5, &lt;a href="https://CRAN.R-project.org/package=puniform" target="_blank" rel="noopener">https://CRAN.R-project.org/package=puniform&lt;/a>.&lt;/p>
&lt;p>&lt;b>Viechtbauer W&lt;/b> (2023). selmodel: Selection Models. &lt;a href="https://wviechtb.github.io/metafor/reference/selmodel.html" target="_blank" rel="noopener">https://wviechtb.github.io/metafor/reference/selmodel.html&lt;/a>&lt;/p>
&lt;br>
&lt;script>
var container = document.getElementsByClassName('article-container');
container[0].style.maxWidth = '860px';
container[2].style.maxWidth = '860px';
//container[3].style.maxWidth = '860px';
var dateCol = document.querySelector("#top > div.page-body > div > div:nth-child(3) > div:nth-child(3) > div.col-md-10 > div > div.col-12.col-md-3.pub-row-heading");
dateCol.style.display = 'none';
var dateContent = document.querySelector("#top > div.page-body > div > div:nth-child(3) > div:nth-child(3) > div.col-md-10 > div > div.col-12.col-md-9");
dateContent.style.display = 'none';
var abstractTitle = document.querySelector("#top > div.page-body > div > div:nth-child(3) > h3");
abstractTitle.innerHTML = 'Summary';
var eventTitle = document.querySelector("#top > div.page-body > div > div:nth-child(3) > div:nth-child(5) > div.col-md-10 > div > div.col-12.col-md-3.pub-row-heading");
eventTitle.innerHTML = 'Event';
&lt;/script></description></item><item><title>Doing Meta-Analysis with R: Motivation, Concept and Features of an Open-Source Guide for Beginners</title><link>https://www.protectlab.org/talk/doing-meta-analysis-with-r-motivation-concept-and-features-of-an-open-source-guide-for-beginners/</link><pubDate>Mon, 21 Feb 2022 13:00:00 +0000</pubDate><guid>https://www.protectlab.org/talk/doing-meta-analysis-with-r-motivation-concept-and-features-of-an-open-source-guide-for-beginners/</guid><description>&lt;h3>Slides&lt;/h3>
&lt;div class="responsive-wrap">
&lt;iframe src="https://drive.google.com/file/d/1hgsEvbcnHA4ZG4TizzZSV1arojeKON8C/preview" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">&lt;/iframe>
&lt;/div></description></item></channel></rss>