본문 바로가기
반응형

R32

[R][svydesign]IPTW (Inverse Probability of Treatment Weighting) 1. IPTW의 기본 개념IPTW는 경향 점수(propensity score)를 기반으로 가중치를 계산하여, 연구 데이터를 "균형 잡힌 상태"로 만들어줍니다. 이를 통해 관찰 연구에서도 무작위 실험(randomized controlled trial)과 유사한 조건을 모사할 수 있습니다.경향 점수 (Propensity Score):처치(treatment)를 받을 확률을 나타내는 값으로, 보통 로지스틱 회귀(logistic regression)나 머신러닝 모델을 사용해 계산합니다.각 개체에 대해 e(x)=P(T=1∣X=x), 여기서 T는 처치 여부, X는 혼란 변수를 포함한 설명 변수입니다.e(x)=P(T=1∣X=x)e(x) = P(T=1 | X=x)가중치 계산: 처치를 받은 그룹과 받지 않은 그룹 각각에 .. 2025. 1. 14.
[R][stringdist]Approximate matching and string distance 1. stringdist 2. Tutorial 1. stringdist - stringdist 라이브러리는 문자열 간의 거리를 계산하는 다양한 함수를 제공합니다. - Levenshtein, Jaro-Winkler, Damerau-Levenshtein 등의 거리 측정 방법을 지원하며, 이를 통해 문자열 유사도를 측정할 수 있습니다. - 텍스트 마이닝, 자연어 처리 등의 분야에서 활용되며, 데이터 분석 및 시각화에도 유용하게 사용됩니다. - Github - RDocumentation - Docs: PDF 2. Tutorial - library library(data.table) library(stringdist) - sample data cat("================================st.. 2024. 2. 19.
[R][SQL][Adherence]다중 처방에서 복약 순응도,Multiple Medication Adherence 1. Adherence, Method (MPR, PDC) 2. Multiple Medication 3. Code (R, SQL) 1. Adherence, Method (MPR, PDC) Adherence, 복약순응도, 치료지속도, 관련 자강두천 Method MPR, Medication Possession Ratio 겹치는 기간 고려 상관없이 모든 약물 처방일 수를 분자로 사용 PDC, Proportion of Days Covered 겹치는 기간을 shift 해서 일수를 보장해줌 분모는 설정하기 나름으로 보임 끝나는 날짜를 커스텀 study end date나 exposure 또는 era end date등으로 설정 ex) drug_era로 하면 MPR = sum(days supply) / end_date -.. 2023. 10. 17.
[R][metafor][Meta Analysis]메타분석, 고정 효과 모형,임의 효과 모형,Fixed effects model, Random effects model 1. Meta Analysis 2. Effects model 3. metafor (R, package) 1. Meta Analysis - from chatGPT 메타 분석(Meta-analysis)은 다양한 연구나 실험 결과를 통합하여 통계적으로 종합하는 분석 기법입니다. 이를 통해 개별 연구의 결과를 넘어 다수의 연구 결과를 종합적으로 평가할 수 있으며, 보다 정확하고 강력한 결론을 도출하는 데 도움이 됩니다. 메타 분석은 주로 의학, 사회과학, 교육, 경영, 공학 등 다양한 분야에서 사용됩니다. 메타 분석의 주요 특징과 단계는 다음과 같습니다: 1. 연구 선택 및 검색: 메타 분석의 시작 단계는 연구를 선택하고 관련 문헌을 검색하는 것입니다. 연구의 선정 기준과 검색 전략을 정의하고 관련 문헌을 수집.. 2023. 9. 4.
[R][package][moonBook][mytable()] moonBook package로 R data 쉽게 정리하기 1. moonBook pacakges 2. Explore a mytable() function 3. Densityplot 4. ORplot 5. HRplot 1. moonBook pacakges - library and sample dataset require(moonBook) data(acs) str(acs) 2. Explore a mytable() function - basic fuction mytable(acs) mytable(~.,data=acs) # select + variables mytable(~age+sex, data=acs) # select - variables mytable(~.-age-sex, data=acs) - by group mytable(sex~., data=acs) mytab.. 2023. 8. 7.
[R][Survival Analysis] 심화: 생존 분석, 메타 분석, Kaplan-Meier curve, Cox-hazard, Hazard Ratio, Forestplot, Meta analysis 0. Previous posting 1. Sample data 2. Coxph model 3. Hazard Ratio Table 4. Meta analysis 5. Forestplot 6. Kaplan-Meier 0. Previous posting - Survival 기본 학습 2023.04.10 - [R] - [R][Survival Analysis] 생존 분석, Kaplan-Meier curve, Cox-hazard, Hazard Ratio [R][Survival Analysis] 생존 분석, Kaplan-Meier curve, Cox-hazard, Hazard Ratio 1. 생존 분석 이론 2. Tutorial 3. Advanced 1.생존 분석 이론 - From ChatGPT Survival An.. 2023. 8. 1.

TOP

Designed by 티스토리