{
  "schemaVersion": 1,
  "id": "https://www.crosstabs.com/examples/titanic-survival-by-sex#dataset",
  "version": "1.0.0",
  "name": "Titanic Survival by Sex",
  "description": "Did 'women and children first' show up in the numbers? Survival outcomes for the 2,201 people aboard the RMS Titanic, cross-tabulated by sex.",
  "field": "history",
  "question": "Was survival on the Titanic associated with sex?",
  "takeaway": "Females survived at a much higher rate than males in the aggregate passenger and crew counts.",
  "datePublished": "2026-06-10",
  "dateModified": "2026-07-31",
  "provenance": {
    "kind": "derived",
    "citation": "British Board of Trade inquiry (1912), as distributed in R's Titanic dataset.",
    "sourceUrl": "https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/Titanic.html"
  },
  "variables": {
    "row": {
      "name": "Sex",
      "categories": [
        "Male",
        "Female"
      ]
    },
    "column": {
      "name": "Outcome",
      "categories": [
        "Survived",
        "Died"
      ]
    }
  },
  "counts": [
    [
      367,
      1364
    ],
    [
      344,
      126
    ]
  ]
}
