Skip to content

Commit

Permalink
Do not overwrite error load code
Browse files Browse the repository at this point in the history
  • Loading branch information
delosh653 committed Aug 14, 2023
1 parent bb6129d commit 3c4d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/infants_clean.R
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ cleanbatch_infants <- function(data.df,
))/.N,
by = c("subjid", "param")]

data.df[valid_set & err_ratio > .4,
data.df[valid_set & err_ratio > .4 & exclude == "Include",
exclude := "Exclude-Error-load"]


Expand Down

0 comments on commit 3c4d7bb

Please sign in to comment.