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:29+00:00",
"source_file": "1-Introduction/04-stats-and-probability/assignment.md",
"language_code": "tw"
}
-->
# 小型糖尿病研究
在這次作業中,我們將使用一個小型糖尿病患者的數據集,該數據集來源於[此處](https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html)。
| | 年齡 | 性別 | BMI | 血壓 | 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 環境中打開 [assignment notebook ](../../../../1-Introduction/04-stats-and-probability/assignment.ipynb )
* 完成 notebook 中列出的所有任務,包括:
* [ ] 計算所有值的平均值和方差
* [ ] 根據性別繪製 BMI、血壓和 Y 的箱型圖
* [ ] 分析年齡、性別、BMI 和 Y 變數的分佈情況
* [ ] 測試不同變數與疾病進展( Y) 之間的相關性
* [ ] 檢驗糖尿病進展程度在男性和女性之間是否存在差異的假設
## 評分標準
卓越 | 合格 | 需要改進
--- | --- | -- |
所有要求的任務均已完成,並且有圖形展示和詳細解釋 | 大部分任務已完成,但缺少圖形或獲得值的解釋和結論 | 只完成了基本任務,例如計算平均值/方差和基本圖表,未從數據中得出結論
** 免責聲明**:
本文件使用 AI 翻譯服務 [Co-op Translator ](https://github.com/Azure/co-op-translator ) 進行翻譯。儘管我們努力確保翻譯的準確性,但請注意,自動翻譯可能包含錯誤或不準確之處。原始文件的母語版本應被視為權威來源。對於關鍵資訊,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或錯誤解釋不承擔責任。