Skip to content

Commit

Permalink
Add SDE step
Browse files Browse the repository at this point in the history
  • Loading branch information
delosh653 committed Jul 24, 2023
1 parent d366b93 commit 5de245d
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 147 deletions.
7 changes: 6 additions & 1 deletion R/growth.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ cleangrowth <- function(subjid,
'Missing',
'Exclude-Temporary-Extraneous-Same-Day',
'Exclude-Carried-Forward',
# added CF exclusopms
# added CF exclusions
"Exclude-1-CF-deltaZ-<0.05",
"Exclude-1-CF-deltaZ-<0.1-wholehalfimp",
"Exclude-Teen-2-plus-CF-deltaZ-<0.05",
Expand All @@ -239,6 +239,11 @@ cleangrowth <- function(subjid,
'Exclude-EWMA-Extreme',
'Exclude-EWMA-Extreme-Pair',
'Exclude-Extraneous-Same-Day',
'Exclude-SDE-Identical',
'Exclude-SDE-All-Exclude',
'Exclude-SDE-All-Extreme',
'Exclude-SDE-EWMA',
'Exclude-SDE-One-Day',
'Exclude-EWMA-8',
'Exclude-EWMA-9',
'Exclude-EWMA-10',
Expand Down
Loading

0 comments on commit 5de245d

Please sign in to comment.