(Conditional) Association between survival rate and surgical timing after hip fracture: a retrospective propensity score-matched cohort study
This repository contains the materials for a scientific project, including manuscript, data, code, and supplementary materials.
It is intended to ensure transparency, reproducibility, and open science.
root/
├── manuscript/ # Article text and figures
│ ├── paper.md # Main manuscript (Markdown)
│ ├── refs.bib # References
│ └── figures/ # Figures used in the paper
├── data/ # Raw and processed datasets
├── code/ # Scripts and analysis code
├── results/ # Generated outputs (tables, plots)
├── protocols/ # Experimental protocols, guidelines, SOPs
├── supplementary/ # Supplementary material
├── README.md # Project overview (this file)
└── LICENSE # License information
Manuscript → main text of the paper (Markdown).
Data → datasets used for analysis (anonymized).
Code → R, Python. Analysis.
Results → figures, tables, statistical outputs.
Protocols → step-by-step procedures, workflows, Statistical Analysis Plan.
All steps should be reproducible using the provided code and data.
To reproduce the analysis: