Skip to main content

林協霆醫師

## 這裡有一些跟程式、醫學有關的文章

歡迎光臨 🦎 林協霆醫師的個人 blog,這個網站由一名 🦀oncology+🩸hematology 肥肉的內科專科醫師維護,這裡有點雜草叢生,有很多地方都還在施工中,有亂長的藤蔓跟隨意嫁接的樹苗

  • 當然,你也可以來蜥蜴花園 看看我的文章,說不定有什麼好玩的》 🎢
  • 我的 Github裡面也有一些有趣的東西
  • 訂閱 RSS feed 獲取最新文章更新
  • 也可以看看下面這些我最近寫的文章⬇︎

Git 協作

# Git 協作筆記

流程指令:

  1. 從 main 分出一個 README branch:
git checkout main
git pull origin main
git checkout -b README
  1. 編輯 README.md 並提交:
# 編輯 README.md
vim README.md
git add README.md
git commit -m "Edit README.md for documentation updates"

傾向分數加權方法的選擇考量因素

Factors to consider in the selection of a propensity score weighting method for confounding adjustment. *If a large portion of the sample is lost after trimming non-overlapping regions of propensity score distributions, it might indicate insufficient overlap between distributions. 原始 Facebook 貼文:連結 # Claude 贊日 協霆指出的「修剪非重疊區域後樣本流失」