Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sic bugfixes #10

Merged
merged 41 commits into from
Mar 26, 2024
Merged

Sic bugfixes #10

merged 41 commits into from
Mar 26, 2024

Conversation

manuelburger
Copy link
Collaborator

No description provided.

@manuelburger manuelburger self-assigned this Mar 22, 2024
@manuelburger
Copy link
Collaborator Author

@mlondschien this is ready for you to have a look at. I checked densities of most variables against MIMIC and HiRID and it looks good now.

R/callback-itm.R Outdated
@@ -213,6 +213,16 @@ mimic_age <- function(x) {

eicu_age <- function(x) as.numeric(ifelse(x == "> 89", 90, x))

sic_sex <- function(x) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this different from apply_map(735="Female", 735="Male"))?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jup, definitely the same and simpler. That came from merging PR code from eth-mds. Fixed it.

@manuelburger
Copy link
Collaborator Author

@mlondschien if you approve, please merge it.

@mlondschien mlondschien merged commit 887f22b into main Mar 26, 2024
0 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants