What problem does it solve?
This skill addresses the challenge of performing reproducible, auditable, and statistically sound biomedical analyses, ensuring that method selection and model evaluation follow best practices to avoid common pitfalls like data leakage and overfitting.
Core Features & Use Cases
- Method Selection: Provides a structured decision tree for choosing between survival analysis, classification, regression, and mixed-effects models based on data type and research goals.
- Model Evaluation: Enforces strict protocols including cross-validation, confidence interval reporting, and appropriate metric selection for imbalanced datasets.
- Interpretability: Integrates SHAP and permutation importance to ensure model decisions are transparent and biologically meaningful.
Quick Start
Use the statistical-modeling skill to perform a Cox proportional hazards regression on the provided survival dataset and generate the corresponding forest plot.