<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Calculate the Knowledge-Weighted Estimate</dc:title>
  <dc:title>R package metaggR version 0.3.0</dc:title>
  <dc:description>
    According to a phenomenon known as "the wisdom of the crowds," 
    combining point estimates from multiple judges often provides a 
    more accurate aggregate estimate than using a point estimate from
    a single judge. However, if the judges use shared information in 
    their estimates, the simple average will over-emphasize this common
    component at the expense of the judges’ private information. 
    Asa Palley &amp; Ville Satopää (2021) "Boosting the Wisdom of Crowds
    Within a Single Judgment Problem: Selective Averaging Based on Peer Predictions"
    &lt;https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3504286&gt; proposes
    a procedure for calculating a weighted average of the judges’ individual
    estimates such that resulting aggregate estimate appropriately combines
    the judges' collective information within a single estimation problem. 
    The authors use both simulation and data from six experimental studies
    to illustrate that the weighting procedure outperforms existing averaging-like
    methods, such as the equally weighted average, trimmed average, and median.
    This aggregate estimate -- know as "the knowledge-weighted estimate" --
    inputs a) judges' estimates of a continuous outcome (E) and 
    b) predictions of others' average estimate of this outcome (P).  
    In this R-package, the function knowledge_weighted_estimate(E,P) 
    implements the knowledge-weighted estimate. Its use is illustrated
    with a simple stylized example and on real-world experimental data. </dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1)</dc:relation>
  <dc:relation>Imports: MASS, stats</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Ville Satopää &lt;ville.satopaa@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Ville Satopää [aut, cre, cph],
  Asa Palley [aut]</dc:contributor>
  <dc:rights>GPL-2</dc:rights>
  <dc:date>2022-04-25</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=metaggR</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.metaggR</dc:identifier>
</oai_dc:dc>
