You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "01d1b493e8b51a6ebb42524f6b1bcfff",
"translation_date": "2025-08-25T17:10:18+00:00",
"source_file": "1-Introduction/04-stats-and-probability/assignment.md",
"language_code": "zh"
}
-->
# 小型糖尿病研究
在本次作业中,我们将使用一个小型糖尿病患者数据集,数据来源于[这里](https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html)。
| | 年龄 (AGE) | 性别 (SEX) | 体重指数 (BMI) | 血压 (BP) | S1 | S2 | S3 | S4 | S5 | S6 | Y( 疾病进展) |
|---|-----|-----|-----|----|----|----|----|----|----|----|----|
| 0 | 59 | 2 | 32.1 | 101. | 157 | 93.2 | 38.0 | 4. | 4.8598 | 87 | 151 |
| 1 | 48 | 1 | 21.6 | 87.0 | 183 | 103.2 | 70. | 3. | 3.8918 | 69 | 75 |
| 2 | 72 | 2 | 30.5 | 93.0 | 156 | 93.6 | 41.0 | 4.0 | 4. | 85 | 141 |
| ... | ... | ... | ... | ...| ...| ...| ...| ...| ...| ...| ... |
## 说明
* 在 jupyter notebook 环境中打开[作业笔记本](../../../../1-Introduction/04-stats-and-probability/assignment.ipynb)
* 完成笔记本中列出的所有任务,包括:
* [ ] 计算所有值的均值和方差
* [ ] 根据性别绘制 BMI、BP 和 Y 的箱线图
* [ ] 分析年龄、性别、BMI 和 Y 变量的分布情况
* [ ] 测试不同变量与疾病进展 (Y) 之间的相关性
* [ ] 检验糖尿病进展程度在男性和女性之间是否存在显著差异
## 评分标准
优秀 | 合格 | 需要改进
--- | --- | -- |
所有要求的任务均已完成,且有图表展示和详细解释 | 大部分任务已完成,但缺少图表或计算结果的解释 | 仅完成了基本任务,如均值/方差计算和基础图表绘制,未对数据得出任何结论
** 免责声明**:
本文档使用AI翻译服务 [Co-op Translator ](https://github.com/Azure/co-op-translator ) 进行翻译。尽管我们努力确保翻译的准确性,但请注意,自动翻译可能包含错误或不准确之处。原始语言的文档应被视为权威来源。对于关键信息,建议使用专业人工翻译。我们不对因使用此翻译而产生的任何误解或误读承担责任。