{
  "profile": "tabular-data-package",
  "name": "data-marketplace-slr-screening-analysis",
  "title": "Screening decisions vs publication year: derived tables",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0"
    }
  ],
  "sources": [
    {
      "title": "Business Data Sharing through Data Marketplaces (SLR coding table)",
      "path": "https://doi.org/10.4121/14673813.v2"
    }
  ],
  "resources": [
    {
      "name": "tbl-1",
      "path": "tbl-1-decision-year-summary.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "description": "Median publication year and Mann-Whitney U comparison of Include vs Exclude records.",
      "schema": {
        "fields": [
          {
            "name": "decision",
            "type": "string"
          },
          {
            "name": "n",
            "type": "integer"
          },
          {
            "name": "median_year",
            "type": "number"
          },
          {
            "name": "q1_year",
            "type": "number"
          },
          {
            "name": "q3_year",
            "type": "number"
          },
          {
            "name": "mannwhitney_U",
            "type": "number"
          },
          {
            "name": "p_value",
            "type": "number"
          },
          {
            "name": "p_holm",
            "type": "number"
          },
          {
            "name": "rank_biserial_r",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "tbl-2",
      "path": "tbl-2-inclusion-rate-by-year.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "description": "Per-year record counts, included counts, and inclusion rate.",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "n_records",
            "type": "integer"
          },
          {
            "name": "n_included",
            "type": "integer"
          },
          {
            "name": "inclusion_rate",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "tbl-3",
      "path": "tbl-3-exclusion-reason-groups.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "description": "Distribution of the five exclusion-reason groups among excluded records.",
      "schema": {
        "fields": [
          {
            "name": "group",
            "type": "integer"
          },
          {
            "name": "label",
            "type": "string"
          },
          {
            "name": "n",
            "type": "integer"
          },
          {
            "name": "pct_of_excluded",
            "type": "number"
          },
          {
            "name": "chi2",
            "type": "number"
          },
          {
            "name": "p_value",
            "type": "number"
          },
          {
            "name": "p_holm",
            "type": "number"
          },
          {
            "name": "cohens_w",
            "type": "number"
          }
        ]
      }
    },
    {
      "name": "tbl-4",
      "path": "tbl-4-robustness-scopus-only.csv",
      "profile": "tabular-data-resource",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "description": "Robustness and sensitivity re-analyses (Scopus-only, 5-year bins).",
      "schema": {
        "fields": [
          {
            "name": "analysis",
            "type": "string"
          },
          {
            "name": "statistic",
            "type": "number"
          },
          {
            "name": "p_value",
            "type": "number"
          },
          {
            "name": "effect_size",
            "type": "number"
          },
          {
            "name": "n",
            "type": "integer"
          }
        ]
      }
    }
  ]
}