Yeonhoon Jang

Results 2 issues of Yeonhoon Jang

Hi, I'm currently using a MIMIC-IV data for a research. However, compared to MIMIC-III, the MIMIC-IV note module is not publicly available. It would be very grateful to let me...

I'm trying to solve a problem from [stackoverflow](https://stackoverflow.com/questions/75442105/function-to-return-survival-survfit-and-kaplan-meier-ggsurvplot-given-a-list/75442450?noredirect=1#comment134028040_75442450). Here's the code I've tried. ``` df % transmute(time, status, # censoring status 1=censored, 2=dead Age = age, Sex = factor(sex, labels...